Update Conditions authored by Ethan's avatar Ethan
...@@ -36,6 +36,7 @@ health: ...@@ -36,6 +36,7 @@ health:
``` ```
## Useful Conditions ## Useful Conditions
| Conditions | Old Option Equivalent| Description | | Conditions | Old Option Equivalent| Description |
| ------ | ------ | ----------- | | ------ | ------ | ----------- |
| `gamemode{gm=creative,spectator;m=false}` | `HIDE_WHEN_GAMEMODE` | This condition will be false when a player is in either creative or spectator mode. | | `gamemode{gm=creative,spectator;m=false}` | `HIDE_WHEN_GAMEMODE` | This condition will be false when a player is in either creative or spectator mode. |
...@@ -45,6 +46,7 @@ health: ...@@ -45,6 +46,7 @@ health:
| `bar-inactive{m=true}` | `HIDE_WHEN_INACTIVE` | This condition will be false when the bar is inactive. | | `bar-inactive{m=true}` | `HIDE_WHEN_INACTIVE` | This condition will be false when the bar is inactive. |
## Conditions ## Conditions
[You can view all global parameters here.](https://git.lumine.io/Ehh/mmobars/-/wikis/Condition-Parameters)
| Conditions | Description | Condition Type | | Conditions | Description | Condition Type |
| ------ | ----------- | ----------- | | ------ | ----------- | ----------- |
... ...
......