How to get a Nickname using EssentialsX in your Minecraft server

Nicknames are one of the most-used quality-of-life features on a Minecraft: Java Edition server. They let players express themselves, help staff stand out, and make role-play or community servers feel alive. The EssentialsX plugin ships a single, flexible command for all of this: /nick. In this guide we cover every way to use it – setting your own nickname, changing another player’s nickname, removing nicknames, and unlocking color codes – along with the exact permission nodes you need to grant. Everything here is verified against the EssentialsX command definitions, so you can copy it straight into your permissions setup.

Before we start, one important platform note: EssentialsX is a Bukkit-API plugin that runs on Spigot, Paper, and forks like Purpur for Minecraft: Java Edition. It is the modern, maintained successor to the original Essentials. It does not run on vanilla, Bedrock, Fabric, or Forge servers. If you want a reliable Spigot or Paper host with plugin support already wired in, our managed Minecraft server hosting gives you one-click plugin installs and full file access so EssentialsX is ready in minutes.

What the /nick command does

The /nick command changes the display name that appears in chat and (depending on your config) in the tab list and above the player’s head. It does not change the underlying Minecraft username – logins, whitelists, bans, and player data all still key off the real account name. A nickname is purely cosmetic and instantly reversible.

EssentialsX registers /nick with the following aliases, so any of these typed at the console or in chat resolve to the same command:

/nick
/nickname
/enick
/enickname

The full, verified usage string is:

/nick [player] 

That single signature covers every scenario. The optional [player] argument decides whether you are editing your own nickname or someone else’s, and the final argument is either the new nickname text or the literal keyword off to clear it. Let’s break each case down.

Setting your own nickname

To set a nickname for yourself, run /nick followed by the name you want, with no player argument:

/nick Steve
/nick Wanderer
/nick DragonSlayer

Because there is no player name before the nickname, EssentialsX applies it to the player who ran the command. The change takes effect immediately – your chat lines will now appear under the new display name. To do this, a player needs the following permission node:

essentials.nick

Grant essentials.nick to whichever rank you want to allow self-nicknaming – commonly your default or member group on community servers. If a player runs /nick without this node, EssentialsX will deny the command.

Setting a nickname for another player

Staff and admins frequently need to nickname someone else – to fix an offensive nickname, set a role-play name, or label a guest account. To set or change another online player’s nickname, put their username first, then the nickname:

/nick  

For example, to nickname the player Notch as Founder:

/nick Notch Founder

This requires a second, distinct permission node on top of (or instead of) the base node:

essentials.nick.others

Keep essentials.nick.others restricted to trusted staff. A useful pattern is to give regular members only essentials.nick (self-nick) and reserve essentials.nick.others for moderators and admins, so players cannot rename one another.

Removing a nickname with /nick off

To clear a nickname and revert a player back to their plain Minecraft username, use the literal keyword off. To remove your own nickname:

/nick off

To remove another player’s nickname (staff), name the player and pass off as the value:

/nick  off

For example:

/nick Notch off

Clearing another player’s nickname uses the same essentials.nick.others permission as setting one, since both operations target a different player. There is no separate “remove” node – off is just a special nickname value handled by the same command.

Adding color to nicknames

Plain nicknames are useful, but most servers want colored nicknames so staff ranks and donor tiers pop in chat. EssentialsX supports the standard Minecraft formatting codes inside nicknames, gated behind a dedicated color permission:

essentials.nick.color

When a player holds essentials.nick.color, they may set their nickname to any color using the ampersand-style codes. For example, to set a red nickname:

/nick &cRedName

Here &c is the color code for red. You can combine codes, place them mid-name, and (on supporting versions) use the formatting and “magic” styles. EssentialsX exposes finer color permission nodes beyond the broad color node – for example, nodes that separately control formatting styles (bold, italic, underline) and the obfuscated “magic” style. These finer nodes follow EssentialsX’s color-permission system, but their exact availability and naming depend on your EssentialsX version and configuration, so confirm them against your own build before relying on them. For most servers, granting essentials.nick.color alone is enough to let a rank use the full color palette.

A common setup is to grant essentials.nick.color only to donor ranks or staff, while default members get essentials.nick for plain-text nicknames. That way colored names act as a visible perk.

Permission node reference

Permission nodeWhat it grantsTypical rank
essentials.nickSet and remove your own nicknameMember / default
essentials.nick.othersSet, change, or clear another player’s nicknameModerator / Admin
essentials.nick.colorUse color codes in nicknamesDonor / Staff
Finer color nodes (format, magic)Granular control of styles like bold, italic, and obfuscated text – version/config dependentOptional, advanced

Command and alias cheat sheet

GoalCommand
Set your own nickname/nick
Set another player’s nickname/nick
Remove your nickname/nick off
Remove another player’s nickname/nick off
Colored nickname/nick &cRedName (requires color node)
Aliases/nickname, /enick, /enickname

How to grant the permissions

EssentialsX itself does not manage permission ranks – it reads permission nodes from whatever permissions plugin you run. The most popular choice is LuckPerms. To grant self-nicknaming to a group called member, you would run something like:

/lp group member permission set essentials.nick true
/lp group staff permission set essentials.nick.others true
/lp group donor permission set essentials.nick.color true

If you are new to wiring up plugins and permissions, our Minecraft setup documentation walks through installing EssentialsX, adding a permissions manager, and applying nodes step by step with panel screenshots.

Configuration tips for nicknames

A few EssentialsX behaviors are worth knowing so nicknames behave the way you expect on a public server:

  • Nickname prefix: EssentialsX can prepend a configurable tag (often a tilde, ~) to nicknames so players can always tell a nickname from a real username. This is set in EssentialsX’s config.yml.
  • Length and character limits: The config lets you cap nickname length and restrict the allowed characters, which is useful for preventing absurdly long or confusing names.
  • Tab list and display: Whether the nickname shows in the tab list and above the head depends on your config and any chat-formatting plugin you run alongside EssentialsX.
  • Blacklisted words: Pair nickname permissions with a chat filter if you let regular members self-nick, since nicknames are player-supplied text.

Because nicknames are display-only, they are safe to hand out widely – the worst case is an inappropriate name, which any staff member with essentials.nick.others can clear instantly with /nick off.

Explore more EssentialsX commands

The /nick command is just one piece of EssentialsX’s huge toolbox. Once nicknames are working, these companion guides cover the other staff and player commands you will reach for most:

Frequently asked questions

Does /nick change my actual Minecraft username?

No. The nickname is purely cosmetic – it changes your chat and display name only. Your real account name is still what the server uses for logins, whitelists, bans, and saved player data. You can revert at any time with /nick off.

How do I remove a nickname?

Run /nick off to clear your own nickname, or /nick off to clear someone else’s (staff). The off keyword is part of the standard usage /nick [player] .

Why can’t a player use color codes in their nickname?

Colored nicknames require the essentials.nick.color permission node. If a player has essentials.nick but not the color node, EssentialsX will strip or reject color codes. Grant essentials.nick.color to the rank that should have colored names.

What permission lets staff rename other players?

That is essentials.nick.others. It covers both setting and clearing another player’s nickname via /nick and /nick off. Keep it limited to moderators and admins.

What are the aliases for /nick?

EssentialsX registers /nickname, /enick, and /enickname as aliases of /nick. They all do the same thing, which is handy if /nick conflicts with another plugin’s command.

Does EssentialsX work on Bedrock, Fabric, or Forge?

No. EssentialsX is a Bukkit-API plugin and only runs on Spigot, Paper, and forks like Purpur for Minecraft: Java Edition. It does not run on vanilla, Bedrock, Fabric, or Forge. You need a Spigot or Paper server to use /nick.

Free Minecraft Tools

Speed up your server with our free Minecraft tools:

Ready to play?

Run your own Minecraft server with XGamingServer

Spin up an always-on Minecraft server your friends can join in minutes — no port-forwarding, no tech headaches.

99.9%Uptime SLA
< 5 minInstant setup
24/7Human support
DDoSProtected
Instant setup Your server is live in minutes with a one-click control panel.
Mods & plugins Install mods, plugins and workshop content in a few clicks.
DDoS protected Enterprise DDoS mitigation keeps your server online 24/7.
Low-latency hardware Premium CPUs & NVMe SSDs for lag-free multiplayer.
Free backups Automatic backups so your world is never lost.
Real human support Gamers helping gamers — 24/7, no bots, no scripts.

Pick your Minecraft plan & play in minutes

See all plans
Starter $8.40/mo 4 GB RAM Renews $12/mo Buy now
Rookie $17.50/mo 8 GB RAM Renews $25/mo Buy now
Pro $24.50/mo 12 GB RAM Renews $35/mo Buy now