ItemsAdderAdditionsItemsAdderAdditions
Actions

Clear Item

Remove custom or vanilla items from a player's inventory as an ItemsAdder action. Useful for crafting systems, quests, or cost-based interactions.

clear_item:
  item: my_item
  amount: 2 # Optional (Default value: 1)

For item, use a vanilla item from this list or a custom item with namespace:value or just value.