Inventory
paper/create_item
Create Item
Creates an ItemStack with a custom name and lore.
Note: Pass the item output to Player Give Item or Drop Item nodes.
Inputs
| Name | Type | Optional | Description |
|---|---|---|---|
material |
string | ✓ | Material name. |
amount |
number | ✓ | Stack size. |
displayName |
string | ✓ | Custom display name (& colors supported). |
Outputs
| Name | Type | Description |
|---|---|---|
item |
any | The created ItemStack. |
Properties
| Key | Type | Default | Description |
|---|---|---|---|
material |
string | "DIAMOND" |
Material |
amount |
number | 1 |
Amount |
displayName |
string | "" |
Display Name |
lore |
string | "" |
Lore (use | to separate lines) |