File Details
LincerosInfoHUD-2.0.0.jar
- R
- Mar 18, 2026
- 25.83 KB
- 211
- Early Access
File Name
LincerosInfoHUD-2.0.0.jar
Supported Versions
- Early Access
[2.0.0] - 2026-03-18
Added
- HUD Positioning System - Move the HUD anywhere on screen
- New command:
/infohud position <x> <y>to move the HUD - New command:
/infohud resetto restore default position - Per-player positions are saved to
hud_positions.jsonand persist across sessions - Config options:
HudDefaultXandHudDefaultYfor server-wide defaults
- New command:
Changed
Dependencies Updated
- Java 21 → Java 25
- Local jar dependencies → Maven repositories (hytale-release + hytale-mods)
- Now uses latest Hytale Server API and MultipleHUD from maven
Configuration Enhanced
UpdateIntervalSecondsconfig value is now actually used (was hardcoded before)- Added
HudDefaultX(default: 10) for default horizontal position - Added
HudDefaultY(default: 10) for default vertical position
Fixed
- Update interval was hardcoded to 0.5s, now respects config value
- HUD dimensions now properly defined (220x60)
Removed
- Deleted unused
InfoHUD.uifile (mod uses inline UI) - Deleted unused
config.jsonfile (legacy template data) libs/directory no longer needed (dependencies from maven)

