You can generate styled text directly onto a sign — no external image editing needed. Control background color, text color, alignment, and size using simple arguments. Just look at a sign before running the command.
Basic usage
The minimum required arguments are text and background.
/silt text:<text> bg:<color|url>
Example:
/silt text:Hello World bg:black
Arguments explained
Each argument controls a different part of the final image.
- text: The text displayed on the sign.
- bg: Background color or image URL.
- color: Text color (optional).
- align: Text placement (optional).
- size: Font size number (optional).
Colors
Colors can be written in three formats:
- Named colors: red, blue, white, black, green
- Hex: #FF0000
- RGB: 255,0,0
Examples:
/silt text:Warning bg:red color:white /silt text:Rust bg:#49485a color:255,255,255
Alignment
Choose where the text appears on the sign.
- top-left
- top-middle
- top-right
- left
- center (default)
- right
- bottom-left
- bottom-middle
- bottom-right
/silt text:Hello bg:black align:left
Font size
Override automatic scaling.
/silt text:Big bg:blue size:72
Permissions
- You must own the sign, be building authorized, or be on the owner’s team.
- You must be looking directly at the sign.
- Works on supported signs and photo frames.
