mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-16 20:41:59 +01:00
Add version to config.yml
This commit is contained in:
parent
55c77f48e0
commit
ab56f9ed4d
@ -107,6 +107,7 @@ public class MVConfigMigrator {
|
||||
newConfig.setProperty("disableautoheal", false);
|
||||
newConfig.setProperty("fakepvp", false);
|
||||
newConfig.setProperty("bedrespawn", true);
|
||||
newConfig.setProperty("version", 2.0);
|
||||
newConfig.save();
|
||||
return true;
|
||||
}
|
||||
|
@ -28,4 +28,8 @@ fakepvp: false
|
||||
|
||||
# When this is enabled, users will spawn at their last bed slept at. If the bed is destroyed or obstructed,
|
||||
# they will spawn according to how you have 'notchrespawnstyle' set.
|
||||
bedrespawn: true
|
||||
bedrespawn: true
|
||||
|
||||
# This just signifies the version number so we can see what version of config you have.
|
||||
# NEVER TOUCH THIS VALUE
|
||||
version: 2.0
|
Loading…
Reference in New Issue
Block a user