Update Effect Condition authored by Ethan's avatar Ethan
...@@ -9,7 +9,7 @@ Uses potion effects for conditions. [You can view all of the potion effects here ...@@ -9,7 +9,7 @@ Uses potion effects for conditions. [You can view all of the potion effects here
| Parameter | Aliases | Description | Type | Default Value | | 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) | Required | | `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
``` ```
... ...
......