Minecraft Tools

Tellraw JSON Generator

A powerful visual builder for creating complex, interactive /tellraw commands with multiple parts, colors, and events.

Advertisement:

Message Parts

Part 1: "your text here"

Target
Generated JSON
[
  "",
  {
    "text": "your text here"
  }
]
Full Command
/tellraw @a [
  "",
  {
    "text": "your text here"
  }
]

Advertisement: