|
|
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`:
|
|
|
```
|
|
|
```yaml
|
|
|
copy-resource-pack:
|
|
|
enabled: false
|
|
|
namespaces:
|
... | ... | @@ -14,7 +14,7 @@ This configuration, when enabled, would copy the `/MythicHUD/built-pack/` assets |
|
|
---
|
|
|
### Crucible:
|
|
|
- Crucible can automatically pull MythicHUD's assets if its `/MythicMobs/config/config-generation.yml` is configured with
|
|
|
```
|
|
|
```yaml
|
|
|
Generation:
|
|
|
MergeMythicHUD: true
|
|
|
```
|
... | ... | |