Itemconsume
Criteria: ItemConsume
Triggered when a player consumes a matching item.
Attributes
| Attribute | Description | Default |
|---|---|---|
| Item | The consumed item to match using MythicMobs item matcher syntax. | Any |
| Items | A list of items to match. | Any |
| Hand | The equipment slot used, such as HAND or OFF_HAND. Supports comma-separated slots. |
Any |
| Strict / Exact | Requires stricter item data matching. | false |
| VanillaOnly / Vanilla | Restricts matching to vanilla item data. | false |
| Inverted / Blacklist | Progresses when the consumed item does not match the configured item list. | false |
Examples
SOME_ACHIEVEMENT:
Criteria:
EAT_GOLDEN_APPLES:
Type: ItemConsume
Item: GOLDEN_APPLE
Amount: 3