MythicHUD features a number of immediate improvements to HappyHUD:
- Supports client versions 1.19.4 to 1.21.1.
- Supports server versions 1.19.4 to 1.21.1, except 1.20.5.
- No dependency on ProtocolLib, meaning support for newer Minecraft versions can be added much more rapidly.
- Significantly better performance due to fully asynchronous packet handling implementation.
Before replacing HappyHUD with MythicHUD, make at least one backup of your server's HappyHUD folder. This is critically important: we will not provide support for users who lost data because a backup was not created.
MythicHUD will automatically migrate an existing HappyHUD installation. Simply drop your MythicHUD jar into your plugins/
folder and ensure your HappyHUD/
data folder exists. If any issues occur, the plugin will let you know and guide you on how to fix them. If you ever run into any questions or concerts during the migration process, just go to our Discord support channel!
Changes in 1.20.5+ to vanilla HUD rendering require a breaking change to MythicHUD's shader. Hence, MythicHUD generates the mythichud-modern
overlay to facilitate support for 1.20.5+. To merge this overlay with your pack, simply copy the generated mythichud-modern/
folder and the overlays
section of the example pack.mcmeta
to your pack. mythichud-modern/
needs to be placed in the root directory of the resource pack (i.e., the same folder as your pack.mcmeta
).