|
|
## Description
|
|
|
Removes some items from the casting player's inventory
|
|
|
|
|
|
|
|
|
## Attributes
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
| item | i | The item to remove | STONE<!--type:Material--> |
|
|
|
| amount | a | The amount to remove | 1 |
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
```yaml
|
|
|
Skills:
|
|
|
- consumeitem{i=DIRT;a=32}
|
|
|
``` |
|
|
\ No newline at end of file |