Add some more defaults into the config. Remove the parts that delete keys, I don't maintain config files well enough to have them remove unknown keys.

This commit is contained in:
t00thpick1 2017-04-15 00:24:39 -04:00
parent a43ae4178a
commit 7d05c9d8e6
2 changed files with 30 additions and 2 deletions

View File

@ -45,8 +45,8 @@ public abstract class AutoUpdateConfigLoader extends ConfigLoader {
}
for (String key : oldKeys) {
plugin.debug("Removing unused key: " + key);
config.set(key, null);
plugin.debug("Detected potentially unused key: " + key);
//config.set(key, null);
}
for (String key : newKeys) {

View File

@ -234,6 +234,10 @@ Experience:
Wolf: 250
Ocelot: 500
Horse: 1000
Donkey: 1000
Mule: 1000
Skeleton_Horse: 1000
Zombie_Horse: 1000
Combat:
Multiplier:
Animals: 1.0
@ -259,3 +263,27 @@ Experience:
Guardian: 3.0
Elder_Guardian: 4.0
Shulker: 2.0
Donkey: 1.0
Mule: 1.0
Horse: 1.0
Zombie_Villager: 2.0
Skeleton_Horse: 1.0
Zombie_Horse: 1.0
Husk: 3.0
Evoker: 3.0
Polar_Bear: 1.0
Llama: 1.0
Vindicator: 3.0
Stray: 2.0
Rabbit: 1.0
Chicken: 1.0
Bat: 1.0
Shulker: 2.0
Mushroom_Cow: 1.0
Cow: 1.0
Sheep: 1.0
Pig: 1.0
Squid: 1.0
Ocelot: 1.0
Villager: 1.0
Snowman: 0.0