promotional bannermobile promotional banner

DirectionHUD Fabric

A plugin style HUD mod for fabric server & client.

File Details

v1.8.0.3+1.21.4

  • R
  • Mar 24, 2025
  • 604.63 KB
  • 59
  • 1.21.4
  • Fabric + 1

File Name

directionhud-fabric-1.8.0.3+1.21.4.jar

Supported Versions

  • 1.21.4

Curse Maven Snippet

Fabric

modImplementation "curse.maven:directionhud-fabric-843483:6341336"

Quilt

modImplementation "curse.maven:directionhud-fabric-843483:6341336"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

## v1.8.0.3
port to spigot and paper, also now with support for folia!

* spigot and paper now have separate jar files
* both versions are now bumped up to v1.8
* the paper version now supports folia
* all versions are now available on the main [DirectionHUD Modrinth page](https://modrinth.com/mod/directionhud).

### Changelog:
* new icon
* bumped hud packet version to `v1.3` to support new plugin versions of DirectionHUD
* fixed `/hud` color button hover color changing when hovering on different parts of the button

## v1.8.0.2
* fixed toggling BossBar while on client side causing a crash

## v1.8.0.1
* fixed destination module `name` and `name_xz` having the primary and secondary flipped inside of `module-text.json`
* changed module name displays to be lowercase
* fixed missing language files
* edited clarifications to some hud module messages
* config file for languages now shows the percent of translated text
* language files with missing translations will default to english on servers

## v1.8.0.0 - Custom Module Text!

### Custom Module Text
Added a new json file, `module-text.json` to customize each module's display settings.
\
Customize each entry using color and formatting codes, and use `%s` to substitute for the data being used for the module.
\
Read more about this on the new [DirectionHUD Docs](https://oth3r.github.io/DirectionHUD/module-text-json.html)!

### New Module Edit UI
A new GUI for editing a module!

![module edit gui](https://oth3r.github.io/images/mods/directionhud/1.8/module_edit.png)

### More Module Settings!
* coordinates module `xz` mode
* tracking module `elevation` toggle
* flipped speed module speed calculation setting

## Changelog:

* added hud module edit chat UI
* added hud module chat UI
* added coordinates module `xz` - `xyz` toggle
* added tracking module `elevation` toggle
* added fuzzy sort filtering to command suggestions - thanks to greener.ca for the help!
* fixed command suggester breaking when using the `execute run` command
* fixed destination autoconvert not working
* flipped speed module setting from 3d-calculation to 2d-calculation
* The third argument in the `/hud color` command always displays even when it shouldn't
* fixed `/hud color [primary, secondary]` command to display the color edit GUI
* fixed the `/hud color` command's third command argument always displaying
* migrated all files to new system
* major backend changes & optimization
* fixes to legacy file updaters
* updated the module system in the playerdata file to be modular