In Minecraft when I use the "/title" command nothing happens. I've tested other commands, and they all work. I used this Minecraft Command Generator website, to ease doing the commands (here is the link; https://minecraftcommand.science/title-generator) and nothing happens. I've tried doing the commands myself, and still nothing happens. I also tried the other generated commands on their website, and they all work just fine. I don't know if anyone else is having this problem, but I sure am. I'm reporting this as a bug, as I cannot find the solution myself.
Linked issues
Comments 5
The /title command now requires strict JSON, which means you'll need quotes around the keys and values.
It has changed in 15w31a and the command generator sites aren't updated!
Instead of:
/title @a title Hi
You have to do:
/title @ title {"text":"Hi","color":"gold"}