A Hytale plugin that displays armor durability and ammo count in a sleek, always-visible HUD. Works seamlessly with MultipleHUD mod or as a standalone native HUD. Part of the nxtime mod family alongside HideArmor.
Armor Durability Display - Real-time durability percentages for all equipped armor pieces Color-Coded Indicators - Green → Yellow → Red based on durability level Ammo Counter - Automatically tracks arrow count in your inventory Configurable Position - Toggle HUD between left and right screen sides Native GUI - Modern, interactive Hytale settings UI (via /equipmentplus) Event-Driven Updates - Uses LivingEntityInventoryChangeEvent for real-time, efficient updates MultipleHUD Integration - Seamlessly integrates when installed, falls back to native HUD otherwise
Coming Soon: Automatically repair items when they break using Hytale's repair kit item.
| Command | Description |
|---|---|
/equipmentplus | Open settings GUI |
/equipmentplus togglehud | Toggle HUD visibility on/off |
/equipmentplus position | Toggle HUD position (left/right) |
/equipmentplus reload | Reload configuration from disk |
Settings are stored in plugins/EquipmentPlus/config.json:
| Setting | Default | Description |
|---|---|---|
hudEnabled | true | Enable/disable durability HUD |
hudPosition | "left" | HUD position: "left" or "right" |
hudUpdateTicks | 200 | Backup refresh rate in ticks (events handle most updates) |
LivingEntityInventoryChangeEvent for real-time updates
0 Comments