promotional bannermobile promotional banner

Eymistaken's HUD

A highly customizable PvP HUD featuring a Drag & Drop Layout Designer, CPS, Keystrokes, Reach, Armor HUD and Combo display.

File Details

Eymistaken's HUD 1.0.9-5

  • R
  • Mar 5, 2026
  • 226.62 KB
  • 64
  • 1.21.11+5
  • Fabric

File Name

eymistakens-hud-1.0.9-5.jar

Supported Versions

  • 1.21.11
  • 1.21.10
  • 1.21.9
  • 1.21.8
  • 1.21.7
  • 1.21.6

Curse Maven Snippet

Fabric

modImplementation "curse.maven:eymistakenshud-1445158:7715836"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

Fixed

  • Config not saving on exit — The save() method used ATOMIC_MOVE exclusively when writing the config file. On certain systems and file system configurations (notably Windows when the temp file and config directory reside on different volumes), this operation throws AtomicMoveNotSupportedException. Because this exception is a subclass of IOException, it was silently caught and the file move was never completed, causing all changes to be lost on exit. The method now falls back to a standard REPLACE_EXISTING move when atomic move is not supported.

Added

  • Undo / Redo in Keystrokes DesignerCtrl+Z and Ctrl+Y now correctly trigger the undo and redo operations inside the Keystrokes Designer screen. The snapshot stack was already being populated on every edit action; the key handlers to consume it were missing and have been added.

API

No breaking changes. This release does not modify any public API surface (HudModule, EymistakenHudPlugin, HudModuleManager). Existing plugins remain binary-compatible and do not require recompilation.