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.
Why did they make this change? It takes up space in command blocks and takes longer time to type!
This makes mojang more capable of adding new tags, strickt json in general is more reliable
Hi there, i am the owner of MinecraftCommand.science. I should google my domain oftener, sorry.
I will look into this on the weekend, i only fixed the Sign Generator so far and didnt realize others are broken as well.
Feel free to Twitter me or write me on Facebook next time.
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"}