Update Effect Condition authored by Ethan's avatar Ethan
...@@ -7,9 +7,9 @@ Uses potion effects for conditions. [You can view all of the potion effects here ...@@ -7,9 +7,9 @@ Uses potion effects for conditions. [You can view all of the potion effects here
## Parameters ## Parameters
[You can view all global parameters here.](Condition-Parameters) [You can view all global parameters here.](Condition-Parameters)
| Parameter | Aliases | Description | Type | | Parameter | Aliases | Description | Type | Default Value |
| ------ | ------ | ------ | ------ | | ------ | ------ | ------ | ------ | ------ |
| `effect` | `e` | A list of potion effects the player needs. | [`Potion Effects`](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html) | | `effect` | `e` | A list of potion effects the player needs. | [`Potion Effects`](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html) | Required |
## Examples ## Examples
``` ```
... ...
......