reverted dante authored by Lxlp's avatar Lxlp
====================
## Description:
## Description
Clears all potion effects from the target entity
## Attributes:
| Attribute | Alias | Description |
| --------- | ----- | ----------- |
| types | type | The type or list of types of potion effect to clear. |
Not providing a type will clear all effects.
## 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. | |
## Examples:
## Examples
```yaml
- potionclear{type=FIRE_RESISTANCE} @target
- potionclear{type=FIRE_RESISTANCE,SPEED} @self
- potionclear{} @self
Skills:
- potionclear{type=FIRE_RESISTANCE} @target
- potionclear{type=FIRE_RESISTANCE,SPEED} @self
- potionclear{} @self
```
\ No newline at end of file