> For the complete documentation index, see [llms.txt](https://docs.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superiormc.cn/auxilor-plugins/zi-ding-yi-xiao-guo/suo-you-xiao-guo/remove_potion_effect.md).

# remove\_potion\_effect

## `remove_potion_effect`

**触发效果**[**​**](https://plugins.auxilor.io/effects/all-effects/remove_potion_effect#triggered-effect)

移除玩家的药水效果。

## 示例配置

```yaml
- id: remove_potion_effect
  args:
    effect: hunger # 移除的药水效果ID，药水效果ID列表见 https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html)
    apply_to_player: true # 是否给予玩家而不是目标
```
