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-2.0.6.jar

  • R
  • Apr 23, 2026
  • 22.09 MB
  • 492
  • Early Access

File Name

EliteEssentials-2.0.6.jar

Supported Versions

  • Early Access

2.0.6 - 2026-04-20

<span style="color:#E03E2D;">IMPORTANT: If you are using H2 storage, you MUST run this version before updating to 2.0.7. This version automatically migrates your H2 database to SQLite on startup. Starting with 2.0.7, H2 will be fully removed and the migration will no longer be available. JSON and MySQL users are not affected.</span>

Added

  • Currency format position option - new currencyFormat config option in the economy section. Set to "before" (default, e.g. $100.00) or "after" (e.g. 100.00$) to control whether the currency symbol appears before or after the amount. Useful for locales that place the currency identifier after the number
  • Centralized all economy formatting through EconomyAPI.format() so the setting is respected everywhere (balance notifications, admin dashboard, VaultUnlocked integration, etc.)
  • Unified /spy command - new /spy command that consolidates all staff monitoring into one place with three independently toggleable modes:
    • /spy gchat - toggle group chat spy (see messages from channels you don't belong to). Replaces the old /gcspy command
    • /spy dm - toggle DM spy (see all /msg and /reply private messages between players)
    • /spy command - toggle command spy (see all commands executed by other players)
    • /spy with no arguments shows your current spy status and usage help
    • Each mode can be enabled/disabled independently in config under the new spy section (spy.enabled, spy.gchatSpyEnabled, spy.dmSpyEnabled, spy.commandSpyEnabled)
    • Spy message formats are configurable: spy.dmSpyFormat (placeholders: {sender}, {receiver}, {message}) and spy.commandSpyFormat (placeholders: {player}, {command}). Group chat spy format remains in groupChat.spyFormat
    • /gcspy still works as an alias for /spy gchat for backward compatibility
    • 13 new configurable messages in messages.json (all prefixed with spy)
    • Permission: eliteessentials.admin.spy (Admin in simple mode; grant via LuckPerms in advanced mode)
    • Spy state is cleaned up automatically on player disconnect