Ekkesse's Armor HUD

A configurable HUD element in-game letting you see each armor piece you are wearing, plus the durability of each armor piece.
2026-07-14_22.36.21.png

2026-07-14_22.36.21.png

Description

This mod displays a simple HUD element on your screen with each armor piece you are wearing.

Four slots are displayed on screen correlating to each armor piece. The mod has a configuration you can access pressing RSHIFT letting you change the following:

  • Horizontal/vertical
  • x/y pos
  • Size
  • Durability bar
  • Spacing
  • Empty slot (on/off)
  • Keybind


                if (json.has("horizontal")) horizontal = json.get("horizontal").getAsBoolean();
                if (json.has("posX")) posX = json.get("posX").getAsInt();
                if (json.has("posY")) posY = json.get("posY").getAsInt();
                if (json.has("slotSize")) slotSize = json.get("slotSize").getAsInt();
                if (json.has("spacing")) spacing = json.get("spacing").getAsInt();
                if (json.has("showDurabilityText")) showDurabilityText = json.get("showDurabilityText").getAsBoolean();
                if (json.has("showDurabilityBar")) showDurabilityBar = json.get("showDurabilityBar").getAsBoolean();
                if (json.has("showEmptySlots")) showEmptySlots = json.get("showEmptySlots").getAsBoolean();
                if (json.has("guiKeybindCode")) guiKeybindCode = json.get("guiKeybindCode").getAsInt();

The Ekkesse's Armor HUD Team

profile avatar
Owner
  • 1
    Projects
  • 4.2K
    Downloads