mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
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:
parent
a43ae4178a
commit
7d05c9d8e6
@ -45,8 +45,8 @@ public abstract class AutoUpdateConfigLoader extends ConfigLoader {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (String key : oldKeys) {
|
for (String key : oldKeys) {
|
||||||
plugin.debug("Removing unused key: " + key);
|
plugin.debug("Detected potentially unused key: " + key);
|
||||||
config.set(key, null);
|
//config.set(key, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (String key : newKeys) {
|
for (String key : newKeys) {
|
||||||
|
@ -234,6 +234,10 @@ Experience:
|
|||||||
Wolf: 250
|
Wolf: 250
|
||||||
Ocelot: 500
|
Ocelot: 500
|
||||||
Horse: 1000
|
Horse: 1000
|
||||||
|
Donkey: 1000
|
||||||
|
Mule: 1000
|
||||||
|
Skeleton_Horse: 1000
|
||||||
|
Zombie_Horse: 1000
|
||||||
Combat:
|
Combat:
|
||||||
Multiplier:
|
Multiplier:
|
||||||
Animals: 1.0
|
Animals: 1.0
|
||||||
@ -259,3 +263,27 @@ Experience:
|
|||||||
Guardian: 3.0
|
Guardian: 3.0
|
||||||
Elder_Guardian: 4.0
|
Elder_Guardian: 4.0
|
||||||
Shulker: 2.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
|
||||||
|
Loading…
Reference in New Issue
Block a user