DisplayName - Nick name
A simple but feature-full nicknames plugin that allows you to set other players' nick names
Commands
Command | Description | Required Permission (or OP) |
/displaynamehelp | Get the up-to-date info on DisplayName | none |
/displayname <displayname> | Set your display name | displayname.use |
/resetname [player] | Reset your nickname or optionally, another player's nickname | displayname.use / displayname.others |
/displaynameplayer <player> <name> | Set another person's nickname | displayname.others |
Permissions
Permission | Description |
displayname.use | Set or reset your own DisplayName |
displayname.others | Set or reset another player's DisplayName |
displayname.* | This is the permission to use all of DisplayName's features |
Commands (Plain text)
/displaynamehelp - Get the up-to-date info on DisplayName
/displayname <displayname> - Set your display name
/resetname [player] - Reset your nickname or optionally, another player's nickname
/displaynameplayer <player> <name> - Set another person's nickname
NOTE: Only names from 1 - 16 characters long. To use colors, use the & symbol to replace the section (§); example: &3, &l, &a, etc.,.,
In reply to shivamCode:
Can non-op players use this?
In reply to Kurwalsky:
Sorry for the wait. I will be done creating this shortly.
In reply to Kurwalsky:
Yes. The plugin is now updated. Please refer to the top of this webpage for instructions.
It mostly functions, but has a few issues
> Nickname resets upon relogging
> It interferes with set home locations (could be the Homes plugin I have though, I'm not sure)
> Color/style stays beyond nickname, and a &r is needed at the end of the name to keep it from coloring your whole line.
In reply to GuyW:
The nickname is temporary because Bukkit does not save the name. This was a quick project so the name saving feature was not implemented. This problem is going to be on the to-do list.
This plugin does not do anything with the set home locations so this plugin can't fix that.
The color/style problem is because it sets the name to whatever you put. It can be an option in the config to reset the formatting after your name. You can do /displayname &r to set your name to nothing. That would be a cool thing, but probably not used frequently. You can set the chat formatting by putting color codes after your name (ex: &3&lshivam123&r&6&o) so the chat would be similar to (this: shivam123: hi this is a test). You can do /displayname &3shivam123&r to reset the formatting after your name. For now, put &r after the desired display name to reset the colors.
Thank you for using this plugin and pointing these things out.