Okey...That 's a sad news.
Thank you for helping me for my little promblem
Oh No
Everything is great before I put the command which the "Tellraw Generator" gives me return to the "Tellraw Generator".
I want to get the command which shows a button,and the button could gives me a book which includes command.
Here is the process that I do.
I add "TEXT" with my command.
Later I get the command like this.(a button in book which trigger command)
/give @a written_book 1 0 {pages:["{\"text\":\"\",\"extra\":[{\"text\":\"TEXT\",\"clickEvent\":{\"action\":\"run_command\",\"value\":\"setblock ~ ~1 ~ air\"}}]}"],title:Book,author:TellrawGenerator}
Then I put this as a command in a "tellraw". (clickEvent)
/tellraw @a {"text":"","extra":[{"text":"TEXT","clickEvent":{"action":"run_command","value":"/give @a written_book 1 0 {pages:[\"{\\\"text\\\":\\\"\\\",\\\"extra\\\":[{\\\"text\\\":\\\"TEXT\\\",\\\"clickEvent\\\":{\\\"action\\\":\\\"run_command\\\",\\\"value\\\":\\\"setblock ~ ~1 ~ air\\\"}}]}\"],title:Book,author:TellrawGenerator}"}}]}
I trigger this in Minecraft,and it says 'Unbalanced quotation'.
Does the command which tellraw generator gives me wrong?
Got it.That is a great thing,thanks for sharing.
I am very confuse about the special way.
I fix my command after seeing MC-69241,but it still do not work.
Here is my fixed command.
/tellraw @p {text:"",extra:[{text:"Book",clickEvent:{action:run_command,value:"/give @p minecraft:written_book 1 0 {title:\"Book\",author:\"kyob\",pages:[\"{text:\\\"\\\",extra:[{text:\\\"TEXT\\\"}]}\"]}"}}]}
I really do not know where I do something wrong.
Sorry , I do not see that.
Thanks for fixing.
I try it today and I get a correct message.
I must have been out of sight!
Thank you for reply this message.
I'll post the screenshot when I meet this again.
...
Oh, I check my resource pack and I find out why it happen.
Thank you for remind me about it.