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 215 forks source link

Help with (Kills.zombie.Goal) #508

Closed sp-ec closed 5 years ago

sp-ec commented 5 years ago

So the plugin keeps disabling because " Achievement with path (Kills.zombie.Goal) is missing its Name parameter in config.yml."

I don't know how to fix this, could anyone help? Config: Kills: zombie: 25: Goal: Kill 25 zombies. Message: You killed 25 zombies! Name: kill_25_zombie DisplayName: The Walking Dead Reward: Command: Execute: crates key PLAYER challenge 1 Display: 1 Challenge Key 100: Goal: Kill 100 zombies. Message: You killed 100 zombies! Name: kill_100_zombie DisplayName: Zombie Muncher Reward: Command: Execute: crates key PLAYER rare 1 Display: 1 Rare Key 500: Goal: Kill 500 zombies. Message: You killed 500 zombies! Name: kill_500_zombie DisplayName: Zombie Crusher Reward: Command: Execute: crates key PLAYER epic 1 Display: 1 Epic Key

PyvesB commented 5 years ago

Hello @SpectreDonut,

Is the indentation correct in your config.yml file? It should look similar to the following:

Kills:
  zombie:
    25:
      Goal: Kill 25 zombies.
      Message: You killed 25 zombies!
      Name: kill_25_zombie
      DisplayName: The Walking Dead
      Reward:
        Command:
          Execute: crates key PLAYER challenge 1
          Display: 1 Challenge Key

Cheers,

Pyves

PyvesB commented 5 years ago

@SpectreDonut have you managed to sort your configuration out?