File Details
EliteEssentials-1.1.15.jar
- R
- Feb 26, 2026
- 1.07 MB
- 359
- Early Access
File Name
EliteEssentials-1.1.15.jar
Supported Versions
- Early Access
1.1.15 - 2026-02-25
Added
- Player name autocomplete for all commands that take a player argument
- Typing a partial name (e.g.
/tpa eli) now shows fuzzy-matched suggestions of online players - Works on:
/tpa,/tpahere,/tphere,/msg,/pay,/seen,/playtime,/joindate,/wallet,/eco,/mute,/unmute,/ban,/unban,/tempban,/freeze,/ignore,/unignore,/ipban,/unipban,/invsee - Uses the engine's built-in
fuzzySuggestfor ranked partial matching (up to 5 results)
- Typing a partial name (e.g.
- HyperPerms integration - custom cooldowns, warmups, home limits, warp limits, and command costs now work with HyperPerms in addition to LuckPerms
- Uses the same permission node format as LuckPerms (e.g.
eliteessentials.command.home.limit.5,eliteessentials.command.misc.heal.cooldown.30) - No extra plugins or configuration required - if HyperPerms is detected, it is used automatically as a fallback when LuckPerms is not present
- Registers EliteEssentials permissions with HyperPerms' permission registry for web editor autocomplete. NOTE: You must first execute command before LP/Hyper see's it in WebEditor.
- Registration uses the same retry pattern as LuckPerms to handle load order differences
- Affects: home limits, warp limits, all command cooldowns, all command warmups, chat group resolution, prefix/suffix display, tab list prefix, group message targeting
{prefix},{suffix}, and{group}placeholders in chat format now correctly resolve from HyperPerms group data viaChatAPI(which handles group inheritance and priority ordering) rather than the player-specific custom prefix override field- TabList will also display HyperPerms prefix as well if enabled in config.
- Uses the same permission node format as LuckPerms (e.g.
Fixed
respawnExcludedWorldswildcard patterns (e.g.arena*) were never matching due to a regex bug inworldMatchesPattern-Pattern.quote()made the*literal and the subsequent replace never fired, so excluded arena worlds were still getting spawn-teleported