Changes
Page history
Added Type attribute
authored
Jul 09, 2023
by
Amy
Hide whitespace changes
Inline
Side-by-side
skills/mechanics/potionclear.md
View page @
c8d9e7c1
...
...
@@ -4,11 +4,14 @@ Clears all potion effects from the target entity
| Attribute | Alias | Description |
| --------- | ----- | ----------- |
| none | none | none |
| types | type | The type or list of types of potion effect to clear. |
Not providing a type will clear all effects.
**Examples**
```
- potionclear{} @target
```
yaml
-
potionclear{type=FIRE_RESISTANCE} @target
-
potionclear{type=FIRE_RESISTANCE,SPEED} @self
-
potionclear{} @self
```
\ No newline at end of file