File Details
RPGLeveling-0.2.2.jar
- R
- Feb 2, 2026
- 13.12 MB
- 6.5K
- Early Access
File Name
RPGLeveling-0.2.2.jar
Supported Versions
- Early Access
[0.2.2] — 2026-02-02
✨ Added
- ⚙️
EnableNotification— Main config option inRPGLevelingConfig.json. Whentrue(default), all notifications are sent (XP gain, level up, stat points, death penalty, zone warnings, entity killed). Whenfalse, no notifications are sent. - ⚙️
EnableCurrentZoneHudDisplay— Main config option inRPGLevelingConfig.json. Whentrue(default), HUD shows level and current zone/biome. Whenfalse, HUD shows only level and XP progress bar.
🔄 Changed
- 👁️ NPC nameplate level display — Level is no longer shown in the nameplate for NPCs that survival players can interact with (trade, dialogue, etc.).
🐛 Fixed
- 💥 Server crash on XP gain — Fixed
OutOfMemoryError: Requested array size exceeds VM limitwhen sending XP gain notification. Occurs whenxpNeededfor next level is 0 or invalid (e.g. misconfiguredLevelBaseXP/LevelOffset). Added guard to avoid division by zero and clamp progress bar length to prevent runaway StringBuilder growth. - 💥 World crash (invalid entity Ref) — Fixed world crash when resolving player level data with an invalid entity Ref (e.g. after chunk unload or entity despawn).
- 🔄
/lvl resetall— Now correctly resets available stat points to 0 (and clears allocated stats). Previously,/lvl resetalland/lvl setlevel 1would incorrectly add allocated points back to available, leaving players with unspent points after a full reset.

