Sign material
Preview
/setblock command (1.20+)
/setblock ~ ~ ~ minecraft:oak_sign{front_text:{messages:['{"text":"§1§lArdenHub"}','{"text":"§0Spawn Warp"}','{"text":"§8» §0/warp shop"}','{"text":"§0Welcome!"}']}}Paste into a command block or op chat while standing where you want the sign. Older versions (1.19 and below) used Text1..Text4 tags instead of messages.
How to make a colored sign in Minecraft
Vanilla survival does not let you color sign text by typing — you need a command block or the /give command with NBT data. This generator builds that NBT for you:
- Type up to four lines and style each one with the color and format controls.
- Copy the generated command for your version (1.20+ uses the new component format).
- Run it from a command block or an operator chat, then place the sign item — the text and colors are already baked in.
On servers, many plugins (Essentials, per-world sign editors) also accept the raw § codes shown in the preview panel.
Sign character limits and layout
- A sign has 4 lines, each around 15 characters wide depending on the glyphs — wide letters like W fill faster than i or l.
- Text is always centered, so pad short words if you want a specific look.
- Since 1.20 both the front and back of a sign hold separate text and can be dyed and waxed — this tool writes the front face.
- Need a matching color palette? Grab codes from the color code list and reuse them across signs, books and lores.
Version differences you should know
Minecraft 1.20 changed sign data from four Text1–Text4 tags into a front_text component with a messages list. The generator targets the modern format by default and offers a legacy fallback for 1.13–1.19 servers. If a command errors, double check that the format matches your server version — pasting a 1.20 command into a 1.16 server is the most common mistake.
Frequently Asked Questions
How do I color sign text in survival without commands?
Why does my sign command say 'Data tag parsing failed'?
How many characters fit on one line of a sign?
Can I edit both sides of a sign?
Do these signs work on Bedrock Edition?
Related Minecraft Tools
MOTD Generator
Design your multiplayer server list message with a live preview.
Pixel Circle Generator
Plot perfect circles and ellipses block-by-block for builds.
Color Code Generator
Build formatted chat, names & lore with § color and style codes.