mkremins / fanciful

Fancy Bukkit message formatting
MIT License
95 stars 82 forks source link

ItemStack JSON don't work with all chars and empty lines (lore). #47

Open GotoFinal opened 9 years ago

GotoFinal commented 9 years ago

If you have empty line in lore, it will be changed to "" (visible in item lore). If you use "" then you get empty line. if you use """ then you get "Invalid Item" message. If you use \" then you get "Invalid Item" message.

So parsing " is broken.

(Not tested how that works with Achievements and Statistics)

glen3b commented 9 years ago

Sounds like an issue with the conversion to JSON. Will look into it when I get a chance.