Consume Item
9/13/25Less than 1 minuteVanilla
Consume Item
This unlocker will trigger when a player consumes an item (food, potions, etc).
id
consume item
Condition
item
- Type:
string
- Default:
none
- Description: Item description, standard format:
namespace:id
, if namespace is not specified, defaults tominecraft
, pointing to vanilla items, id must be lowercase.
Other available namespaces:zaphkiel
points to zaphkiel plugin items.mmoitems
points to MMOItems plugin items.mythicmobs
points to MythicMobs plugin items.
Examples:zaphkiel:example_potion
points to zaphkiel plugin'sexample_potion
item.mmoitems:healing_potion
points to MMOItems plugin'shealing_potion
item.mythicmobs:magic_food
points to MythicMobs plugin'smagic_food
item.
position Optional
- Type:
string
- Default:
none
- Description: Position restriction where the consumption must occur.
Example
unlock:
- type: "consume item"
condition:
item: "golden_apple"
goal:
amount: 5