Nucleus is no longer updated and this site is frozen in time. Some links may be broken.
Welcome to the new docs site for Nucleus v2! Still on Nucleus v1? Visit the old site here.

Nickname Module

Introduction

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.

/delnick
Module: nickname
Deletes your current nickname

Aliases: /delnick, /delnickname, /deletenick

Usage: /delnick [<user>]

Default Role: ADMIN

Basic Command Permission: nucleus.nick.base

Permissions

  • nucleus.nick.base - Default Role: ADMIN
    Allows the user to run the command /nick, delnick
/nick
Module: nickname
Sets your nickname/display name

Aliases: /nick, /nickname

Usage: /nick [<user>] <nickname>

Default Role: ADMIN

Basic Command Permission: nucleus.nick.base

Permissions

  • nucleus.nick.exempt.cooldown - Default Role: ADMIN
    Allows the user to bypass the cooldown for /nick
  • nucleus.nick.others - Default Role: ADMIN
    Allows the user to target other players using the command "nick, delnick".
  • nucleus.nick.exempt.warmup - Default Role: ADMIN
    Allows the user to bypass the warmup for /nick
  • nucleus.nick.base - Default Role: ADMIN
    Allows the user to run the command /nick, delnick
  • nucleus.nick.exempt.cost - Default Role: ADMIN
    Allows the user to bypass the cost for /nick

This command is similar to the following command(s) found in Essentials: /nick, /nickname

Essentials Migration Notes: To remove a nickname, use '/delnick'

/realname
Module: nickname
Gets the player's realname from the provided nickname.

Aliases: /realname

Usage: /realname <name>

Default Role: USER

Basic Command Permission: nucleus.realname.base

Permissions

  • nucleus.realname.base - Default Role: USER
    Allows the user to run the command /realname

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 following configuration is the default for this module:
                            # 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~"

                        
Search

Downloading search database, this won't take long...