PyvesB / advanced-achievements

:fireworks: Popular plugin that adds unique and challenging achievements to Minecraft servers.
https://www.spigotmc.org/resources/83466
GNU General Public License v3.0
199 stars 214 forks source link

AACH listed as disabled when enabled in console #489

Closed Janilla closed 5 years ago

Janilla commented 5 years ago

I'm not sure what's wrong- I checked the actual code on YAMLlint after I added some new achievements and it was fine. Essentially, the plugin is red when using /pl in game and I cannot use any of the commands. It is definitely enabled in the Multicraft settings.

config: https://pastebin.com/zCVHEefJ

console: https://pastebin.com/s6QxAcqH

Thanks.

PyvesB commented 5 years ago

Hello @Janilla,

Please read the messages the plugin prints out at startup, they will indicate what the problem is. For instance, the achievement kills_1_skeletal_night is duplicated in your onfiguration. 😉

Cheers,

Pyves

PyvesB commented 5 years ago

Any luck with the configuration @Janilla ?

Janilla commented 5 years ago

Found the error- doubled up on a creeper killing achievement. Thank you for your help!

PyvesB commented 5 years ago

You're welcome!