Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Lets you customise player name colors across chat, tab list, and in-game nametags (i.e. the names above players' heads).
ChromaTag Plugin
ChromaTag is a Minecraft Paper 1.21.4 plugin that lets players customise their name colors across chat, tab list, and in-game nametags.
Features
- Set custom colors using hex codes (e.g.
#FF0000
,FF0000
) or predefined color names (e.g.red
,dark_blue
). - Colors appear in chat, tab list, and above player heads.
- Granular permissions for setting/resetting own or others' colors.
- Persistent color storage using SQLite.
- Simple API for other plugins to interact with player colors.
Installation
- Download the latest
.jar
file from the Releases page. - Place the
.jar
file in your Minecraft server'splugins
folder. - Restart your server. The plugin will create a
plugins/ChromaTag/chromatag.db
file to store colors.
Configuration
Player color data is stored in plugins/ChromaTag/chromatag.db
.
Commands
/chromatag <color|#hex> [player]
: Sets the target player's name color. If[player]
is omitted, sets your own color.- Requires
chromatag.set.self
to set own color. - Requires
chromatag.set.other
to set another player's color.
- Requires
/chromatag reset [player]
: Resets the target player's name color to default. If[player]
is omitted, resets your own color.- Requires
chromatag.reset.self
to reset own color. - Requires
chromatag.reset.other
to reset another player's color.
- Requires
Aliases: /ct
Permissions
chromatag.set.self
: Allows setting own name color (default: op)chromatag.set.other
: Allows setting other players' name colors (default: op)chromatag.reset.self
: Allows resetting own name color to default (default: op)chromatag.reset.other
: Allows resetting other players' name colors to default (default: op)
Predefined Color Names
black
, dark_blue
, dark_green
, dark_aqua
, dark_red
, dark_purple
, gold
, gray
, dark_gray
, blue
, green
, aqua
, red
, light_purple
, yellow
, white
Buy Me a Coffee
Pages
Members
Owner