Update Effect Condition authored by Ethan's avatar Ethan
...@@ -5,11 +5,11 @@ Uses potion effects for conditions. [You can view all of the potion effects here ...@@ -5,11 +5,11 @@ Uses potion effects for conditions. [You can view all of the potion effects here
| N/A | | N/A |
## Parameters ## Parameters
[You can view all global parameters here.](https://git.lumine.io/Ehh/mmobars/-/wikis/Condition-Parameters) [You can view all global parameters here.](Condition-Parameters)
| Parameter | Aliases | Description | Type | | Parameter | Aliases | Description | Type |
| ------ | ------ | ------ | ------ | | ------ | ------ | ------ | ------ |
| `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) |
## Examples ## Examples
``` ```
... ...
......