PerfectScoreboard v1.1
2026-05-26
Hytale Update 5 compatibility update.
Changes:
- Updated for Hytale Update 5 (Pre-Release 5).
- Recompiled against the latest server API (JOML vectors, new permission and HUD APIs).
- Fixed the red "Target Version" warning shown in the mod manager.
- No feature changes. Your existing configs, data and saved files are kept as is.
How to update:
- Stop your server.
- Replace the old PerfectScoreboard jar with this one.
- Start your server. Nothing else to do.
PerfectScoreboard v1.1 — Patch Notes
Bug Fixes:
- Fixed ping display — now reads actual player ping using the correct time unit conversion
- Fixed profile deletion — added "Delete Profile" button in admin UI with double-click confirmation
- Fixed scoreboard disappearing empty after /sb toggle — HUD now stays in memory and re-renders correctly
- Fixed profile fallback — if the active profile is deleted, automatically switches to the first available profile
New Features:
- Configurable timezone — set "timezone": "Europe/Vienna" (or any valid timezone) in config.json. Default: UTC
- /sb admin now shows Delete Profile button when a profile is selected
Config Change:
Add "timezone" to your config.json:
{
"timezone": "Europe/Berlin"
}
Common values: Europe/Berlin, Europe/Vienna, Europe/Paris, America/New_York, Asia/Tokyo, UTC
