-
Bug
-
Resolution: Duplicate
-
Minecraft 1.12.2
-
Windows 10, Java 8 64-bit, using MultiMC launcher.
-
Unconfirmed
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!"}
- duplicates
-
MC-114721 title command treats invalid second argument as "title"
- Resolved