Update Plugin Configuration authored by wordandahalf's avatar wordandahalf
......@@ -15,6 +15,20 @@ This page serves as a general reference for all fields in MythicHUD's main confi
## Resource Pack
This documents fields under the `resource-pack` configuration node.
| Field | Default | Description |
| ----- | ------- | ----------- |
| `support` | [(more)](#Support) | Configures the _client_ versions supported by the generated resource pack. [More](#Support). |
| `description` | (version info.) | The description of the resource pack displayed to clients. |
| `resources` | `[]` | A list of resource packs used to pull assets. [More](#Resources). |
| `merge` | `{}` | A mapping of pack locations to merge strategy for inclusion in the final resource pack. [More](#Merge) |
| `destination` | `MythicHUD/built-pack` | The folder (or .zip file) relative to the `plugins/` folder where the generated resource pack should be placed. |
### Support
### Resources
### Merge
## Boss Bars
This documents fields under the `boss-bar` configuration node.
......
......