mojira.dev
MC-132383

/title command not working

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

Cannot reproduce.

Title commands with color, and other text effects work fine for me.

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.

Is there an error message?

Yes, for the "invalid" command, but which is correct. This one for example: /title @a title

{"text":"hi","color":"gold}

 

It's an invalid commands since you didn't format it properly. The quotes are not closed at the end.

The closing quote for the string "gold" is missing. It you add the missing quote the command works.

Null: please, attach the correct command then, because the commands aren't working for me yet.

The correct command would be

/title @a title {"text":"hi","color":"gold"}

Your command was missing the last ".

Oops! I copied & pasted the description command. Thanks for the feedback @@unknown! 🙂

Kirill17

(Unassigned)

Unconfirmed

Minecraft 1.13-pre5

Retrieved