Skip to content
uxTools
Gaming

Minecraft Tellraw Generator

Visually build the /tellraw command for colorful, clickable chat messages with hover tooltips. Java Edition 1.13 and later.

Command
/tellraw @a [{"text":"Hello, ","color":"gold"},{"text":"world!","color":"yellow","bold":true}]
Raw JSON
[
  {
    "text": "Hello, ",
    "color": "gold"
  },
  {
    "text": "world!",
    "color": "yellow",
    "bold": true
  }
]
Presets

Target

Target selectore.g. @a, @p, @s, or a player name

Text segments

Segment 1
Color
Format
Click event
Hover event
Segment 2
Color
Format
Click event
Hover event

About tellraw

The /tellraw command sends players rich text messages with color, formatting, clickable links, and hover tooltips. The output is the raw JSON text-component format, ready to paste straight into a command block, function file, or chat. Text is escaped JSON-safely for you.