A comprehensive skill management system for Hytale servers enabling custom RPG skills with triggers, unlocks, requirements, and locked items. Features admin UI, player leaderboards, and database support.
HySkills provides a complete skill management framework for Hytale servers, allowing administrators to create custom RPG-style progression systems. Build intricate unlock trees, set progression restrictions, and reward players with meaningful stat improvements.
Commands
| Command | Description |
|---|---|
/skills | View your skills, stats, and progress |
/skillsadmin | Access admin management panel |
/skillstoggle | Toggle chat notifications |
/skillstogglebar | Toggle XP bar display |
Player Features
Skills Overview
View all your current skill levels, stat increases, and progress through the player menu. Each skill has its own detailed page showing unlocks and locked equipment.
Leaderboard
Server-wide rankings based on total skill levels, fostering competition among players.
Creating Skills
Basic Setup
Configure display name, base XP requirements, multiplier, and maximum level. Higher base and multiplier values create longer progression curves.
Trigger System
Skills level up based on configurable triggers:
- Block Break/Place - Mining and building activities
- Entity Kill - Combat with mobs
- Player Kill - PvP encounters
- Sprint/Swim/Climb/Jump - Movement activities
- Craft Item - Crafting completion
- Critical Hit/Parry - Combat mechanics
- Spend Mana - Magic usage
- Projectile Hit - Ranged combat
- Interact - F-key interactions
Unlock Rewards
Grant players rewards at specific levels:
Stats: Health, Stamina, Mana, Oxygen, Regeneration rates, Block break speed, Crit chance/damage, Vampirism, Crafting proficiency, Movement speed, Durability modifiers, Bonus drop chance
Damage Types: Melee, Ranged, Magic, Fire, Light attack, Charged attack, Signature attack
Resistances: Projectile, Melee, Magic, Fire, Fall, Drowning, Suffocation, Void, Explosion
Special: Item rewards, Magnet ability (item attraction)
Locked Items
Restrict specific items to require certain skill levels before use. Players attempting to use locked items receive a warning and the action is prevented.
Database Support
HySkills supports multiple storage backends:
- JSON (default)
- MySQL
- PostgreSQL
- H2
Use /skillsadmin migrate to transfer data between storage types.
Optional Integrations
- LuckPerms - Permission node support
- MHUD - HUD compatibility
The mod functions without these dependencies but provides enhanced features when they are present.