NameColor is a comprehensive plugin for name coloring, nicknames and more.
Features: - RGB/Hex support - Nicknames - Text styles (italic, bold, etc.) - Customizable - MySQL - MariaDB - Easy to use - Who is - Much more
Commands: /namecolor <color> - sets own name color /namecolor <color> <user> - sets other's name color /namecolor help - displays help message /nick <name> - sets own nickname /nick <name> <user> - sets another player's nickname /whois <display name> - determines who has a nickname All commands support RGB
Permissions:
namecolor.* - all permissions namecolor.set - allows players to set their own color namecolor.set.others - allows setting other player's color namecolor.nick - allows players to set their own nickname namecolor.nick.others - allows setting other player's nicknames namecolor.whois - allows use of the /whois command namecolor.filter.bypass - allows bypassing nickname filters namecolor.set.style - allows using styles with name colors namecolor.nick.color - allows using colors/styles in nicknames
#-------------------------# # NameColor # # pedestriamc.com # # author: wiicart # #-------------------------# # Sets the plugin's prefix. # Compatible with '&' color codes. prefix: '&8
[&dNameColor&8
] &f'
# Modes of changing nicknames: # - auto (default) # Automatically chooses the best mode # based on server setup. # # - server # Uses the Bukkit API to change names. # Default fallback option. # # - essentials # Uses the Essentials API to change names. # Requires EssentialsX. # If you have Essentials installed, this plugin # may not work properly without this mode. # mode: auto
# Default name color: # Proper format: # &<color code> for Minecraft codes # #<rgb> for RGB codes default-color: '&f'
# +----- Messages -----+ # Note: prefix is used before all messages. # Compatible with '&' color codes.
# NameColor help message: namecolor-help: - '&8+
----
[&dNameColor&8
]----+'
- '&fUsage: &7/namecolor <color> <username>&f.'
- '&f<username> may be blank, RGB colors supported.'
# Nickname help message: nickname-help: - '&8+
----
[&dNameColor&8
]----+'
- '&fUsage: &7/nick <nick> <username>&f.'
- '&f<username> may be blank, RGB colors supported.'
- '&fNote: Enter RGB codes as &<RGB>.'
# Not enough args message: insufficient-args: '&fInsufficient arguments.'
# Invalid player message: invalid-player: '&fCannot find that player!'
# No permission message: no-perms: '&fYou don''t have permission!'
# Player's name has been set message: # %display-name% will be replaced with # the user's new display name. name-set: '&fYour display name has been set to
%display-name%&f.'
# Other player's name changed message: # %display-name% will be replaced with # the subject's new display name. # %username% will be replaced with # the subject's username. name-set-other: '&f
%username%''s display name has been set to %display-name%&f.'
# Invalid args message for /namecolor: invalid-args-color: '&fInvalid arguments. Type &7/namecolor help &ffor usage.'
# Invalid args message for /nick: invalid-args-nick: '&fInvalid arguments. Type &7/nick help &ffor usage.'
# Invalid command usage message for /namecolor: invalid-cmd-color: '&fInvalid command usage! Type &7/namecolor &fhelp for usage.'
# Invalid command usage message for /nick: invalid-cmd-nick: '&fInvalid command usage! Type &7/namecolor &fhelp for usage.'
Looking for more chat customization? Check out Strings