EliteEssentials-1.1.14.jar
What's new
1.1.14 - 2026-02-22

Added
- Nickname system -
/nickand/realnamecommands/nick <nickname>- Set your own display nickname (persists across restarts)/nick off- Clear your own nickname/nick <player> <nickname|off>- Set/clear another player's nickname (requiresmisc.nickname.others)/realname <name>- Look up the real username behind a nickname (requiresmisc.nickname.lookup)- Nicknames appear everywhere player names show within EliteEssentials: chat, group chat, tab list,
/msg,/list, join/quit messages - Note: other mods will still show the player's real username
- Color codes in nicknames gated behind
eliteessentials.command.misc.nick.colorpermission - Config section:
nick.enabled,nick.allowColors - Permissions:
eliteessentials.command.misc.nick- set your own nickname (admin only in simple mode)eliteessentials.command.misc.nick.color- use color codes in nicknameseliteessentials.command.misc.nickname.others- set/clear other players' nicknameseliteessentials.command.misc.nickname.lookup- look up real name via/realname
- Stored in per-player data file (no separate file needed)
spawn.respawnExcludedWorldsconfig option - list world names where EliteEssentials will skip the death-respawn teleport to spawn- Prevents race conditions when another plugin manages its own respawn/teleport logic in specific worlds
- Supports wildcard patterns:
arena*matches any world starting with "arena" - Players who die in an excluded world are left entirely to the other plugin's respawn handling
Fixed
/ee reloadnow refreshes LuckPerms prefix/suffix caches for all online players- Previously, changing a group's prefix via
/lp group <group> meta setprefixwouldn't show in chat until a server restart - On reload,
recalculateCaches()is called for each online player so the new prefix takes effect immediately
- Previously, changing a group's prefix via
Improved
spawn.respawnExcludedWorldsnow also suppresses theteleportOnEveryLoginsave-file rewrite for players disconnecting from a matching world- A single entry like
arena*now covers both death-respawn and login-spawn suppression - Prevents conflicts when another plugin restores the player's pre-match position after they return to the main world
- A single entry like
This mod has no additional files