Within the game both singleplayer and multiplayer i was testing certain commands
and came across a issue with /title in that the following command
/title @a title {"text":"Hi","color":"gold","bold":true} didn't work,removing and adding certain variables such as "bold":true,"italic":true and "underlined":true had no effect on making the command work.
Other subcommands such as /title @a subtitle or /title @a actionbar are also broken
How to reproduce
1.Open any minecraft world/join a server where you're opped
2.Type in any /title command with its sytax correct. Eg command. "/title @a title {"text":"hi","color":"gold}
3
Comments 9
Can confirm for MC 1.13-pre5.
@Matthew Hunter: If you manually edit the commands they will work. If you copy & paste the command /title @a title {"text":"hi","color":"gold
} it won't work (at least for me);
However, if you copy & paste /title @a title {"text":"Hi","color":"gold","bold":true
} (working for me) and you remove ,"bold":true
} and leave the command as /title @a title {"text":"Hi","color":"gold
} it will work.
Yes, for the "invalid" command, but which is correct. This one for example: /title @a title
{"text":"hi","color":"gold}
The correct command would be
/title @a title {"text":"hi","color":"gold"}
Your command was missing the last "
.
Cannot reproduce.
Title commands with color, and other text effects work fine for me.