Update Plugin Configuration authored by wordandahalf's avatar wordandahalf
......@@ -145,7 +145,7 @@ This documents fields under the `boss-bar` configuration node.
| `color` | `YELLOW` | Which color is used for passthrough boss bars. |
# Vanilla HUD Elements
`elements` allows users to configure the appearance and location of vanilla HUD elements. Here is a table describing how each element can be controlled:
`elements` allows users to configure the appearance and location of vanilla HUD elements. This table describes how each element can be controlled:
| Element | Description | Can Move? | Can Hide? |
| ------- | ----------- | --------- | --------- |
......@@ -168,6 +168,7 @@ elements:
VEHICLE_HEALTH: default
```
Any element can have this value.
</details>
<details>
......@@ -181,6 +182,8 @@ elements:
```
With the generated resource pack, the player's health and hunger bars will now be invisible.
Only elements that can be hidden can use `hidden`.
</details>
<details>
......@@ -202,6 +205,8 @@ elements:
```
This results in an experience number always in front of the HUD but vertically offset downward.
Only elements that can be moved can use `front`.
</details>
<details>
......@@ -223,6 +228,7 @@ elements:
y: 20.0
```
Only elements that can be moved can use `behind`.
</details>
# HUD Updating
......
......