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

NameTypeOptionalDescription
material string Material name.
amount number Stack size.
displayName string Custom display name (& colors supported).

Outputs

NameTypeDescription
item any The created ItemStack.

Properties

KeyTypeDefaultDescription
material string "DIAMOND" Material
amount number 1 Amount
displayName string "" Display Name
lore string "" Lore (use | to separate lines)