HomeJavaModsColoredPlayerNames
ColoredPlayerNames
What is ColoredPlayerNames?
ColoredPlayerNames is a very simple plugin. On join, a player's username is changed to a random color. Here's an example screenshot:
[​IMG]

Where does my colored name show up?
This plugin changes names (almost) everywhere they are seen:
How do I change the color of my name?
The color of your name is determined randomly when you join the server. If you have an undesirable color (for example, the darker colors can be hard to read), you can simply reconnect to the server. The next time you join, a different color will be randomly selected.

Players can also change their color with the /changecolor command, or you can configure certain players to be permanently set to specific colors.

How do I use ColoredPlayerNames?
ColoredPlayerNames is really simple to use. Just add it to your plugins folder and start up your server; any new player who joins will have their name automatically changed. All configuration, commands, and permissions are optional.

Commands
changecolor
The /changecolor command allows you to change your own color. There are two ways it can be used:
An alias of this command is /cc. Here are some example usages:
coloredplayernames
The coloredplayernames command allows you to administrate the coloredplayernames plugin. There are three ways it can be used:

An alias of this command is /cpn. Here are some usage examples:

Tab Completion
All of the commands have tab completion, so ColoredPlayerNames should be very easy to use for players on your server.

[​IMG]

Configuration
Most configuration for ColoredPlayerNames is done through config.yml file. If you'd like to regenerate the default config, you can delete your current config and the default one will be generated. Here's the default config:

Code (YAML):
# ColoredPlayerNames config.yml
auto-update
: true
scoreboard
: true
colors
:
  black
:
   weight
: 0.2
   aliases
:
  - dark
  dark_blue
:
   name
: dark blue
   weight
: 0.5
   aliases
:
  - navy
  dark_green
:
   name
: dark green
   weight
: 0.5
  dark_aqua
:
   name
: dark aqua
   weight
: 0.5
   aliases
:
  - dark cyan
   - dark tuquoise
  dark_red
:
   name
: dark red
   weight
: 0.5
   aliases
:
  - maroon
  dark_purple
:
   name
: dark purple
   weight
: 0.5
   aliases
:
  - dark magenta
   - dark violet
   - violet
  gold
:
   weight
: 0.5
   aliases
:
  - dark yellow
   - orange
  gray
:
   weight
: 0.2
   aliases
:
  - grey
   - light gray
   - light grey
  dark_gray
:
   name
: dark gray
   weight
: 0.2
   aliases
:
  - dark grey
  blue
:
   weight
: 1.0
   aliases
:
  - light blue
  green
:
   weight
: 1.0
   aliases
:
  - light green
  aqua
:
   weight
: 1.0
   aliases
:
  - cyan
   - light aqua
   - light cyan
   - light turquoise
   - turquoise
  red
:
   weight
: 1.0
   aliases
:
  - light red
  light_purple
:
   name
: light purple
   weight
: 1.0
   aliases
:
  - magenta
   - pink
   - purple
  yellow
:
   weight
: 1.0
   aliases
:
  - light yellow
  white
:
   weight
: 0.2
   aliases
:
  - light
  obfuscated
:
   aliases
:
  - magic
  bold
:
   aliases
:
  - heavy
   - thick
  strikethrough
:
   aliases
:
  - crossed out
  underline
:
   aliases
:
  - underlined
  italic
:
   aliases
:
  - italicized
   - italics
players
:
  jeb_
: obfuscated
Here's a description of what each of the options does:
Permissions
Permissions are completely optional, and the default permissions are reasonable. Here's a list of all available permissions:

Is this plugin compatible with other plugins?
You may have to make some configuration changes to ensure that this plugin is compatible with your other ones.

Scoreboard system
ColoredPlayerNames uses the scoreboard system to color names above heads. However, you may want to use the scoreboard system for other purposes, like server minigames. If this is the case, you should set scoreboard: false in the configuration, which will make it so that names are not colored above heads.

Custom prefixes or nicknames
ColoredPlayerNames overwrites each player's "display name" with a colored version. You may be using another plugin to give certain players custom prefixes or nicknames. If you would like a certain player's name to be uncolored, make sure that they do not have the coloredplayernames.color permission.

Updater and bStats
I use Updater to automatically update this plugin. You can opt-out from Updater by setting auto-update: false in the configuration.

I also use bStats to track statistics about the usage of this plugin. This will create a bStats/config.yml file in your plugins directory. You can set enabled: false in this file to opt-out of bStats.

Neither of these services are harmful to your server, and no intrusive or identifiable data is collected from your server. Please only opt-out of these services if you have a good reason.

Source
This project's source is available on GitHub.

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

ColoredPlayerNames is a free Minecraft Java mod. Compatible with Minecraft 1.12, 1.13, 1.14. Downloaded 1,323 times (via Spigot). Download it and open it directly in the game.

Explore more