Minecraft Tellraw Command Generator Java & Bedrock Edition
Use this /tellraw Command Generator to create custom messages in Minecraft Java & Bedrock Edition 1.21+. Build JSON text, apply colors, bold, italic, underlined, strikethrough and other formatting, plus add click events to run commands or open URLs. Preview your message before copying the command. Perfect for servers, adventure maps, RPGs, datapacks and chat systems.
Select your Minecraft edition:
Select a portion of the message to apply colors and formatting.
Generated Tellraw Command (Copy & Paste)
tellraw @a...Target Selector Filters (@a, @p, @e) (Optional)
Want cheap and lag-free Minecraft hosting?
I recommend Sparked Host: affordable plans, great performance, easy panel and fast support.
🚀 Start your Minecraft ServerHow to Use the Tellraw Command in Minecraft
The Tellraw command lets you send custom messages using the JSON format. It is widely used to create maps, servers, adventures, chat systems, and interactive interfaces, allowing you to apply colors, formatting, and click actions.
In Java Edition, the basic format is:
/tellraw @a {"text":"Hello World!"}
This command sends a simple message to all players.
Tellraw Command Examples (Java)
Send a red message
/tellraw @a {"text":"Danger!","color":"red"}
Send a bold message
/tellraw @a {"text":"Mission Started","bold":true}
Run a command when clicked
/tellraw @a {"text":"Click here","clickEvent":{"action":"run_command","value":"/spawn"}}
Open a website when clicked
/tellraw @a {"text":"Official Website","clickEvent":{"action":"open_url","value":"https://example.com"}}
Tellraw Command Examples (Bedrock)
Send a simple message
/tellraw @a {"rawtext":[{"text":"Hello World!"}]}
Send a message to a specific player
/tellraw @p {"rawtext":[{"text":"Welcome!"}]}
Frequently Asked Questions
How do I use the tellraw command in Minecraft?
Choose the message target, write your text, and customize colors, formatting, and click actions. Then run a command like: /tellraw @a {"text":"Hello World!"}
Can I create colored and formatted messages?
Yes. The generator lets you apply colors, bold, italic, underlined, strikethrough, obfuscated text, and many other formatting options supported by the command.
Can I run commands or open websites when clicking a message?
Yes. You can configure click events to run commands, open URLs, suggest commands in chat, and perform other actions supported by the selected edition.
Does the tellraw command work in Bedrock Edition?
Yes. However, the JSON structure and some features may differ from Java Edition.
What is the JSON format in the tellraw command?
JSON is the structure used to define the message content, including text, colors, formatting, click events, hover effects, and other features available in the command.