-
Bug
-
Resolution: Invalid
-
None
-
Minecraft 18w09a
-
Unconfirmed
Commands such as
/tellraw @a {"text":"test","clickEvent":{"action":"run_command","value":"/tellraw @a {"\"text\"":"\"halo\""}"}}
or
/tellraw @a {"text":"test","clickEvent":{"action":"run_command","value":"/tellraw @a {"text":"halo"}"}}
doesn't work, but
/tellraw @a {"text":"test","clickEvent":{"action":"run_command","value":"/say hi"}}
works. Command like
/tellraw @a {"text":"test","clickEvent":{"action":"run_command","value":"/tellraw @a [hi]"}}
works only with /tellraw part - clickEvent still had JSON format error