Take items from the player's inventory
Last updated 4 years ago
(take|remove)(-)?item(s)?
# Take a specified amount of items - 'take-item: material:DIAMOND,amount:64'
# Take a stack of iron ingots and half a stack of gold ingots - 'take-item: material:IRON_INGOT,amount:64;material:GOLD_INGOT,amount:32'
This action does not check whether the player has the required items or not
The item material must be unified with each parts seperated by a _
_