ProficiencyLevels-2.0.1.jar
20 Jan 2026
CurseForge · Hytale mod
Level up your Hytale experience! Gain XP from mining, chopping, and combat with ANY weapon (even custom ones!). Unlock permanent speed, damage, and crit bonuses. 400 levels per skill, pre-balanced. Just drop in your Mods folder and play!
Quick answer
Proficiency Levels - Combat & Tools ProficiencyLevels-2.0.1.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.
Where it goes
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.
ProficiencyLevels-2.0.1.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.
Before you install it
Built for Proficiency Levels - Combat & Tools ProficiencyLevels-2.0.1.jar. Pick another file and the loader, install side or required mods may change.
Use ProficiencyLevels-2.0.1.jar. It targets Hytale; another release may target a different game build or dependency set.
This file does not list any required mods. Do not add a library just because a different file uses it.
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Use the “Get this file” button beside ProficiencyLevels-2.0.1.jar. It opens that exact file at the source.
About this project
Play as you always would. Level up while doing it.
Proficiency Levels adds a subtle yet rewarding RPG progression layer to Hytale. Every swing of your sword, every block you mine, every tree you chop—it all counts. The mod works silently in the background, making your character gradually stronger without changing how you play.
This mod was designed with one core principle: the player should never feel like they're grinding. Instead of forcing you to think about XP, the system rewards your natural gameplay:
The progression is intentionally lightweight by default—you'll feel rewarded without the game becoming "easy mode."
The mod now automatically recognizes new weapons! Whether you download a mod with Katanas, Scythes, or Muskets, they will instantly have their own skill progression.
Each skill has 400 levels with carefully balanced XP curves:
| Phase | Levels | Progression Style |
|---|---|---|
| Early Game | 1-100 | Fast progression, instant gratification |
| Mid Game | 101-200 | Steady climb, noticeable improvements |
| Late Game | 201-400 | Long-term goals for dedicated players |
| Category | Skills | Bonuses |
|---|---|---|
| Lifeskills | Mining, Woodcutting | Speed Bonus (up to +200%) |
| Attack | Sword, Axe, Bow, Crossbow, Staff, Deployables | Damage Bonus (+75%), Critical Chance (40%) |
| Defense | Defense | Damage Reduction (up to 50%) |
.jar file into your Mods folderThe mod comes pre-balanced out of the box. All XP values, bonus curves, and multipliers have been carefully tuned for a vanilla-friendly experience.
| Command | Description |
|---|---|
/prl skills |
View all your skill levels and bonuses |
/prl skills --category=CATEGORY; |
View specific category (attack/defense/lifeskills) |
/prl stats |
See your total XP and average levels |
/prl xp |
Toggle XP gain notifications on/off |
Example Output:
=== PROFICIENCY SKILLS: ATTACK ===
[SWORD] Level 45
[||||||||..] 8,234 / 12,500 XP
DMG: +8.4% | Crit: 3.6%
Want to customize the experience for your server? Everything is configurable via commands:
/prl module status # See which modules are active
/prl module attack --action=disable # Disable all attack skills
/prl module lifeskills --action=enable # Re-enable gathering skills
/prl modify xp_all=2.0 # Double ALL XP gains
/prl modify xp_attack=0.5 # Halve attack XP only
/prl modify xp_lifeskills=3.0 # Triple gathering XP
/prl modify bonus_attack=1.5 # +50% to damage/crit bonuses
/prl modify bonus_defense=2.0 # Double defense reduction
/prl modifiers # Display all active multipliers
/prl debug # Technical debug information
/prl reload # Reload configuration from file
Mining and Woodcutting give you permanent passive speed increases:
| Level | Speed Bonus |
|---|---|
| 1 | +0% |
| 100 | +100% |
| 200 | +150% |
| 400 | +200% |
Higher speed = faster block breaking = more XP per minute!
Each weapon skill boosts your damage output:
| Level | Damage Bonus | Critical Chance |
|---|---|---|
| 1 | +0% | 0% |
| 100 | +50% | 15% |
| 200 | +65% | 25% |
| 400 | +75% | 40% |
Critical hits deal 3x damage!
Taking damage trains your Defense skill:
| Level | Damage Reduction |
|---|---|
| 1 | 0% |
| 100 | 25% |
| 200 | 35% |
| 400 | 50% |
At max level, you take half damage from all sources!
All settings are saved in plugins/ProficiencyLevels/config.json:
{
"baseXp": {
"MINING": 5,
"WOODCUTTING": 10,
"SWORD": 1,
"MACE": 1,
"BATTLEAXE": 1,
"DAGGERS": 1,
"SHORTBOW": 2,
"CROSSBOW": 2,
"DEPLOYABLE": 2,
"STAFF": 3,
"DEFENSE": 10
},
"oreMultipliers": {
"Silver": 4.0,
"Onyxium": 12.0,
"Mithril": 15.0,
"Adamantite": 10.0,
"Iron": 3.0,
"Prisma": 25.0,
"Copper": 2.0,
"Cobalt": 8.0,
"Thorium": 6.0
},
"gemMultiplier": 8.0,
"showXpGainsDefault": false,
"autoSaveInterval": 10,
"xpMultiplierAll": 10.0,
"xpMultipliers": {
"LIFESKILLS": 1.5,
"ATTACK": 1.0,
"DEFENSE": 1.0
},
"bonusMultipliers": {
"LIFESKILLS": 1.0,
"ATTACK": 100.0,
"DEFENSE": 1.0
}
}
Changes made via /prl modify are automatically saved and persist across server restarts.
| Block Type | Base XP | With Ore Multiplier |
|---|---|---|
| Stone | 5 | 5 |
| Copper Ore | 5 | 10 |
| Iron Ore | 5 | 15 |
| Mithril Ore | 5 | 75 |
| Prisma Ore | 5 | 125 |
| Damage Dealt | XP Gained |
|---|---|
| 10 damage | 10 XP |
| 50 damage | 50 XP |
| Critical (100 dmg) | 100 XP |
XP scales with damage dealt, encouraging better gear and skilled play!
/prl modify xp_all=0.5 # Slower progression
/prl modify bonus_attack=0.75 # Weaker combat bonuses
/prl modify xp_all=3.0 # Triple XP gains
/prl modify bonus_lifeskills=2 # Faster gathering
/prl module attack --action=disable
/prl module defense --action=disable
Developed by TechOverdrive for the Hytale community.
Start your journey. Every action counts.
Project description from CurseForge.
Recent files
20 Jan 2026
19 Jan 2026
17 Jan 2026
17 Jan 2026
Looking for an older file? The official CurseForge project page is in Resources.