@@ -12,7 +12,7 @@ These parameters are included in [**condition**](https://git.lumine.io/Ehh/mmoba
| Parameter | Aliases | Description | Type | Default Value |
| ------ | ------ | ------ | ------ | ------ |
| `match` | `m, default, d` | What the condition will match to. This condition `gamemode{gm=creative;m=true}` will be true if the player is in creative, while this condition `gamemode{gm=creative;m=false}` will be false. | Boolean | `true` |
| `match` | `m, default, d` | What the condition will match to. This condition `gamemode{gm=creative;m=true}` will be true if the player is in creative, while this condition `gamemode{gm=creative;m=false}` will be false. | `Boolean` | `true` |
## Comparison Parameters
These parameters are included in every comparison condition.
...
...
@@ -20,4 +20,4 @@ These parameters are included in every comparison condition.
| Parameter | Aliases | Description | Type | Default Value |
| ------ | ------ | ------ | ------ | ------ |
| `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` |
\ No newline at end of file
| `equalto` | `et` | If set to true `less` or `greater` will also resolve as true if both of the values equal each other. | `Boolean` | `false` |