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!"}
2017-11-24, 09:32 AM
2017-11-25, 04:21 AM
2017-11-25, 04:21 AM
0
0