Changes
Page history
Create Bar Options
authored
Jan 17, 2021
by
Ethan
Hide whitespace changes
Inline
Side-by-side
Bar-Options.md
0 → 100644
View page @
1e4a5301
Bar options affect the bar based on the set condition.
## Options
| 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-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-inactive | If the bar hasn't been updated in
[
`inactivity-timeout`
](
Config
)
ticks, the bar is hidden. | false |
| reverse-direction | The bar will deplete in the opposite direction. | false |
\ No newline at end of file