keepcalm / BukkitForge

The world's first __opensource__ coremod. Also a port of the Bukkit server API to MinecraftForge.
http://www.minecraftforge.net/forum/index.php/topic,3254.0.html
103 stars 60 forks source link

Newly Unacceptable Characters #585

Open Erudition opened 11 years ago

Erudition commented 11 years ago

I have been using § in place of & to force color codes in plugins that don't do & properly. This has worked since the beginning of bukkit, until this latest build of BukkitForge, where I receive an error parsing the config YAML of just about every plugin's config file on startup.

It's the usual Unacceptable Character, Special Characters Not Allowed, (0xFFFD) position bla for every one.

I removed the §'s from a config or two and they stopped failing. Unfortunately, this will not suffice, because i am losing this functionality, as & still does not do the trick in certain plugins.