What I expected to happen was...:
/give @p written_book 1 0 {display:{Name:"Menu"},pages:["{text:\"Menu (Click to activate):\n\n\n\"}"]}
should give the player a book with text inside
What actually happened was...:
A command made in 14w25b will now just give a book with the text * Invalid book tag * in it.
All books given have this inside
/give @p minecraft:written_book
should be an empty book but it ll have the error in it
Linked issues
duplicates 1
Comments 3
It seems it has been changed a little bit how books work. For me it works now when i add a title instead of display name and an author and warrens code only works when the title has no spaces in it.
I took spaces out an changed all spawn points to be 1 word but still only shows INVALID BOOK TAG .. but my code is basically an addition on what Searge has which works perfectly.
EDIT:
Due to not knowing the char limit for title was 16chars, i reduced my title to under 16 an it all works perfectly fine 😃
I have a similar issue when trying to use the below code for a book
However in saying this, when using a Custom Book code done by Searge as per below, the book actually works an gives you what its meant to be, which in some instance makes me think something broken in our code.