Description
⚔️ HyDifficulty
Join our server and test the mod on HARD!🎯
IP: play.hygrounds.net
Or find a server that suits you here: Hytale server list!
Make Hytale harder. Make it matter.
HyDifficulty is a server-side plugin that adds customizable difficulty levels to Hytale, scaling player damage/health and mob damage to provide a more challenging survival experience. Features beautiful colored chat formatting and separate settings for Players and Mobs!
🎮 Features
- 3 Difficulty Levels: Choose from Normal, Intermediate, Hard.
- Separate Scaling: Independently configure damage and health multipliers for Players and Mob Damage.
- Configurable Multipliers: Server admins can customize exactly how much damage players deal, how tanky they are, and how hard mobs hit.
- Persistent Settings: Difficulty settings are saved and persist across server restarts.
- Automatic Migration: Existing config files are automatically upgraded to the new format.
- Debug Mode: Built-in logging for server administrators.
📊 Difficulty Levels (Default Settings)
| Difficulty | Player Damage | Player Health | Mob Damage | Description |
|---|---|---|---|---|
| Normal | 100% | 100% | 100% | Standard Hytale experience |
| Intermediate | 85% | 90% | 125% | A moderate challenge |
| Hard | 70% | 75% | 150% | For experienced survivors |
Note: NORMAL is the baseline (1.0x). Higher difficulties make players weaker while mobs hit harder!
🛠️ Commands
| Command | Description |
|---|---|
/hydifficulty |
View plugin status and active multipliers |
/difficulty |
View current difficulty level |
/difficulty --level=HARD |
Set difficulty (NORMAL, INTERMEDIATE, HARD) |
/difficulty --help |
Show command help |
⚙️ Configuration
Server administrators can customize multipliers in config.json. The format allows for granular control:
{
"currentDifficulty": "NORMAL",
"debug": false,
"difficulties": {
"NORMAL": {
"player": {
"damageMultiplier": 1.0,
"healthMultiplier": 1.0
},
"mobs": {
"damageMultiplier": 1.0
}
},
"INTERMEDIATE": {
"player": {
"damageMultiplier": 0.85,
"healthMultiplier": 0.9
},
"mobs": {
"damageMultiplier": 1.25
}
},
"HARD": {
"player": {
"damageMultiplier": 0.7,
"healthMultiplier": 0.75
},
"mobs": {
"damageMultiplier": 1.5
}
}
}
}
🌐 Try It Now!
Want to experience HyDifficulty in action?
Join our server and test your survival skills!🎯
IP: play.hygrounds.net
Battle tougher mobs, prove your worth, and see if you can survive on Hard mode. Our community is waiting for you!
👤 Author
ThisQ
Made with ❤️ for the Hytale community


