If you input json into a command block or in the chat via a command, for example:
/title @a title {"text":"GAME OVER",color:dark_red,bold:true}
The game will send the output as follows:
[18:39:54] Invalid json: malformed JSON at line 1 column 1
I am aware this is a repeat of an older report, but it'd be nice to have working json strings and text commands.
Linked issues
Attachments
Comments 5
Then your doing it wrong. I run multiple tellraws an title commands on my xerver and they all work fine. You need to do some research around to see changes
Like I said, all keys and their values, color, text, extra, selector, clickEvent are all examples of JSON keys
You require quotes around all json keys and values
tellraw @a {"text":"hi"}
This has been reported a lot of times, please search before submitting a issue
MC-83460