Minecraft – Tellraw problems in 1.9

minecraft-commandsminecraft-java-edition

I have two tellraw commands

/tellraw Froggygamingmc {text:"Thanks For Using",color:red}

and

/tellraw Froggygamingmc {text:"Vend U.S.A.",color:green}

but whenever I execute them it says

Invalid json: malformed JSON at line 1 column 3.

Does anyone know how I can get the /tellraw command to work?

Best Answer

Try to add add " to setting, like:

1.9 Syntax:

/tellraw Froggygamingmc {"text":"Thanks For Using","color":"red"}

1.8 Syntax:

/tellraw Froggygamingmc {text:"Thanks For Using",color:red}