forked from sulphi-fox/ChatColor2
-
Notifications
You must be signed in to change notification settings - Fork 0
Custom Colours
TejasLamba2006 edited this page Jul 26, 2026
·
1 revision
Custom colours are named colour presets stored in plugins/ChatColor3/custom-colors.yml. They're referenced with a % prefix.
/chatcolor custom add vip &6&l
/chatcolor custom add rainbow &u[red,blue,green]
Edit custom-colors.yml directly:
vip: '&6&l'
rainbow: '&u[c,9,a]'
gradient: '&g[#ff0000,#0000ff]'Then run /chatcolor reload.
Players set a custom colour with:
/chatcolor %vip
Or select it in the GUI by adding a COLOUR item with data: '%vip'.
Each custom colour requires chatcolor.custom.<name>:
-
chatcolor.custom.vip— use the%vipcolour -
chatcolor.custom.*— use all custom colours
/chatcolor custom list # List all custom colours
/chatcolor custom remove vip # Remove a custom colour