Some plugins that handle resource packs for your server may take extra steps to configure.
MythicHUD offers a simple export compatibility option in its /MythicHUD/config.yml
:
copy-resource-pack:
enabled: false
namespaces:
minecraft: "myPack/assets"
mythichud: "myPack/assets"
This configuration, when enabled, would copy the /MythicHUD/built-pack/
assets to another destination, such as /plugins/myPack/assets/
as configured above. You can send MythicHUD's assets to any pack management plugin/directory in this way.
Some plugins modify core shaders MythicHUD uses for its displays, and must be configured so they do not conflict with HUD rendering.
Crucible:
- Crucible can automatically pull MythicHUD's assets if its
/MythicMobs/config/config-generation.yml
is configured with
Generation:
MergeMythicHUD: true
-
/hud reload
must be used before/mm i generate
generates the Crucible resource pack to get HUD asset updates.
Nexo
- Any sort of
hide_scoreboard_numbers
config setting must be set to false, as it this conflicts with MythicHUD's elements. - Make sure
/plugins/Nexo/pack/shaders/core/rendertype_text.json
and/rendertype_text.vsh
do not exist, or they will keep interfering with your HUDs. - Copy MythicHUD's resource pack elements to
/Nexo/pack/assets/
, which can be configured in MythicHud's config:
copy-resource-pack:
enabled: true
namespaces:
minecraft: "Nexo/pack/assets"
mythichud: "Nexo/pack/assets"
ItemsAdder
- Disable ItemsAdder Text Effects.
- Disable ItemsAdder Hide Scoreboard Numbers.
- Disable MythicHUD's pack transfer, using
copy-pack: false
in the MythicHUD config. - Configure ItemsAdder to retrieve MythicHUD's pack elements:
merge_other_plugins_resourcepacks_folders:
- MythicHUD/built-pack
- Copy version core shaders into the
Itemsadder/Contents
folder:- To support versions 1.21.2+, copy the
MythicHUD/built-pack/modern-plus
folder into theItemsadder/Contents
folder. - To support versions 1.20.5-1.21.1, copy the
MythicHUD/built-pack/modern
folder into theItemsadder/Contents
folder. - To support versions 1.19-1.20.4, copy the
MythicHUD/built-pack/assets/
folder into theItemsadder/Contents
folder. -
⚠ ️You can only use one of these version sets, see "Overlays Issue" segment below
- To support versions 1.21.2+, copy the
- MythicHUD's pack elements should now merge on
/iazip
command.
ℹ ️ItemsAdder Overlays Issue
As of March 2025, ItemsAdder does not seem to correctly support multi-layer resource pack elements, despite being marked as a completed feature.
An active ticket discussion about this is present in the ItemsAdder Discord.
Mod Compatibility
Lunar Client
In order to make HUDs appear correctly on the Lunar Client, Boss Bar settings must be set to not use Custom Boss Bars.
Feather Client
In order to make HUDs appear correctly on the Feather Client, Boss Bar settings must use White Text color, Text Shadow, and be set to not overwrite text color: