Update Bar Options authored by Ethan's avatar Ethan
...@@ -3,9 +3,14 @@ Bar options affect the bar based on the set condition. ...@@ -3,9 +3,14 @@ Bar options affect the bar based on the set condition.
## Options ## Options
| Option | Description | Default Value| | Option | Description | Default Value|
| ------ | ----------- | ------------ | | ------ | ----------- | ------------ |
| reverse-direction | The bar will deplete in the opposite direction. | false |
## Removed Options
**These options have been removed. Please see [the conditions page to use their replacements.](conditions)**
| Option | Description | Default Value|
| ------ | ----------- | ------------ |
| hide-when-full | If the value is greater than or equal to the max, the bar is hidden. | false | | hide-when-full | If the value is greater than or equal to the max, the bar is hidden. | false |
| hide-when-empty | If the value is less than or equal to 0, the bar is hidden. | false | | hide-when-empty | If the value is less than or equal to 0, the bar is hidden. | false |
| hide-when-gamemode | If the player is in spectator or creative, the bar is hidden. | false | | hide-when-gamemode | If the player is in spectator or creative, the bar is hidden. | false |
| hide-when-inactive | If the bar hasn't been updated in [`inactivity-timeout`](Config) ticks, the bar is hidden. | false | | hide-when-inactive | If the bar hasn't been updated in [`inactivity-timeout`](Config) ticks, the bar is hidden. | false |
| hide-when-mounted | If the player is in riding a horse, the bar is hidden. | false | | hide-when-mounted | If the player is in riding a horse, the bar is hidden. | false |
| reverse-direction | The bar will deplete in the opposite direction. | false | \ No newline at end of file
\ No newline at end of file