Added yaml format to code blocks authored by Brickgard's avatar Brickgard
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
copy-resource-pack: copy-resource-pack:
enabled: false enabled: false
namespaces: namespaces:
...@@ -14,7 +14,7 @@ This configuration, when enabled, would copy the `/MythicHUD/built-pack/` assets ...@@ -14,7 +14,7 @@ This configuration, when enabled, would copy the `/MythicHUD/built-pack/` assets
--- ---
### 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
Generation: Generation:
MergeMythicHUD: true MergeMythicHUD: true
``` ```
... ...
......