PDF download Download Article PDF download Download Article

Have you wanted to modify Minecraft's base chat feature to make it more visually appealing? Has the default text become annoying to look at? /tellraw is a Minecraft command that allows admins to create specialized text in the chat. This can be used by admins on servers to make their chat more active and exciting, or to add to maps with special colours via command block text.

Method 1
Method 1 of 2:

On Java Edition

PDF download Download Article
  1. 1
    Open the chat. Press the T key.
  2. 2
    Advertisement
  3. 3
    Decide who you want to see the message. After typing /tellraw , you'll have to enter in a target selector, which decides who sees the message. You can use the following target selectors:
    • @p - Sends the message to the nearest player.
    • @r - Sends the message to a random player.
    • @a - Sends the message to all players.
    • @e - Sends the message to all entities.
    • @s - Sends the message to yourself, or the one executing the command.
    • Username - Sends the message to the player whose username is used. Be sure to actually type the player's username, and not the word 'username' itself.
  4. 4
    Begin the command string. After typing /tellraw and the target selector, press space and type an opening curly bracket, { .
  5. 5
    Type the message you want to send. After beginning the command string, type "text":"Example Text" directly after the first { . Be sure to replace "example text" with the message you want to send.
  6. 6
    Enter the color you want. If you want your text to be colored, type ,"color":"dark_blue" directly after what you typed for the text. If you don't pick any color, the text will automatically be white. You can pick from a few preset colors, or, if you're playing on version 1.16 or higher, you can use any hex code for a color. The preset colors you can use are [1] :
    • Black
    • Dark blue
    • Dark green
    • Dark aqua
    • Dark red
    • Dark purple
    • Gold
    • Gray
    • Dark gray
    • Blue
    • Green
    • Aqua
    • Red
    • Light purple
    • Yellow
    • White
    • Note that, if a color has a space in it, like light purple, you have to enter it in with a underscore replacing the space. So it'd be typed out as light_purple .
  7. 7
    Add other formatting. If you want, you can make the text bold, italic, underlined, strikethroughed, and obfuscated. You can do this by adding on the text below directly after the last syntax you added.
    • Bold - Add on ,"bold":true
    • Italic - Add on ,"italic":true
    • Strikethrough - Add on ,"strikethrough":true
    • Underline - Add on ,"underline":true
    • Obfuscation - Add on ,"obfuscated":true . Making text obfuscated makes each character rapidly change between different, mostly nonsense characters.
    • You can use multiple or even all of the formatting options for your text.
  8. 8
    Add a new line. You can add a new line of text under the original message by removing the " at the end of the first line and putting \n directly after the original message. You can then type your second line. It'd look like "text":"First line\nSecond line"
  9. 9
    Add a hover event. Hover events are things you can add to a tellraw command that will display certain things when you hover a mouse over the text. You can use one of the hover events listed below, and you can only use 1 hover event per message.
  10. 10
    Add a click event. Click events are things you can add to a tellraw command that will perform different actions when a player clicks on the message. You can use one of the click events listed below, and you can only use 1 click event per message.
  11. 11
    End the command string. Once you're finished making your command, end it with a closing curly bracket, } .
  12. 12
    Enter the command. Press the Enter key to enter the command into the console. If done correctly, your custom text should show up in the chat.
  13. Advertisement
Method 2
Method 2 of 2:

On Bedrock Edition

PDF download Download Article
  1. 1
    Open the chat. The chat is opened in different ways depending on what device you are playing on.
    • On Pocket Edition, tap the small speech bubble key at the top of your screen.
    • On console editions or when playing with a controller, press the right arrow, or right on the D-pad.
  2. 2
    Type '/tellraw' in chat. Use the pop-up keyboard to type /tellraw in the chat.
  3. 3
    Decide who you want to see the message. After typing /tellraw , you'll have to enter in a target selector, which decides who sees the message. You can use the following target selectors:
    • @p - Sends the message to the nearest player.
    • @r - Sends the message to a random player.
    • @a - Sends the message to all players.
    • @e - Sends the message to all entities.
    • @s - Sends the message to yourself, or the one executing the command.
    • Username - Sends the message to the player whose username is used. Be sure to actually type the player's username, and not the word 'username' itself.
  4. 4
    Begin the command string. After typing /tellraw and the target selector, type an opening curly bracket, { .
  5. 5
    Type the message you want to send. After beginning the command string, type "rawtext":[{"text":"Example text"}] directly after the opening curly bracket. Be sure to replace example text with the message you want to send.
  6. 6
    Enter the color you want. If you want your text to be colored, copy and paste the § symbol in front of the text, then put the number or letter corresponding to the color you want. It will look like "rawtext":[{"text":"§1Example text"}] . If you don't pick any color, the text will automatically be white. You can pick from a few preset colors. The preset colors you can use are:
    • Black - §0
    • Dark blue - §1
    • Dark green - §2
    • Dark aqua - §3
    • Dark red - §4
    • Dark purple - §5
    • Gold - §6
    • Gray - §7
    • Dark gray - §8
    • Blue - §9
    • Green - §a
    • Aqua - §b
    • Red - §c
    • Light purple - §d
    • Yellow - §e
    • White - §f
    • Minecoin gold - §g
  7. 7
    Add other formatting. If you want, you can make the text bold, italic, and obfuscated. You can do this by copy and pasting the § symbol in front of the text and then typing the letter that corresponds with it. For example, if you wanted your text to be obfuscated, it'd look like "rawtext":[{"text":"§kExample text"}] . You can use the following formatting codes [2] :
    • Obfuscation - §k
    • Bold - §l
    • Italic - §o
    • Reset - §r. This resets the formatting on text.
    • You can add multiple or even all of the formatting codes on your text.
  8. Advertisement

Expert Q&A

Ask a Question
      Advertisement

      Tips

      • If you want to alternate colors and formatting in the text, you need to write it a bit differently. You need to begin the command string with ["",{ instead of just an opening curly bracket. Then you can type the text as usual with the color and formatting codes you want. After typing the first text, you can then put a comma and begin another string. Close it with }]
      • It is more efficient to copy the format and edit in rather than type the entire command format.
      • You can test color types, and find the best matches.
      Show More Tips
      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!
      Advertisement

      Warnings

      • Not all colors are compatible, if the desired colour does not work, you will see the command return white text.
      • The tellraw command will not add spaces for you between, so add a space before or after each different text entry. For example, " and ".
      • The tellraw command uses American English. Typing "colour":"blue", although correct in syntax, will return a white letter as it does not recognize the original English spelling of "colour".
      • The command is very complex, so you should look for errors if it does not work the first time.
      Advertisement

      About This Article

      Thanks to all authors for creating a page that has been read 42,586 times.

      Did this article help you?

      Advertisement