1.4.0 - The Config Update
not alot of surface changes, but a lot of major backend changes for stability and future proofing!
⚠️ from now on, spigot and fabric packet connections only work for the latest supported spigot version! ⚠️
DirectionHUD.properties split into 3 json files
check the wiki for formatting help:
- config
- default-playerdata
- dimension-settings
Additions
- added a global button for when destination saving is off, but global destinations are enabled
- tracking module elevation dash if around the same y level as the target, when in compact mode
- player set destinations are now actually destinations instead of just locations
- destination module update soon
/dest set command now supports name and color parameters, like the /dest send command
Smaller changes and fixes
- moved
/dest set saved & /dest set global to /dest saved set & /dest global set respectively
- moved
/dest saved global to /dest global
- lang issue with dest.saved.length
- optimized the HUD module rendering for disabled modules
- fixes the tracking module not showing on DirectionHUD servers with the DirectionHUD client
- fixed global UI set buttons not working
- altered
/dest send command to not accept colors on non-named destinations
- made dimension ids more consistent, the "overworld" dimensions is now the name of the world
- fixed getting the spawn dimension of the player when dying
- various other fixes and changes