File Details
RPGLeveling-0.3.4.jar
- R
- Apr 1, 2026
- 13.49 MB
- 38.4K
- Early Access
File Name
RPGLeveling-0.3.4.jar
Supported Versions
- Early Access
[0.3.4] — 2026-04-02
Mod version: 0.3.4 · Game version: Hytale 2026.03.26-89796e57b
✨ Added
- Stats GUI — Settings tab & per-player level HUD — New SETTINGS sidebar tab in the RPG Leveling GUI with Show / Hide level HUD controls. Preference is stored per player in
PlayerLevelData(HideLevelProgressHud) and persists across sessions. When the server disables the HUD (EnableHUD), the tab explains that and hides the toggle.LevelProgressHudManager.hideHudnow actually removes the custom HUD (so it also works while the stats GUI is open and when the HUD is globally off). - Stats GUI — per-player notification toggles — When
EnableNotificationis on, Settings adds XP / progression and (ifEnablePassiveNotifications) class passive rows so players can turn off those toasts for themselves (HideXpProgressNotifications,HidePassiveNotificationsonPlayerLevelData). Applies to XP gain, level-up / zone / kill / boost / critical / death penalty lines and passive heal-buff-damage popups (NotificationPreferenceHelper). - Command permissions (
rpgleveling.command.*) — Admin/lvlsubcommands,/classes, and eachxprateboostleaf userequirePermissionwith a dedicated node (seeRpgLevelingPermissions)./lvl guiand/lvl infostay open to all players (no node). Wildcardrpgleveling.command.*covers the full admin set./lvl infoshows the admin command list when the sender has any admin node,hytale.command.admin, the wildcard, or OP group. Documented indocs/commands.mdxand MODINFO.md. - XP boost end broadcast — When a timed
/lvl xprateboostexpires on its own, players get the same kind of large on-screen title as at start, saying the boost finished (everyone for a global boost, only that player for a personal boost).clearall,clearplayer, andstopcancel the scheduled end notice so there is no “finished” title when an admin stops a boost early. UsesEnableNotificationand new message keysnotifications.xp_boost_ended_*.
🔄 Changed
- Chat placeholders — Mods that customize chat with format strings (for example Essentials Plus) may need Placeholder API for
%rpglevelling_*%tokens to show level, XP, and class instead of plain text. RPG Leveling connects to Placeholder API automatically when that mod is on the server.

