How do I use the /tellraw command in minecraft 1.10 [duplicate]
//ads -- adsterra.com -- native banner
?>
I want to make a map but the /tellraw command won't work in Minecraft 1.10, not 1.9 or 1.8 just 1.10 it used to work perfectly in 1.8 as:
/tellraw @p {text:"what ever you want",color:red,bold:true,underlined:true,clickEvent:{action:open_url,value:"a url"}}
How can I fix this?
Best Answer
Starting with 1.9, the parts of the game that you use JSON (/tellraw, /title, and signs) needs to be actually JSON compliant, so you need to use quotation marks on actions too. This should work:
/tellraw @p ["",{"text":"my text","color":"red","bold":true,"underlined":true,"clickEvent":{"action":"open_url","value":"url"}}]
You can generate JSON like this at https://www.minecraftjson.com
Pictures about "How do I use the /tellraw command in minecraft 1.10 [duplicate]"
![How do I use the /tellraw command in minecraft 1.10 [duplicate] - From above of crop anonymous male hacker typing on netbook with data on screen while sitting at desk How do I use the /tellraw command in minecraft 1.10 [duplicate] - From above of crop anonymous male hacker typing on netbook with data on screen while sitting at desk](/assets/images/how_do_i_use_the_tellraw_command_in_minecraft_110_duplicate_1.jpeg)
![How do I use the /tellraw command in minecraft 1.10 [duplicate] - From below of ethnic boy in hoodie controlling robot using panel while standing in light room How do I use the /tellraw command in minecraft 1.10 [duplicate] - From below of ethnic boy in hoodie controlling robot using panel while standing in light room](/assets/images/how_do_i_use_the_tellraw_command_in_minecraft_110_duplicate_2.jpeg)
![How do I use the /tellraw command in minecraft 1.10 [duplicate] - Elderly white hair worker using machine How do I use the /tellraw command in minecraft 1.10 [duplicate] - Elderly white hair worker using machine](/assets/images/how_do_i_use_the_tellraw_command_in_minecraft_110_duplicate_3.jpeg)
How do you use Tellraw command?
How to Enter the CommandHow do you start a new line in Minecraft Tellraw?
While typing a /tellraw command, once you want the line to be skipped there, use \\n (backslash+n).How do you use color Tellraw?
To send the message "I am blue" colored red in chat: /tellraw @a {"text":"I am blue","color":"blue"} \u200cMinecraft Tellraw Command [1.19] Tutorial
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Anete Lusina, Sora Shimazaki, Vanessa Loring, Andrea Piacquadio
