pantherman594 / BungeeEssentials

Full customization of a few necessary features for your server!
http://www.spigotmc.org/resources/bungeeessentials.1488/
GNU General Public License v3.0
6 stars 8 forks source link

Odd "A" like character #24

Closed hsyyid closed 8 years ago

hsyyid commented 8 years ago

Many commands in this plugin have a weird A like character, most likely caused by a decompiler trying to decompile the character §

One command where this occurs is in the /message command.

pantherman594 commented 8 years ago

Can you provide a screenshot?

hsyyid commented 8 years ago

Sure! Screenshot

pantherman594 commented 8 years ago

Can you send me your messages.yml?

pantherman594 commented 8 years ago

Are you using § in your config to set colors? If so, you don't need to, you can use & and it'll automatically be converted..

hsyyid commented 8 years ago

I actually posted this issue for a friend of mine who uses this plugin, he'll answer your questions in a bit.

Darktilldawn commented 8 years ago

http://pastebin.com/FRi2RRhW

pantherman594 commented 8 years ago

Try using {{ RAQUO }} instead of ». Did this happen in previous versions?

Darktilldawn commented 8 years ago

It's happened since I started using the plugin, back on v246 I think? But I've never changed anything inside of the messages.yml

pantherman594 commented 8 years ago

It could be a problem with how you're encoding it, try saving it in ANSI or UTF-8.

voigtman commented 8 years ago

This was an issue for me as well, right out of the box. I just switched it to -> on my server.

pantherman594 commented 8 years ago

Closed. Feel free to open if not solved.