Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GotoFinal opened this issue Nov 27, 2014 · 1 comment
Open

Comments

@GotoFinal
Copy link

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
Copy link
Contributor

glen3b commented Jan 4, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants