Version
- Hytale 0.5.2 Support Added
- Updated
ServerVersionformat to=0.5.2semver range.- Fixed math vector API for 0.5.2 (JOML
Vector3d).- Fixed command sender type (
PlayerRefinstead ofPlayer).- Fixed deprecated
setPermissionGroup(GameMode)warnings.
Notes
- Plugin: 1.1.9
- Hytale Server: 0.5.2
- No config changes required.
- Replace with
HyAdvancedStats-1.1.9.jar.
Updates Notes:
- Updated HyAdvancedStats to target the latest Hytale server build
2026.03.26-89796e57b.- Existing block/item tracking remains compatible with the new update, including newly added blocks, because names/icons are resolved dynamically from the live Hytale asset registries at runtime.
Updates Notes:
- Fixed a startup compatibility issue on some modpacks involving MysticNameTags/Ecotale classloader conflicts.
- H2 now connects directly through the H2 driver instead of
DriverManager, avoiding third-party JDBC/logging initialization conflicts during startup.
Updates Notes:
- Fixed inconsistent entity kill counting for monsters/NPCs.
- Entity kill/death-by-entity tracking now uses finalized kill-feed events, preventing missed kills while damage still counts.
Updates Notes
- Fixed a
/statsUI parsing issue by escaping dynamic inline text values before sending Custom UI updates.- Fixed H2 startup crash on some environments by running H2 in embedded mode (removed
AUTO_SERVER=TRUE).- Improved build encoding stability by enforcing UTF-8 in Maven compiler/resources settings.
Updates Notes
- Switched HyAdvancedStats placeholders to a global resolver pipeline.
%hyadvancedstats_*%placeholders now resolve automatically in many third-party UI outputs (scoreboards/holograms/chat) without direct plugin-side bridge setup.- Placeholder formats remain the same.
Updates Notes
- Added player stat placeholders:
-%hyadvancedstats_kills%
-%hyadvancedstats_player_kills%
-%hyadvancedstats_entity_kills%
- Added ranked leaderboard placeholders:
-%hyadvancedstats_top_<metric>_name_<rank>%
-%hyadvancedstats_top_<metric>_value_<rank>%
- Supported<metric>values:
-playerkills
-entitykills
-money(requiresEcoTale)
-level(requiresRPGLevelingorEndlessLeveling)
- Legacy shorthand also works:
-%hyadvancedstats_topkillsname_1%
-%hyadvancedstats_topkills_1%
Examples:
%hyadvancedstats_top_playerkills_name_1%%hyadvancedstats_top_playerkills_value_1%%hyadvancedstats_top_entitykills_name_1%%hyadvancedstats_top_entitykills_value_1%%hyadvancedstats_top_money_name_1%%hyadvancedstats_top_money_value_1%%hyadvancedstats_top_level_name_1%%hyadvancedstats_top_level_value_1%
Hotfix Update
- Added automatic merge for missing keys in
config.yml(existing values are preserved).- Added automatic merge for missing language keys in
lang/*.properties(existing translations are preserved).- Fixed compact-number config parsing issue that could cause a
ClassCastExceptionon/stats.- Compact number display remains toggleable via
number_format.compact.enabled.
