|
|
# Compatibility
|
|
|
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 adjusted to work together.
|
|
|
|
|
|
---
|
|
|
### 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.
|
|
|
---
|
|
|
### Oraxen
|
|
|
- The `hide_scoreboard_numbers` config setting must be set to false, as it this conflicts with MythicHUD's elements.
|
|
|
- Make sure `/plugins/Oraxen/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 `/Oraxen/pack/assets/`, which can be configured as mentioned above.
|
|
|
---
|
|
|
### ItemsAdder
|
|
|
- Disable [ItemsAdder Text Effects](https://itemsadder.devs.beer/plugin-usage/text-effects-1.17+).
|
|
|
- Disable [ItemsAdder Hide Scoreboard Numbers](https://itemsadder.devs.beer/plugin-usage/scoreboard/hide-scoreboard-numbers-1.17+).
|
|
|
- Copy MythicHUD's resource pack elements to `/ItemsAdder/contents/`, which can be configured as mentioned above.
|
|
|
|
|
|
<details><summary>ItemsAdder Overlays Issue</summary>
|
|
|
As of October 2024, ItemsAdder is [still working on](https://github.com/PluginBugs/Issues-ItemsAdder/issues/3969) utilizing modern resource pack pack overlays (required by MythicHUD for multi-version compatibility) - in the meantime, users can support *either* 1.20.6+ *or* 1.19.4 - 1.20.4:
|
|
|
To support versions 1.20.4, simply ignore the `/mythichud-modern/` overlay folder directory in the `built-pack` elements of the HUD.
|
|
|
To support versions above 1.20.6, merge the `/built-pack/mythichud-modern/assets/minecraft/` folder with the `/assets/minecraft/` folder in your pack *after* merge.
|
|
|
There are various [discord conversations](https://discord.com/channels/213109157983813633/1011062599074459778/1290391684277993482) for reference in the support Discord where the IAxMythic community explores such workarounds.
|
|
|
</details>
|
|
|
|
|
|
---
|
|
|
## Mod Compatibility
|
|
|
### Feather Client
|
|
|
In order to make HUDs appear on the Feather Client, Boss Bar settings must use White Text color, Text Shadow, and be set to not overwrite text color:
|
|
|
![FeatherClient_Settings](uploads/2dae5dd4582eccc70472a8952e6c861d/FeatherClient_Settings.png)
|
|
|
|
|
|
### 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.
|
|
|
![LunarClient_Settings](uploads/07a8d653c44a5168e168aa1103055d9d/LunarClient_Settings.png) |
|
|
\ No newline at end of file |