Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicHUD MythicHUD
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicHUDMythicHUD
  • Wiki
  • Migrating from HappyHUD

Migrating from HappyHUD · Changes

Page history
Update Migrating from HappyHUD authored Aug 14, 2024 by wordandahalf's avatar wordandahalf
Hide whitespace changes
Inline Side-by-side
Showing with 4 additions and 3 deletions
+4 -3
  • Migrating-from-HappyHUD.md Migrating-from-HappyHUD.md +4 -3
  • No files found.
Migrating-from-HappyHUD.md
View page @ ce894176
MythicHUD features a number of immediate improvements to HappyHUD: MythicHUD features a number of immediate improvements to HappyHUD:
1) Support for all server and client versions from 1.19.4, adding support for 1.20.5 - 1.21. 1) Supports client versions 1.19.4 to 1.21.1.
2) Supports server versions 1.19.4 to 1.21.1, except 1.20.5.
2) No dependency on ProtocolLib, meaning support for newer Minecraft versions can be added much more rapidly. 2) No dependency on ProtocolLib, meaning support for newer Minecraft versions can be added much more rapidly.
3) Significantly better performance due to fully asynchronous packet handling implementation. 3) 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 did not exist**. **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. When this occurs, MythicHUD will notify the user through the server console and remind them to migrate their resource pack. Due to the rebranding and new client support, changes have been made to the generated resource pack. The plugin now uses the `mythichud` namespace, meaning all references to the `happyhud` namespace need to be renamed, including folders and pack configurations. 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`). 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`).
\ No newline at end of file
Clone repository
  • Advanced Version Support
  • Changelog
  • Commands
  • Compatibility
  • Components
    • Asset Layers
    • Assets
  • Conditions
  • Conditions
    • Effect
    • Gamemode
    • Logical Operator
    • Placeholder
    • Progress
  • Fonts
  • Getting Started
  • HUD Components
View All Pages