Logan Nommensen
Colors / Titles

Colors / Titles

Simple Minecraft server plugins to allow players to change their username color and customize a chat title

JavaGame
January 3, 2022(edited August 23, 2025)2 min read

Simple Minecraft server plugins to allow players to change their username color. Code quality is abysmal and is not representative of my current skill level, but they work.

Personally have used them on a large server as donator perks, substantially increasing revenue. Also have used them on several smaller personal servers I have run for groups.

In the image, the player "muzak23" has the title hi_turtle and the color blue (9), then changes their title to it_works with colors.

Features

Colors

  • Players can change their username color using /color <color> command, with the color being a valid Minecraft color code (e.g. 4 for dark red, 6 for gold, etc.). Does not allow formatting codes (e.g. l for bold). Permission: colors.base

  • Admins can set a player's color using /color <player> <color>. Permission: colors.other and colors.other.<code>

  • Reserved colors for moderators (e) and administrators (c), with specific permissions. Permission: colors.e and colors.c

Titles

  • Players can set a chat title using /title <title> command, with the title being any string up to 20 characters. Permission: titles.base
  • Only allows alphanumeric characters to prevent abuse. Permission to bypass: titles.anything
  • Titles are displayed in square brackets before the player's name (e.g. [Champion] muzak23). Color codes are allowed.
  • RGB hex colors are supported with an additional permission: titles.rgb
  • Titles with the name "Admin" or "Mod(erator)" are reserved for administrators and moderators, respectively. Permission: titles.admin and titles.mod

Links

Colors

Open-source on GitHub here

Published on SpigotMC here

Titles

Open-source on GitHub here