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 Wither Boss Achievement #477

Closed fatmanjumprope closed 5 years ago

fatmanjumprope commented 5 years ago

I have an achievement set up for when a player kills the wither. This is what it looks like in the config.

'&2Skeletal Knight': 1: Message: You killed the Wither! DisplayName: Mythic Killer Name: kills_1_wither Reward: Command: Execute: cc give virtual galactic 1 %Player%

When the wither is killed however the achievement isn't rewarded. Does the wither needs to be both spawned and killed in survival mode for this to work or did I just overlook something? Thanks in advance!

PyvesB commented 5 years ago

Hello @fatmanjumprope,

Is this the MythicMobs skeletal knight that you're referring to? If so, replace & by §, as shown in the default configuration. 😉

Cheers,

Pyves

fatmanjumprope commented 5 years ago

Thank you for the quick reply! I don't have MythicMobs installed so what I was trying to do was just completely change that achievement into just a basic one for killing the wither. I've tried using just Skeletal Knight as the name with no ' or & but after killing the wither it doesn't award the achievement as I have it.

PyvesB commented 5 years ago

I suggest looking at the Wiki in that case. Give wither alone a try, it will hopefully work. ^^

fatmanjumprope commented 5 years ago

Changing the name from skeletal knight to just wither as you suggested fixed the problem! Thank you very much for your help.