Skip to content

Custom Colours

TejasLamba2006 edited this page Jul 26, 2026 · 1 revision

Custom Colours

Custom colours are named colour presets stored in plugins/ChatColor3/custom-colors.yml. They're referenced with a % prefix.

Creating Custom Colours

Via command

/chatcolor custom add vip &6&l
/chatcolor custom add rainbow &u[red,blue,green]

Via config

Edit custom-colors.yml directly:

vip: '&6&l'
rainbow: '&u[c,9,a]'
gradient: '&g[#ff0000,#0000ff]'

Then run /chatcolor reload.

Using Custom Colours

Players set a custom colour with:

/chatcolor %vip

Or select it in the GUI by adding a COLOUR item with data: '%vip'.

Permissions

Each custom colour requires chatcolor.custom.<name>:

  • chatcolor.custom.vip — use the %vip colour
  • chatcolor.custom.* — use all custom colours

Managing

/chatcolor custom list              # List all custom colours
/chatcolor custom remove vip        # Remove a custom colour

Clone this wiki locally