With this plugin you have a Item wich you can click. Than you can choose between 'Nick me now' & 'Nick me on game join'. You can also enable with a command a Nick on join function.
- Donation Link:
- http://donate.teeage.ovh/
You need LibsDisguises!
Command:
- /nick | opens a GUI
- /nick (name) | Give you the nickname you choose
- /nick help | Open a help Page
Permission:
- AutoNick.nick
For Developers:
Code (Text):#Nick a player with an any name
Nick(Player p, String name);
#Remove the nick name
removeNick(Player p);
#Nick a player with a rondom name from the config
NickRandom(Player p);
#Get a name from the config
getNickName();
#Check if the a player is already nicked with this name
exists(String s);
#Check if a player is nicked
isNicked(Player p);

AutoNick 1.1
Useful Nick plugin for Server Owners & Developer