Changes
Page history
Update potionclear
authored
Oct 11, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
skills/mechanics/potionclear.md
View page @
c9c4e549
...
@@ -5,7 +5,7 @@ Clears all potion effects from the target entity
...
@@ -5,7 +5,7 @@ Clears all potion effects from the target entity
## Attributes
## Attributes
| Attribute | Aliases | Description | Default |
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
|-----------|-----------|----------------------------------------------------------------------|---------|
| types | type
| The type or list of types of potion effects to clear. Not providing a type will clear all effects. | |
| types | type
, t
| The type or list of types of potion effects to clear. Not providing a type will clear all effects. | |
## Examples
## Examples
...
@@ -14,4 +14,9 @@ Clears all potion effects from the target entity
...
@@ -14,4 +14,9 @@ Clears all potion effects from the target entity
-
potionclear{type=FIRE_RESISTANCE} @target
-
potionclear{type=FIRE_RESISTANCE} @target
-
potionclear{type=FIRE_RESISTANCE,SPEED} @self
-
potionclear{type=FIRE_RESISTANCE,SPEED} @self
-
potionclear @self
-
potionclear @self
```
```
\ No newline at end of file
## Aliases
-
[x] clearpotion
-
[x] clearpotions
\ No newline at end of file