What is Minecraft /tellraw Generator?
The Minecraft /tellraw Generator is an interactive visual tool for designing JSON-formatted in-game chat messages and server announcements. With support for custom text colors, formatting styles (bold, italic, underlined, strikethrough, obfuscated), hover tooltips, and click action events (run command, open URL, copy text), this utility simplifies complex command creation.
Instead of manually constructing nested JSON arrays and escaping quotes in Minecraft chat commands, server administrators, map developers, and plugin creators can build dynamic chat components and copy ready-to-run /tellraw commands instantly.
Tellraw Chat Component Builder
Generated /tellraw Command
/tellraw @a ["",{"text":"Welcome to the Server!","color":"gold","bold":true,"italic":false,"hoverEvent":{"action":"show_text","contents":"Click to visit store"}}]
Frequently Asked Questions
What is the /tellraw command used for in Minecraft?
The /tellraw command sends formatted JSON text components directly to player chat screens with interactive click and hover features.
How do hover events work in /tellraw messages?
Hover events display a tooltip popup when a player hovers their cursor over text in the chat window.
Can I target specific players or teams with /tellraw?
Yes, change the target selector (like @a for all players, @p for nearest player, or @r for random player).
How to use Minecraft /tellraw Generator
To generate /tellraw commands:
- Type your desired chat text into the text input box.
- Choose text color, bold, or italic formatting options.
- Add an optional hover tooltip message or click action URL.
- Click Copy Command to copy the ready-to-use /tellraw string to your clipboard.

