Color
TravelingMerchant supports a wide range of text formatting options to enhance the appearance of messages, commands, conditions and actions.
πΉ Standard Colors and Styles (&
codes)
&
codes)You can use classic Minecraft-style color codes by prefixing them with &
. These codes work for both colors and text formatting.
&a
Light Green
&c
Red
&l
Bold
&n
Underline
&r
Reset
β‘ These codes are widely supported and ideal for simple formatting.
π RGB Color Support (1.16+)
You can define precise colors using hexadecimal RGB values. This allows full control over text color beyond the default palette.
Accepted formats:
#RRGGBB
&#RRGGBB
<#RRGGBB>
{#RRGGBB}
All formats above will apply the color RRGGBB
, where:
RR
= red (00βFF)GG
= green (00βFF)BB
= blue (00βFF)
<&a>This is green! <#00FFAA>This is custom teal!
π Gradient Text
Create smooth transitions between two colors using gradient tags. The text between the tags will fade from the start color to the end color. You can also include formatting codes like bold or italic within the gradient.
<#StartColor>Text goes here</#EndColor>
π Rainbow Gradient
To automatically color text with a rainbow effect, use the <RAINBOW>
tag. You can change the number (0β999
) to adjust the rainbow's variation.
<RAINBOW0>Your Text Here</RAINBOW>
π§ Tips
Combine color and formatting for advanced effects.
Use RGB for branding, team colors, or design consistency.
Gradient text makes great headers or event titles.
Be cautious not to overdo effects β keep it readable!
Last updated