Color Codes
Last updated
Was this helpful?
Color Codes allow you to customize text in supported commands and menus across the server. They can be used to add colors, styling, and line breaks to text such as Player Warp broadcasts, furniture dyes, ChestShop holograms, and more.
Color Codes use tag-style formatting. Place a tag before the text you want to format, and the formatting will apply to the following text.
<yellow>Hello <blue>World</blue>!Color Codes are only available in fields that support formatted text. Some commands or menus may limit which tags can be used.
Color
<color>
Changes the color of the following text
Hex Color
<#RRGGBB>
Uses a custom RGB hex color
Styling
<bold>, <italic>, etc.
Adds text styling such as bold, italic, or underline
Newline
<newline>
Inserts a line break where supported
Named colors include both Minecraft’s standard color names and a variety of custom color names. Add the color tag before the text you want to recolor.
<yellow>Hello!
<red>Sale Today!
<blue>Visit my warp!<black>
<fire>
<dark_blue>
<crimson>
<dark_green>
<rust>
<dark_aqua>
<tangerine>
<dark_red>
<dandelion>
<dark_purple>
<lime>
<gold>
<leaf>
<gray>
<olive>
<dark_gray>
<mint>
<blue>
<ice>
<green>
<sky>
<aqua>
<baby_blue>
<red>
<midnight>
<light_purple>
<indigo>
<yellow>
<royal_purple>
<white>
<violet>
<lavender>
<lilac>
<fuchsia>
<blush>
<beige>
<amaranth>
<brown>
<eggshell>
<smoke>
Hex colors allow you to use a custom RGB color instead of one of the predefined colors. Hex colors must use the format:
For example:
Use a hex color picker website such as color-hex.com to find an exact #RRGGBB code
Styles change the decoration of text without changing its color.
Bold
<bold>
<b>
Italic
<italic>
<i>
Underlined
<underlined>
<u>
Strikethrough
<strikethrough>
<st>
The <newline> and <br> tags insert a line break in supported text fields.
Simple colored message
<yellow>Welcome to my warp!
Multiple colors
<gold>New items <green>restocked</green> today!
Custom hex color
<#00ff00>Fresh stock available!
Bold warning
<b><red>Limited Time!</red></b>
Underlined highlight
<u><aqua>Click to visit</aqua></u>
Multi-line text
<yellow>Shop Open<br><gray>Restocked daily!
Last updated
Was this helpful?
Was this helpful?
<#RRGGBB><#00ff00>Bright green text!
<#ff66cc>Pink text!
<green><#ffaa00>Orange text!</#ffaa00> Back to green now<bold><gold>Important!</gold></bold>
<underlined><aqua>Click Here</aqua></underlined>Line one<br>Line two