chaseoes / TF2

Team Fortress 2 in Minecraft using the Bukkit server mod.
10 stars 13 forks source link

Special characters are not allowed. #1

Closed columb closed 11 years ago

columb commented 11 years ago

Vesion: 2.02-DEV Error: http://pastebin.com/P8K5Tqtx messages.yml: https://dl.dropbox.com/u/27770548/Fl2/messages.yml

psycowithespn commented 11 years ago

Fixed in https://github.com/chaseoes/TF2/commit/a3040214906ef2fb93424ff91f87e15cd3d6f096

columb commented 11 years ago

Try to load my messages.yml. There still an error.

psycowithespn commented 11 years ago

The error is you started a line with & without surrounding it with ' '. You could have not known this because exceptions were caught but never shown. Latest push shows the yaml errors now and disables the plugin so that one npe does not occur.