chore: fix nexo formatting of text authored by Boy0000's avatar Boy0000
Some plugins that handle resource packs for your server may take extra steps to configure.\ 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`: MythicHUD offers a simple export compatibility option in its `/MythicHUD/config.yml`:
```yaml ```yaml
copy-pack: copy-pack:
enabled: false enabled: false
path: "Nexo/pack/external_packs/MythicHUD" path: "Nexo/pack/external_packs/MythicHUD"
``` ```
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. 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.** **Some plugins modify core shaders MythicHUD uses for its displays, and must be configured so they do not conflict with HUD rendering.**
--- ---
### Crucible: ### Crucible:
- Crucible can automatically pull MythicHUD's assets if its `/MythicMobs/config/config-generation.yml` is configured with - Crucible can automatically pull MythicHUD's assets if its `/MythicMobs/config/config-generation.yml` is configured with
```yaml ```yaml
Generation: Generation:
MergeMythicHUD: true MergeMythicHUD: true
``` ```
- `/hud reload` must be used *before* `/mm i generate` generates the Crucible resource pack to get HUD asset updates. - `/hud reload` must be used *before* `/mm i generate` generates the Crucible resource pack to get HUD asset updates.
--- ---
### Nexo ### Nexo
Nexo has a separate hook which can be enabled with `nexo-hook: true`. - Nexo has a separate hook which can be enabled with `nexo-hook: true`.
This will handle merging of all files automatically, no need to change any setting or copy files manually. This will handle merging of all files automatically, no need to change any setting or copy files manually.
The MythicHUD ResourcePack will automatically be injected into Nexo when it generates it's ResourcePack The MythicHUD ResourcePack will automatically be injected into Nexo when it generates it's ResourcePack
--- ---
### ItemsAdder ### ItemsAdder
- In `ItemsAdder/config.yml` disable some text shader related elements: - In `ItemsAdder/config.yml` disable some text shader related elements:
- Disable [ItemsAdder Text Effects](https://itemsadder.devs.beer/plugin-usage/text-effects-1.17+). - 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+). - Disable [ItemsAdder Hide Scoreboard Numbers](https://itemsadder.devs.beer/plugin-usage/scoreboard/hide-scoreboard-numbers-1.17+).
```yaml ```yaml
text_effects: text_effects:
enabled: false enabled: false
hide_scoreboard_numbers: false hide_scoreboard_numbers: false
hide_scoreboard_numbers_old_clients: false hide_scoreboard_numbers_old_clients: false
``` ```
- Configure MythicHUD to send its pack assets to ItemsAdder in its `MythicHUD/config.yml`: - Configure MythicHUD to send its pack assets to ItemsAdder in its `MythicHUD/config.yml`:
```yaml ```yaml
copy-pack: copy-pack:
enabled: true enabled: true
path: ItemsAdder/contents/mythichud/resourcepack path: ItemsAdder/contents/mythichud/resourcepack
``` ```
- for "hide exp level" to work also change the following settings in `plugins/itemsadder/config.yml` - for "hide exp level" to work also change the following settings in `plugins/itemsadder/config.yml`
```yaml ```yaml
huds: huds:
enabled: false enabled: false
force_color: force_color:
enabled: false enabled: false
color: '#FFFFFF' color: '#FFFFFF'
``` ```
--- ---
## Mod Compatibility ## Mod Compatibility
### Lunar Client ### Lunar Client
**Note:** As of Lunar Client v2.22.16, there is no longer an issue and Lunar Client is compatible **Note:** As of Lunar Client v2.22.16, there is no longer an issue and Lunar Client is compatible\
In order to make HUDs appear correctly on the Lunar Client, Boss Bar settings must be set to not use Custom Boss Bars. 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) ![LunarClient_Settings](uploads/07a8d653c44a5168e168aa1103055d9d/LunarClient_Settings.png)
### Feather Client ### 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: 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:
![FeatherClient_Settings](uploads/2dae5dd4582eccc70472a8952e6c861d/FeatherClient_Settings.png) ![FeatherClient_Settings](uploads/2dae5dd4582eccc70472a8952e6c861d/FeatherClient_Settings.png)