promotional bannermobile promotional banner

Proficiency Levels - Combat & Tools

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!

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_Iron will 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.