... | ... | @@ -5,7 +5,7 @@ Clears all potion effects from the target entity |
|
|
## Attributes
|
|
|
| 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
|
... | ... | @@ -15,3 +15,8 @@ Clears all potion effects from the target entity |
|
|
- potionclear{type=FIRE_RESISTANCE,SPEED} @self
|
|
|
- potionclear @self
|
|
|
```
|
|
|
|
|
|
|
|
|
## Aliases
|
|
|
- [x] clearpotion
|
|
|
- [x] clearpotions |
|
|
\ No newline at end of file |