EliteEssentials | Everything Your Server Needs and More!

Homes, warps, player warps, TPA, RTP, kits, economy, bans, mutes, warnings, admin UI, chat formatting, 500+ configurable messages, SQL storage, PlaceholderAPI, LuckPerms & HyperPerms. The most complete essentials mod for Hytale trusted by top servers.

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 fuzzySuggest for ranked partial matching (up to 5 results)
  • 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 via ChatAPI (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.

Fixed

  • respawnExcludedWorlds wildcard patterns (e.g. arena*) were never matching due to a regex bug in worldMatchesPattern - Pattern.quote() made the * literal and the subsequent replace never fired, so excluded arena worlds were still getting spawn-teleported