Changes
Page history
use actual mechanic name and added itemissimilar and bowtension conditions to ze wiki
authored
Mar 20, 2022
by
Phillip
Hide whitespace changes
Inline
Side-by-side
Skills/mechanics/takeitem.md
View page @
592c5554
...
@@ -7,16 +7,18 @@ Removes an item from the target
...
@@ -7,16 +7,18 @@ Removes an item from the target
Attributes
Attributes
----------
----------
| Attribute
| Aliases | Description
| Default |
| Attribute | Aliases
| Description | Default |
|-----------
-------
|---------
|
---------------------------------------|---------|
|-----------|--------------
--|
----------------------------------|---------|
| item
| material, m, i
| The item, or material, to remove
| DIRT |
| item | material, m, i | The item, or material, to remove | DIRT
|
| amount
| a
| The amount to remove
| 1 |
| amount
| a
| The amount to remove | 1
|
Examples
Examples
--------
--------
Would remove a stack of dirt from the nearest player's inventory
Would remove a stack of dirt from the nearest player's inventory
```
yml
Skills:
Skills
:
-
takeitem{i=DIRT;a=64} @NearestPlayer{r=10}
-
takeitem{i=DIRT;a=64} @NearestPlayer{r=10}
\ No newline at end of file
```
\ No newline at end of file