Inventory
4 nodes in this category.
Create Item
paper/create_item
Creates an ItemStack with a custom name and lore.
In: material, amount, displayName
Out: item
Inventory Contains
paper/inventory_contains
Checks whether a player's inventory has at least a specified amount of a material.
In: player, material, amount
Out: contains, count
Inventory Remove
paper/inventory_remove
Removes a specified amount of a material from a player's inventory.
In: exec, player, material, amount
Out: exec, removed
Inventory Clear
paper/inventory_clear
Clears some or all of a player's inventory.
In: exec, player
Out: exec