How do I use the /tellraw command
I'm trying to do the /tellraw command. I know how but I want to know how to make text with more than one color and with click events.
Best Answer
You can use tellraw (and other JSONish commands as /title etc) command generator, located here: Minecraft JSON generator
You can pick colors from color picker and add text pieces as you need. It also has preview visible when you add new parts of text. You can also choose the styles and click events for each piece of text.
Look at the outputted code for learning how added pieces of text influence the command.
Don't forget to use commandblock for too long commands. Enjoy.
Pictures about "How do I use the /tellraw command"



Quick Answer about "How do I use the /tellraw command"
How do you use the Tellraw command in bedrock?
While typing a /tellraw command, once you want the line to be skipped there, use \\n (backslash+n).How do I use Tellraw on ps4?
Tellraw allows for a "selector" part, which takes any selector you want and displays a name. You should do: /tellraw @a {"text":"","color":"blue","extra":[{"selector":"@p"},{"text":" has won the game!Minecraft Tellraw Command [1.19] Tutorial
More answers regarding how do I use the /tellraw command
Answer 2
If you are using MCBE, use these following commands:
/tellraw @a {"rawtext":[{"text":"Example Text"}]}
If you want to make command outputs, use:
/tellraw @a {"rawtext":[{"translate":"commands.(command).success","with":["1","2","3","4"]}]}
Get more info at https://minecraft.gamepedia.com/Commands/tellraw#Bedrock_Edition.2FPocket_Edition
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
