Mojira Archive
MC-122397

title and tellraw inconsistent JSON parsing

The title command will parse this JSON as having a text attribute.

title @a {text: "Hello, World!"}

The tellraw command will NOT parse this JSON as having a text attribute. It will not throw any errors, it will just quietly fail to output text.

tellraw @a {text: "Hello, World!"}

Instead, this workaround is required:

tellraw @a {"text": "Hello, World!"}

Duplicate

Nicholas Lamicela

2017-11-24, 09:32 AM

2017-11-25, 04:21 AM

2017-11-25, 04:21 AM

0

0

Unconfirmed

command, json, tellraw, title

Minecraft 1.12.2

Minecraft 17w45b