... | @@ -55,12 +55,12 @@ These parameters are included in **every** condition. |
... | @@ -55,12 +55,12 @@ These parameters are included in **every** condition. |
|
|
|
|
|
| Conditions | Description | Condition Type |
|
|
| Conditions | Description | Condition Type |
|
|
| ------ | ----------- | ----------- |
|
|
| ------ | ----------- | ----------- |
|
|
| [bar-inactive](Bar-Inactive-Condition) | Used for bar inactivity. | Basic |
|
|
| [bar-inactive](Bar-Inactive-Condition) | Used for bar inactivity. | [Basic](https://git.lumine.io/Ehh/mmobars/-/wikis/Conditions#conditions) |
|
|
| [bar-progress](Bar-Progress-Condition) | Used for detecting the progress of the bar. |
|
|
| [bar-progress](Bar-Progress-Condition) | Used for detecting the progress of the bar. | [Comparison](https://git.lumine.io/Ehh/mmobars/-/wikis/Conditions#comparison-conditions) |
|
|
| [effect](Effect-Condition) | Used for detecting potion effects on the player. |
|
|
| [effect](Effect-Condition) | Used for detecting potion effects on the player. | [Basic](https://git.lumine.io/Ehh/mmobars/-/wikis/Conditions#conditions) |
|
|
| [gamemode](Gamemode-Condition) | Checks for a player's gamemode. |
|
|
| [gamemode](Gamemode-Condition) | Checks for a player's gamemode. | [Basic](https://git.lumine.io/Ehh/mmobars/-/wikis/Conditions#conditions) |
|
|
| [mounted](Mounted-Condition) | Checks if a player is mounted on a **living** entity. |
|
|
| [mounted](Mounted-Condition) | Checks if a player is mounted on a **living** entity. | [Basic](https://git.lumine.io/Ehh/mmobars/-/wikis/Conditions#conditions) |
|
|
| placeholder | Used for making custom conditions. |
|
|
| placeholder | Used for making custom conditions. | [Basic](https://git.lumine.io/Ehh/mmobars/-/wikis/Conditions#conditions) |
|
|
|
|
|
|
## Comparison Conditions
|
|
## Comparison Conditions
|
|
|
|
|
... | @@ -72,5 +72,3 @@ These parameters are included in every comparison condition. |
... | @@ -72,5 +72,3 @@ These parameters are included in every comparison condition. |
|
| `operator` | `oper, op` | Which operator to use for comparing the values. | `greater, g, equal, e, less, l` | `N/A` |
|
|
| `operator` | `oper, op` | Which operator to use for comparing the values. | `greater, g, equal, e, less, l` | `N/A` |
|
|
| `equalto` | `et` | If set to true `less` or `greater` will also resolve as true if both of the values equal each other. | Boolean | `false` |
|
|
| `equalto` | `et` | If set to true `less` or `greater` will also resolve as true if both of the values equal each other. | Boolean | `false` |
|
|
|
|
|
|
| Conditions | Description |
|
|
|
|
| ------ | ----------- | |
|
|