... | ... | @@ -32,3 +32,12 @@ health: |
|
|
offset: 2
|
|
|
text: '<white>%value%<gray>/<white>%max%'
|
|
|
```
|
|
|
|
|
|
## Useful Conditions
|
|
|
| Conditions | Description | Default Value|
|
|
|
| ------ | ----------- | ------------ |
|
|
|
| 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. | false |
|
|
|
| bar-progress{v=1;oper=less;m=true} | This condition will be false when the bar is full. | false |
|
|
|
| mounted{m=false} | This condition will be false when the player is mounted. | false |
|
|
|
| bar-inactive{m=true} | This condition will be false when the bar is inactive. | false | |