... | ... | @@ -7,16 +7,18 @@ Removes an item from the target |
|
|
Attributes
|
|
|
----------
|
|
|
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|------------------|---------|---------------------------------------|---------|
|
|
|
| item | material, m, i | The item, or material, to remove | DIRT |
|
|
|
| amount | a | The amount to remove | 1 |
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|-----------|----------------|----------------------------------|---------|
|
|
|
| item | material, m, i | The item, or material, to remove | DIRT |
|
|
|
| amount | a | The amount to remove | 1 |
|
|
|
|
|
|
|
|
|
Examples
|
|
|
--------
|
|
|
|
|
|
Would remove a stack of dirt from the nearest player's inventory
|
|
|
|
|
|
Skills:
|
|
|
- takeitem{i=DIRT;a=64} @NearestPlayer{r=10} |
|
|
\ No newline at end of file |
|
|
```yml
|
|
|
Skills:
|
|
|
- takeitem{i=DIRT;a=64} @NearestPlayer{r=10}
|
|
|
```
|
|
|
|
|
|
\ No newline at end of file |