The Nickname module allows players to have a different display name to their Minecraft IGN.
The following are incompatibilities that may occur with this module, along with how to resolve the problem. For the full mod/plugin incompatibility list, see the compatibility page.
No plugin incompatibilities have been reported.
Aliases:
/delnick, /delnickname, /deletenick
Usage: /delnick [<user>]
Default Role: ADMIN
Basic Command Permission: nucleus.nick.base
Permissions
nucleus.nick.base - Default Role: ADMIN
Aliases:
/nick, /nickname
Usage: /nick [<user>] <nickname>
Default Role: ADMIN
Basic Command Permission: nucleus.nick.base
Permissions
nucleus.nick.exempt.cooldown - Default Role: ADMIN nucleus.nick.others - Default Role: ADMIN nucleus.nick.exempt.warmup - Default Role: ADMIN nucleus.nick.base - Default Role: ADMIN nucleus.nick.exempt.cost - Default Role: ADMIN
This command is similar to the following command(s) found in Essentials:
/nick, /nickname
Essentials Migration Notes: To remove a nickname, use '/delnick'
Aliases:
/realname
Usage: /realname <name>
Default Role: USER
Basic Command Permission: nucleus.realname.base
Permissions
nucleus.realname.base - Default Role: USER
This command is an equivalent to the following command(s) in Essentials:
/realname
| Permission | Suggested Role | Description |
|---|---|---|
| nucleus.nick.base | ADMIN | Allows the user to run the command /nick, delnick |
| nucleus.nick.exempt.cooldown | ADMIN | Allows the user to bypass the cooldown for /nick |
| nucleus.nick.exempt.cost | ADMIN | Allows the user to bypass the cost for /nick |
| nucleus.nick.exempt.warmup | ADMIN | Allows the user to bypass the warmup for /nick |
| nucleus.nick.others | ADMIN | Allows the user to target other players using the command "nick, delnick". |
| nucleus.realname.base | USER | Allows the user to run the command /realname |
# The maximum number of visible characters that the nickname can be.
max-nickname-length=20
# The minimum number of visible characters that the nickname can be.
min-nickname-length=3
# A regular expression that limits what form the nickname can take. If Nucleus fails to read the regex here, the default of "[a-zA-Z0-9_]+" (the same restriction as Minecraft usernames) will be used. To allow all characters, use ".+".
pattern="[a-zA-Z0-9_]+"
# A prefix to any nickname that is displayed in chat.
prefix="&b~"