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
currencyFormatconfig 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
/spycommand - new/spycommand 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/gcspycommand/spy dm- toggle DM spy (see all/msgand/replyprivate messages between players)/spy command- toggle command spy (see all commands executed by other players)/spywith no arguments shows your current spy status and usage help- Each mode can be enabled/disabled independently in config under the new
spysection (spy.enabled,spy.gchatSpyEnabled,spy.dmSpyEnabled,spy.commandSpyEnabled) - Spy message formats are configurable:
spy.dmSpyFormat(placeholders:{sender},{receiver},{message}) andspy.commandSpyFormat(placeholders:{player},{command}). Group chat spy format remains ingroupChat.spyFormat /gcspystill works as an alias for/spy gchatfor backward compatibility- 13 new configurable messages in
messages.json(all prefixed withspy) - Permission:
eliteessentials.admin.spy(Admin in simple mode; grant via LuckPerms in advanced mode) - Spy state is cleaned up automatically on player disconnect