... | @@ -4,11 +4,14 @@ Clears all potion effects from the target entity |
... | @@ -4,11 +4,14 @@ Clears all potion effects from the target entity |
|
|
|
|
|
| Attribute | Alias | Description |
|
|
| 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**
|
|
**Examples**
|
|
|
|
|
|
```
|
|
```yaml
|
|
- potionclear{} @target
|
|
- potionclear{type=FIRE_RESISTANCE} @target
|
|
|
|
- potionclear{type=FIRE_RESISTANCE,SPEED} @self
|
|
- potionclear{} @self
|
|
- potionclear{} @self
|
|
``` |
|
``` |
|
|
|
\ No newline at end of file |