File Details
ProficiencyLevels-2.0.1.jar
- R
- Jan 20, 2026
- 100.15 KB
- 2.1K
- Early Access
File Name
ProficiencyLevels-2.0.1.jar
Supported Versions
- Early Access
Changelog
[2.0.1] - 2026-01-20
✨ Dynamic Weapon Support
The mod has been refactored to support any weapon type dynamically! Use any modded or custom weapon, and the proficiency system will automatically track it.
- Automatic Detection: IDs like
Weapon_Scythe_Ironwill create a "Scythe" skill automatically. - No Code Changes: Server owners can add new weapon types without waiting for mod updates.
- Full Bonus Support: Custom weapons receive the standard Attack Damage and Critical Hit bonuses.
⚙️ Configuration Updates
- Custom Base XP: You can now define XP values for custom weapons in
config.json."baseXp": { "SWORD": 1, "SCYTHE": 5, <-- Custom weapon support "KATANA": 3 } - Regex Parsing: The config parser is now smarter and handles arbitrary keys correctly.

