@@ -20,7 +20,7 @@ This documents fields under the `resource-pack` configuration node.
...
@@ -20,7 +20,7 @@ This documents fields under the `resource-pack` configuration node.
| `support` | [(more)](#support) | Configures the _client_ versions supported by the generated resource pack. [More](#support). |
| `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. |
| `description` | (version info.) | The description of the resource pack displayed to clients. |
| `resources` | `[]` | A list of resource packs used to pull assets. [More](#resources). |
| `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) |
| `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. |
| `destination` | `MythicHUD/built-pack` | The folder (or .zip file) relative to the `plugins/` folder where the generated resource pack should be placed. |
## Support
## Support
...
@@ -145,7 +145,85 @@ This documents fields under the `boss-bar` configuration node.
...
@@ -145,7 +145,85 @@ This documents fields under the `boss-bar` configuration node.
| `color` | `YELLOW` | Which color is used for passthrough boss bars. |
| `color` | `YELLOW` | Which color is used for passthrough boss bars. |
# Vanilla HUD Elements
# Vanilla HUD Elements
This documents fields under the `elements` configuration node.
`elements` allows users to configure the appearance and location of vanilla HUD elements. Here is a table describing how each element can be controlled:
| Element | Description | Can Move? | Can Hide? |
| ------- | ----------- | --------- | --------- |
| `EXPERIENCE_LEVEL` | The number indicating the player's experience level | :white_check_mark: | :white_check_mark: |
| `HEALTH` | Hearts indicating the player's health | :x: | :white_check_mark: |