Changes
Page history
Create Effect Condition
authored
Apr 07, 2021
by
Ethan
Show whitespace changes
Inline
Side-by-side
Effect-Condition.md
0 → 100644
View page @
f8e9bef3
## Description
Uses potion effects for conditions.
## Parameters
| 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
)
) |
## Examples
```
conditions:
- 'effect{e=WITHER;m=true}'
- 'effect{e=POISON,;m=true}'
```
\ No newline at end of file