What's new
⭐MythicHUD⭐Custom Bars and Number Displays✅Replace Vanilla Look✅Auto Resource Pack Builder

⭐MythicHUD⭐Custom Bars and Number Displays✅Replace Vanilla Look✅Auto Resource Pack Builder MythicHUD-1.1.0

Thanks to the feedback from the initial dev build, the migration process from HappyHUD has been improved as well as several further optimizations have been made to make CONDITIONS and PLACEHOLDERS significantly more performant. Improvements will continue to be made as reports come in so please join the discord!
We are excited to announce the first production-ready version of MythicHUD! (Hopefully)

ALWAYS TAKE A BACKUP OF YOUR HAPPYHUD JAR AND FOLDER BEFORE UPDATING!


- Added support for server versions 1.20.6 through 1.21.1, Paper removed a necessary snapshot version of Adventure so it is not possible to support 1.20.5 anymore.
- Supposed client versions 1.20.5-1.21.1 with a new `mythichud-modern` pack overlay to provide the updated shader for these versions using new technology introduced in these versions with overlays.
- Proper API publishing. Documentation for API consumers is coming as things stabilize, but for now you are able to depend on MythicHUD API in your plugin and call popups, layouts, etc!
- Automatic Migration from HappyHUD. As long as the plugin data folder exists, MythicHUD will attempt to migrate the installation and guide users to ensure functionality.
- Dev Builds! Users can now track activity in the dev builds channel of our discord server. Downloadable builds if you own it on mythiccraft/spigot will be coming shortly after an unfortunately manual verification process.

- Removed ProtocolLib dependency. While useful in some cases, PLib has undesireable implications for performance and maintainability. This means greatly improved performance and ability to update!

- Significant internal refactoring and optimization. Lots of things that weren't Async before, now are. And lots of things that were unnecessarily getting checked, now aren't. Users in our testing group noticed SIGNIFICANT improvements in performance when measuring with spark.
- Native implementation of packet injection, without ProtocolLib we c an now update faster and with better performance.

As always, if you find any issues please report them to our issue tracker or support channel in discord!
DM ME ON DISCORD TO LINK YOUR SPIGOT FOR DOWNLOAD

1.20 is now supported fully.
Unicode is now generated automatically with an option to disable.
Huds are now displayed through the bossbar. This update includes a fancy new listener that you won't even notice! As a result, huds are much more performant.
Action bars are no longer affected.
Scaling should no longer throw off spacing.
Fixed multiple bugs.
  • Like
Reactions: IonutIS
Fixed null components throwing an exception.
Fixes $ issue #43.
Added
Code:
generate-default-files: true
option to config.
Fixed "Fill part of vertical-orientation-hud is not correct" #42 Thanks CyberStorm!
Added temporary displays called popups! Read about them here: https://happyhud.ehhthan.com/features/popups

Added individual namespace directory copying. (#35)

Completely changed how textures are indexed to prevent duplicates. This means you will have to update your pack.
Added conditions. You can read about them here: https://happyhud.ehhthan.com/features/conditions

Made many internal changes, make sure to update your pack from the built-pack folder.
Fixed scaled vertical layers not scaling correctly.
Fixed compatibility mode not forcing legacy spacing.
Copy built pack now has the plugin directory as the starting directory.
Top