mcMMO-Dev / mcMMO-Classic

mcMMO Classic.
https://www.spigotmc.org/resources/official-mcmmo-classic.2445/
Other
37 stars 44 forks source link

experience.yml.new #14

Closed andrewkm closed 4 years ago

andrewkm commented 5 years ago

the experience.yml that is located here: https://github.com/mcMMO-Dev/mcMMO-Classic/blob/master/src/main/resources/experience.yml

Is different than the experience.yml.new that the plugin generates which is: https://pastebin.com/kbP5XFM0

Due to this the plugin will continue to endlessly generate the experience.yml.new file regardless if you're using the latest one according to the github /src/main/resources/experience.yml

Further more, there are some things broken in experience.yml The github one has Nether_Wart_Ripe meanwhile the experience.yml.new file generated by the plugin has both Nether_Wart_Ripe and Nether_Warts_Ripe. Which by the way both aren't even valid items ...

TL;DR experience.yml needs a cleaning.

t00thpick1 commented 5 years ago

Thanks for the report

andrewkm commented 4 years ago

waiting on config update.

t00thpick1 commented 4 years ago

I had looked into this, sorry I didn't respond. The current experience.yml is correct. It is obsolete kesy from prior to the auto-update that are the issue here. (The _Ripe suffix is part of the config system that allows you to specify rewards only for fully grown crops rather than any stage). The auto-update system does not handle obsolete keys well.