Changes
Page history
Update Conditions
authored
Apr 06, 2021
by
Ethan
Show whitespace changes
Inline
Side-by-side
Conditions.md
View page @
4fed4d7e
...
...
@@ -37,14 +37,13 @@ health:
## Useful Conditions
| Conditions | Description |
| ------ | ----------- |
| gamemode{gm=creative,spectator;m=false} | This condition will be false when a player is in either creative or spectator mode. | false |
| bar-progress{v=0;oper=greater;m=true} | This condition will be false when the bar is empty. |
| bar-progress{v=1;oper=less;m=true} | This condition will be false when the bar is full. |
| mounted{m=false} | This condition will be false when the player is mounted. |
| bar-inactive{m=true} | This condition will be false when the bar is inactive. |
|
`
gamemode{gm=creative,spectator;m=false}
`
| This condition will be false when a player is in either creative or spectator mode. | false |
|
`
bar-progress{v=0;oper=greater;m=true}
`
| This condition will be false when the bar is empty. |
|
`
bar-progress{v=1;oper=less;m=true}
`
| This condition will be false when the bar is full. |
|
`
mounted{m=false}
`
| This condition will be false when the player is mounted. |
|
`
bar-inactive{m=true}
`
| This condition will be false when the bar is inactive. |
## Conditions
| Conditions | Description |
| ------ | ----------- |
| bar-inactive | Used for bar inactivity. |
...
...
...
...