... | @@ -52,8 +52,8 @@ health: |
... | @@ -52,8 +52,8 @@ health: |
|
| 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. |
|
|
| `bar-progress{v=0;oper=greater;m=true}` | `HIDE_WHEN_EMPTY` | This condition will be false when the bar is empty. |
|
|
| `bar-progress{v=0;oper=e;m=false}` | `HIDE_WHEN_EMPTY` | This condition will be false when the bar is empty. |
|
|
| `bar-progress{v=1;oper=less;m=true}` | `HIDE_WHEN_FULL` | This condition will be false when the bar is full. |
|
|
| `bar-progress{v=1;oper=e;m=false}` | `HIDE_WHEN_FULL` | This condition will be false when the bar is full. |
|
|
| `mounted{m=false}` | `HIDE_WHEN_MOUNTED` | This condition will be false when the player is mounted. |
|
|
| `mounted{m=false}` | `HIDE_WHEN_MOUNTED` | This condition will be false when the player is mounted. |
|
|
| `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. |
|
|
|
|
|
... | | ... | |