File Details
EliteEssentials-2.0.1.jar
- R
- Mar 28, 2026
- 8.33 MB
- 324
- Early Access
File Name
EliteEssentials-2.0.1.jar
Supported Versions
- Early Access
2.0.1 - 2026-03-28
Changed
- Renamed
/adminto/eeadmin— avoids conflicts with other mods that register their own/admincommand
Fixed
- Default join/leave messages leaking through — the vanilla "player has joined default" and "player left the server" messages were showing alongside custom EliteEssentials messages, even with
suppressDefaultMessages: true. Root cause: the event-based suppression (AddPlayerToWorldEvent.setBroadcastJoinMessage(false)) was no longer reliably preventing the server from sending the vanilla join message in the latest Hytale API update.- Replaced the old
LeaveMessagePacketFilter(which only caught leave messages via reflection) with a newDefaultMessagePacketFilterthat intercepts both join and leaveServerMessagepackets at the network level. SinceServerMessage.messageandFormattedMessage.messageIdare now public fields in the updated API, reflection is no longer needed - Added
RemovedPlayerFromWorldEventhandler withsetBroadcastLeaveMessage(false)— the new API now provides a proper event-based method to suppress leave messages (previously only join messages had this viaAddPlayerToWorldEvent)
- Replaced the old