SlowWear
A Hytale server plugin that slows tool, weapon, and armor wear, and softens repair penalties.
Requires Hytale Server 0.5.6+
Features
- Tools, weapons, and armor lose durability more slowly (default: 40% slower)
- Repair max-durability penalties are reduced (default: 50% less)
- Editable
SlowWear.jsonconfig - Optional debug logging
Install
- Download
SlowWear-1.0.0.jar - Place it in your server’s
mods/folder - Start the server
On first run, SlowWear creates a config file in its plugin data directory.
Config
Edit SlowWear.json:
{
"ToolWearMultiplier": 0.6,
"RepairPenaltyMultiplier": 0.5,
"Debug": false
}
| Key | Default | Description |
|---|---|---|
ToolWearMultiplier |
0.6 |
How much of vanilla wear to keep. 0.6 = 40% slower. 1.0 = vanilla. 0.0 = no wear. |
RepairPenaltyMultiplier |
0.5 |
How much of the repair max-durability penalty to keep. |
Debug |
false |
Log each durability adjustment (very noisy while mining). |
Values are clamped to 0.0–1.0. Restart the server after editing.
Author
Kkthnx
License
All rights reserved unless otherwise noted.