title command does not work if i add a color for example /title @a title {"text":"A",color:"blue"} the error is invalid json. in older version this command works
perfectly. this is the same for /tellraw
Linked issues
Comments 3
You are missing quotation mark on the color tag.
see MC-83460, it's about all keys in tellraw and title
color needs to be in quotes too ("color":"blue")