File Details
RPGLeveling-0.2.3.jar
- R
- Feb 3, 2026
- 13.13 MB
- 29.9K
- Early Access
File Name
RPGLeveling-0.2.3.jar
Supported Versions
- Early Access
[0.2.3] - 2026-02-02
✨ Added
- ⛏️ XP for mining and woodcutting — Earn XP when breaking ore/mineral blocks (mining) and log/tree/trunk blocks (woodcutting). XP scales with player level (configurable
BlockXPPlayerLevelFactor) and zone level (per-zoneBlockXPZoneLevelFactorinZoneLevelConfig.json). Higher-level players and higher-level zones award more XP per block. Config:EnableBlockXP,BlockXPBaseMining,BlockXPBaseWood,BlockXPPlayerLevelFactorinRPGLevelingConfig.json. API:XPSource.BLOCK_BREAK,BlockBreakContext,addXP(..., sourceContext). - 🌍 ZoneRateExp (per-zone XP multiplier) — In
ZoneLevelConfig.json, each zone can haveZoneRateExp(default 1.0). All XP gained in that zone — mob kills and block break — is multiplied by this value. Use 2.0 to double XP in the zone, 0.5 to halve it. Documented in Config Zones and Formulas.

