Update Conditions authored by Ethan's avatar Ethan
......@@ -60,4 +60,13 @@ These parameters are included in **every** condition.
| [effect](Effect-Condition) | Used for detecting potion effects on the player. |
| [gamemode](Gamemode-Condition) | Checks for a player's gamemode. |
| [mounted](Mounted-Condition) | Checks if a player is mounted on a **living** entity. |
| placeholder | Used for making custom conditions. |
\ No newline at end of file
| placeholder | Used for making custom conditions. |
## Comparison Conditions
### Default Parameters
These parameters are included in **every** condition.
| Parameter | Aliases | Description | Type | Default Value |
| ------ | ------ | ------ | ------ | ------ |
| `operator` | `oper, op` | Which operator to use. | Operator`(greater, g, equal, e, less, l)` | `N/A` |
\ No newline at end of file