Side note: I originally had a plugin like this last year, but had removed it as it didn't work the way I wanted it to.
This is a title changer plugin, which modifies the prefix behind your username to whatever coloured title you wish to choose, ideal for donation perks/rewards. Simply use the /title command to get started. The configuration settings allows you to limit the amount of characters used and reserve words from being used in titles. For this plugin to function correctly, you must list all your groups and group colours as shown in the config.
Love my work? Feel free to donate, anything is appreciated! :)
Donate: https://www.paypal.me/hquirit
Vault must be installed.
Features
- Allows you to modify/clear your title
- Limit title length
- Reserve words from being used
Command and Permission
- /title - titlechanger.use
Configuration
#How many characters should titles limit to
title-length: 8
#What words should titles exclude
reserved-words:
- dick
- fuck
- idiot
- admin
- owner
#REQUIRED - Place all your group names and the group's color below. Format (group name case sensitive): <groupname>:<chatcolor>
#Please consult this ChatColor reference - http://jd.bukkit.org/rb/apidocs/org/bukkit/ChatColor.html
player-groups:
- Member:gray
- Admin:blue
- Owner:red
Source (view on github)