-= NICKMYNAME =-Presentation
NickMyName is a simple plugin to change your name to another !
It's powerful and 100% lagless !
(Yeah, it's just that ...)
Features
Known bugs
- TabComplete name changed
- PlayerList name changed
- Skin changed
- Above head name changed
- Chat name changed (Integration with other plugins)
- 1.7 & 1.8
- Easy usage
- Free
Commands
- None ! ♥
For developpers | API
- nick <name> or OFF - Used to nick yourself | Permission name : nickmyname.nick | Default permission level : OP | Aliases : nickme & nickmyname
Ok so this is the cool part for developpersIt isn't a big API but it's useful for mini-games & PVP servers.
The API is not complete so be patient please ♥
To get the real name of a player
To set the nickname of a playerCode (Text):String realname = NicksCache.getRealName(player.getUniqueId());
To reset the nickname of a playerCode (Text):NicksCache.setNick(player, "♥UCanuseThose♥");
Code (Text):NicksCache.unNick(player);
And that's it .... Really cool plugin feel free to use my code but please credit me then

NickMyName 1.2
A nickname plugin for famous people
-
DarkRageLT, XxMarlonxX and WaxtzCraft like this.
Recent Reviews
-
Fartmaster09
- 5/5,
This is the best nick name plugin ive ever used in my life. Works flawlessly with strikepractice
-
DontStealMyPlu
- 5/5,
wheres the permissions? i want to find out how to give someone all perms is it like nickmyname.*?
-
xEnderCrafterx
- 4/5,
Very good plugin for my server, but could you add a config file so we can change the prefixes?
-
CaseCereal
- 4/5,
Hello, So far I like this plugin.
I would like 1 thing to be added! A config file to make a custom prefix and maybe a MySQL data base -
bysGamerYT
- 5/5,
Rlly good plugin, but the skin and the tablist name not change. Im in 1.11
I rlly love this plugin -
MrLOLcraft1
- 5/5,
I like the idea of this, anytime my administrators join a lobby they can nick without being noticed and work on fixing bugs and stuff! Great! :)
-
gonzyui
- 5/5,
1000ème download ^^
Très bon plugin je kiff continue comme ça ^^
=================================== -
Szejkus
- 5/5,
But, you Can create a Command which reset the name of player? It's very helpful.....................
-
NoTime
- 5/5,
Hello Please Fix the skin its not work ------------------------------------------------------------------------
-
aLTeR
- 3/5,
Is this even safe??? You not just changing tag over head on clients, you change name of player object completely on whole server while he is connected. In theory, there should be possibility that can cause critical damage to server.
-
Author's Response
Hum no i'm just changing a String on GameProfile class nothing more, UUID stills the exact same. Spigot uses UUID for internal actions such as teleport, respawn etc. so don't worry about it ;)