mojira.dev

When I try to use /tellraw command it says
Invalid json: malformed JSON at line 1 column 1
and I used this command
/tellraw (Player) {text:"Hi there!",bold:true}

Comments 2

Please do not mark unreleased versions as affected.
You don't have access to them yet.

--- This action was performed automagically. If you believe this was done erroneously, please :light_bulb_on: raise an issue.

Strict JSON requires you to quote both your keys and values.

# bad
{color:"red"}

# good
{"color":"red"}

Leon

(Unassigned)

Unconfirmed

Minecraft 15w35e

Retrieved