Colors
Overview
Section titled “Overview”This page describes the supported color formats and text styling systems available in the plugins.
For best compatibility and consistency, it is recommended to use the MiniMessage format.
Supported Color Formats
Section titled “Supported Color Formats”| Name | Format Example | Generator |
|---|---|---|
| MiniMessage | <red>Text</red> | MiniMessage Web UI |
| HEX | &#RRGGBB | HEX Generator |
| Legacy | &x&R&R&G&G&B&B | Legacy Converter |
MiniMessage (Recommended)
Section titled “MiniMessage (Recommended)”MiniMessage is the preferred formatting system.
It supports:
- Named colors
- HEX colors
- Gradients
- Bold, italic, underline and strikethrough
Example:
<gradient:#00FFAA:#00AAFF><bold>Example Text</bold></gradient>HEX Format
Section titled “HEX Format”HEX colors use the following format:
&#RRGGBBExample:
�FFAAExample TextThis format is supported in modern Minecraft versions.
Legacy Format
Section titled “Legacy Format”Legacy formatting uses the extended color syntax:
&x&R&R&G&G&B&BExample:
&x&0&0&F&F&A&AExampleBest Practices
Section titled “Best Practices”- Use MiniMessage whenever possible.
- Avoid mixing different formatting systems in the same message.
- Keep formatting consistent for better readability and maintainability.