Minecraft : Raw Json Text Format Generator

Loading
Page

Try the Commands Troubleshooting and Help page if you get stuff with server errors.

Raw Json Text Format Tool

A visual editor for generating command compatible formatted text in json text format. Use in a number of places including chat, signs, books and data packs. The format is complex with many branching options, some options only work for certain commands or used in specific ways in Minecraft. See notes below.

Common Problems

Sometimes blocks not generating correctly
Try adding a space between adding the new text block. Sometimes the text formatting blocks merge together in unexpected ways.

Font shows in editor, but not command
Select the text and reapply the font. The editor doesn't always apply the font to new text added after the font is applied in a different order to other formatting.

Block Manager Link (Click/Hover)

Adds interact events to text, each interaction typically includes both and action element and content element. Content element vary, you can also format and change the block type from here.

Click Event

A click event occurs when the user clicks on the text, these usually these work in text chat and book. Usually work in signs but must be in first line. Item name/lore text and title as the text can't be clicked. You can only have one click event on a text element.

  • open_url
    • Content is the url to open, must be a full url such as https://www.gamergeeks.net/
    • Opens a url in the default browser
  • open_file
    • Opens a file on the user's computer. This usually doesn't work due to security vulnerability concerns.
  • run_command
    • Runs a command in the console
    • Works on signs
    • Requires leading slash
    • User must have permission to run the command and can be tricky to get to work
  • suggest_command -
    • Suggests a command in the chat
    • Doesn't work in books
  • change_page
    • Changes the page in a book
    • Book only

Hover Event

A hover event occurs when the user moves the mouse over the text, these usually these work in text chat and book. Usually don't work in signs, item name/lore text and title as tthe mouse cursor doesn't interact. You can only have one hover event on a text element. More click event and hover event within the content of a hover event are not possible.

  • show_text
    • Another raw json text object. Use this tool to insert.
  • show_item
    • Shows an item name (not an icon).
    • id is the item, e.g. minecraft:
    • count is stack count
    • tag is the nbt data
  • show_entity
    • Shows an entity name (not an icon).
    • name is the display name
    • type is the entity, such as minecraft:pig
    • uuid is the in game resource id of the entity

Obfuscated, selector, scoreboard/objective

Extra text markup, blocks are highlight within the editor. Note for some items such as signs you will need to replace the sign or use data commands on the sign each time the score objective is updated.

Obfuscated text block

In the editor use the button to start a obfusticated text block. You can type any characters within the block and the characters will appear obfuscated within the game. The preview just shows generic hash characters.

Selector tag block

In the editor use the button to start a target text block. Will display the name of the selected target(s).

Scoreboard / Objective tag block

In the editor use the button to start a object text block. The popup will allow to set the entity and object name. The in editor format is Selector Name and also a valid Objective.

Fonts

  • Illager font and fonts in general
  • Use the actual Minecraft font

Version History

2 Jul 2026
minecraft/command-generator 2.38.5

addedSummon axolotl, and summon cow pages now use Mob Generator v2
patchText editor formatting not grouping like with like

25 Jun 2026
minecraft/command-generator 2.38.4

addedSummon Generators moved to the Mob Generator v2

18 Jun 2026
minecraft/command-generator 2.38.3

addedMinecraft 26.2 content
addedWIP Beta Mob Generator v2

30 May 2026
minecraft/command-generator 2.38.2

patchGive item armor patch item detection

29 May 2026
minecraft/command-generator 2.38.1

addedpre-release 26.2 content

28 May 2026
minecraft/command-generator 2.38

addedWIP Beta Mob Generator v2


Read version history »
(120 More Updates)