Update Effect Condition authored by Ethan's avatar Ethan
## Description ## Description
Uses potion effects for conditions. Uses potion effects for conditions. [You can view all of the potion effects here.]((https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html))
## Parameters ## Parameters
| Parameter | Aliases | Description | Type | | Parameter | Aliases | Description | Type |
| ------ | ------ | ------ | ------ | | ------ | ------ | ------ | ------ |
| `effect` | `e` | A list of potion effects the player needs. | String List ([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) |
## Examples ## Examples
``` ```
conditions: conditions:
- 'effect{e=WITHER;m=true}' - 'effect{e=WITHER;m=true}'
- 'effect{e=POISON,;m=true}' - 'effect{e=POISON,BLINDNESS;m=true}'
``` ```
\ No newline at end of file