Skip to content

Color codes

Justin_SGD edited this page Jan 23, 2022 · 5 revisions

You have 4 different options for incorporating colors.

Default color codes

The standard color codes are from minecraft and work as usual.
Example: {prefix} &aYou reset your prefix.
Prefix Reset
Minecraft color codes


Hex color codes

Hex colors bring even more color into the game. You can use any color there is.
Example: {prefix} #811A1AYou have no permission to do this!
NoPerms
Hex color codes


Gradient color codes

Color gradients highlight texts and are magical.
Example: {prefix} <G:#00E40E>You reset your prefix.</G:#6E0202>
Prefix Reset
To create a color gradient, you need the following shape type. <G:#{hexColor}>{text}</G:#{hexColor}>
To create color gradients for a prefix, add the following to colors.
Gradient color
Ingame
Gradient prefix


Rainbow color

The rainbow gradient is the eye-catcher.
Example: {prefix} <R1>You reset your prefix.</R>
Prefix Reset
To create the rainbow color, you need the following shape type. <R1>{text}</R> To create rainbow color for a prefix, add the following to colors.
Rainbow color
Ingame
Raimbow prefix

Clone this wiki locally