Mojira Archive
MC-86376

In /tellraw, tag names have to be delineated with double quotes.

When using the /tellraw command, the tag names have to be delineated with double quotes, otherwise the command will not work.
Example:
When issuing the command
/tellraw @a

{text:"<Fog> Hehehe..."}

The input that comes out says
Invalid json: malformed JSON at line 1 column 3
However when you write the command as
/tellraw @a

{"text":"<Fog> Hehehe..."}

the command works with no issues.
<Fog> Hehehe...

This wasn't necessary to do in earlier versions. Now it is, and it is time consuming.

Duplicate

Spake Miner

2015-08-15, 09:27 PM

2015-08-15, 09:35 PM

2015-08-15, 09:35 PM

0

0

Unconfirmed

Minecraft 15w33b, Minecraft 15w33c

-