Added Type attribute authored by Amy's avatar Amy
......@@ -4,11 +4,14 @@ Clears all potion effects from the target entity
| 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**
```
- potionclear{} @target
```yaml
- potionclear{type=FIRE_RESISTANCE} @target
- potionclear{type=FIRE_RESISTANCE,SPEED} @self
- potionclear{} @self
```
\ No newline at end of file