|
====================
|
|
## Description
|
|
|
|
|
|
## Description:
|
|
|
|
Clears all potion effects from the target entity
|
|
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
|
|
```yaml
|
|
- potionclear{type=FIRE_RESISTANCE} @target
|
|
Skills:
|
|
- potionclear{type=FIRE_RESISTANCE,SPEED} @self
|
|
- potionclear{type=FIRE_RESISTANCE} @target
|
|
- potionclear{} @self
|
|
- potionclear{type=FIRE_RESISTANCE,SPEED} @self
|
|
|
|
- potionclear{} @self
|
|
``` |
|
``` |
|
|
|
\ No newline at end of file |