File Details
Revela's HUD - Version 1.5
- R
- Mar 18, 2026
- 1.69 MB
- 85
- Early Access
File Name
revela_hud-1.5.jar
Supported Versions
- Early Access
v1.5 (Hytale Update 4):
Bug Fixes
- Fixed IllegalThreadStateException on player connect: Component
addition no longer relies on world.execute(), which fails when the
world thread isn't accepting tasks in the updated server lib. Now
uses event.holder.addComponent() directly.
- Fixed deprecated event.player usage: Replaced
event.player.playerRef with event.playerRef in onPlayerConnect().
- Fixed potential crash on disconnect during shutdown: Added
world.isAlive guard in onPlayerDisconnect() so stats save directly
(blocking) if the world thread is already dead.
- Migrated FormattedMessage to FormattedText for compatibility with
updated HytaleServer.jar.

