PyvesB / AntiWorldFly

:bird: Minecraft plugin to disable flying and chosen commands when joining or playing in specific worlds.
GNU General Public License v3.0
8 stars 8 forks source link

Color in title not working #16

Closed SeruhioX closed 5 years ago

SeruhioX commented 5 years ago

fly-disabled-title

As the title says, I tried to put the title in color in the following way "&9AntiWorldFly" and it does not appear in color, you see the message "&9AntiWorldFly"

PyvesB commented 5 years ago

Hello @SeDark,

Have you tried removing the spurious space (&9AntiWorldFly)?

Cheers,

Pyves

SeruhioX commented 5 years ago

Yes, I was wrong to do the problem, it doesn't work.

PyvesB commented 5 years ago

This seems to be a change in behaviour in how Spigot handles colours in recent versions of Minecraft. For now, simply try using §9AntiWorldFly instead. 😉