World / Server
paper/drop_item
Drop Item
Drops an item at a world location.
Inputs
| Name | Type | Optional | Description |
|---|---|---|---|
exec |
exec | Incoming execution. | |
location |
location | Drop location. | |
item |
any | ✓ | ItemStack (from Create Item node). |
material |
string | ✓ | Material name (used when no item is connected). |
amount |
number | ✓ | Stack size (used when no item is connected). |
Outputs
| Name | Type | Description |
|---|---|---|
exec |
exec | Continues after dropping. |
Properties
| Key | Type | Default | Description |
|---|---|---|---|
material |
string | "DIAMOND" |
Material |
amount |
number | 1 |
Amount |