Back to Tools
Minecraft Tellraw Generator
Create formatted JSON text for /tellraw commands with colors, click events, and hover text.
The
/tellraw command sends a JSON-formatted message to players. You can add colors, formatting, clickable links, and hover text to create interactive messages.Target Selector
Text Components
Component 1
Component 2
Preview
Hello, World!
Hover effects and click actions work in-game
Command
/tellraw @a [{"text":"Hello, ","color":"gold"},{"text":"World!","color":"green","bold":true}]JSON Only
[
{
"text": "Hello, ",
"color": "gold"
},
{
"text": "World!",
"color": "green",
"bold": true
}
]About Tellraw Commands
What is /tellraw?
The /tellraw command sends a JSON-formatted message to players in Minecraft. Unlike /say or /tell, it supports rich formatting including colors, bold/italic text, clickable links, and hover tooltips.
It's commonly used in command blocks, datapacks, and server plugins to create interactive chat messages, menus, and announcements.
Click & Hover Events
- open_url - Opens a URL in the browser
- run_command - Runs a command as the player
- suggest_command - Puts text in the chat box
- copy_to_clipboard - Copies text (1.15+)
- show_text - Shows text when hovering
Related Command Tools
Need a Server for Your Commands?
Create interactive experiences with custom commands on your own Minecraft server!
View Hosting Plans