-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.8
-
None
-
Unconfirmed
I notice some issue like this.
Is single quotes the answer of this issue?
---------------------------------------------
I have a problem about the command.
When I trigger this,it works.
/tellraw @p {text:"",extra:[{text:"Book",clickEvent:{action:run_command,value:"/give @p minecraft:written_book 1 0 {title:\"Book\",author:\"kyob\",pages:[\"{text:\"\"}\"]}"}}]}
After I add the "extra" tag,it does not work.
/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 hope that Mojang could find the bug of this.
Thank you for notice it.
- duplicates
-
MC-69241 /tellraw command in clickEvent on a sign doesn't work
- Resolved