/give command with data tag specified seems to fail at handling strings which contain semicolon, resulting in error "Data tag parsing failed: Unbalanced quotation"
Looks like semicolon has higher priority than quote during the parsing.
Screenshot included.
Linked issues
is duplicated by 1
Attachments
Comments 13
It's invalid because it no longer is a problem with 1.7.4. Try
/give @p minecraft:written_book 1 0 {tag:{pages:["Fail: here"]}}
It is not the correct way to write a book. And it does not work anyway because of the same issue. Please try something yourself before proposing as a resolution.
It is the proper way, check the written book tag. Unless I am mistaken that the root tag here is not '' but 'tag'.
This bug has been fixed, just tested. Use the command:
/give @p minecraft:written_book 1 0 {pages:["Fix: here"]}
This looks like an improperly formatted string for a book, as the correct NBT formatting would be