remove_potion_effect
Triggered Effect
Removes a potion effect
Example Config
- id: remove_potion_effect
args:
effect: hunger # The effect to remove (https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html)
apply_to_player: true # True to remove the effect from the player, false to remove it from the victim
...other config (eg triggers, filters, mutators, etc)