Description
Features
- Resets durability for all items across all inventory sections (Hotbar, Storage, Armor, Utility, Tool, Backpack)
- Runs every server tick — items are always protected, even newly acquired ones
- Zero configuration — just install and forget
How It Works
The plugin registers an ECS ticking system (DurabilityResetSystem) that runs before PlayerSendInventorySystem each tick. It sets maxDurability to 0 for every non-unbreakable item stack in every player's inventory.
Compatibility
| Plugin Version | Hytale Server Version |
|---|---|
| 1.0.1 | 2026.03.26-89796e57b |
| 1.0.0 | 2026.03.26-89796e57b |
Credits
Original concept and implementation by Serilum. This plugin is a clean-room reimplementation: it reproduces the behavior of Serilum's mod and adapts it to Hytale Update 4, but contains no source code derived from the original. All credit for the original idea goes to Serilum.
Differences from the Original
- No configuration file. Serilum's mod exposes a
disableItemDurabilitytoggle; this reimplementation is hardcoded — install means active, uninstall means inactive. - Update 4 UI compatibility. The original repairs items every inventory-change event, which was visually invisible pre-Update-4 but would cause durability-bar flicker on Update 4. This plugin instead sets
MaxDurabilityto0, which suppresses the bar entirely and matches the original's intended visual behavior on the new platform.
License
All rights reserved.
