Changes
Page history
Revert "added ClearTarget mechanic"
authored
Oct 02, 2025
by
Lxlp
This reverts commit 1f8283a3389908f340de3fcb5bc030ebbd4ae456.
Show whitespace changes
Inline
Side-by-side
skills/mechanics/potionclear.md
0 → 100644
View page @
38502e7a
## Description
Clears all potion effects from the target entity
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| types | type, t | The type or list of types of potion effects to clear. Not providing a type will clear all effects. |
<!--type:PotionEffectType-->
|
## Examples
```
yaml
Skills
:
-
potionclear{type=FIRE_RESISTANCE} @target
-
potionclear{type=FIRE_RESISTANCE,SPEED} @self
-
potionclear @self
```
## Aliases
-
[x] clearpotion
-
[x] clearpotions
\ No newline at end of file