Itempickup

Criteria: ItemPickup

Triggered when a player picks up a matching item. Progress is based on the amount of items actually picked up.

Attributes

Attribute Description Default
Item The picked-up item to match using MythicMobs item matcher syntax. Any
Items A list of items to match. Any
IgnorePlayerDrops Prevents items dropped by players from progressing the criteria. true
PreventPlayerDrops Alias for IgnorePlayerDrops. true
ExcludePlayerDrops Alias for IgnorePlayerDrops. true
Strict / Exact Requires stricter item data matching. false
VanillaOnly / Vanilla Restricts matching to vanilla item data. false
Inverted / Blacklist Progresses when the picked-up item does not match the configured item list. false

Examples

SOME_ACHIEVEMENT:
  Criteria:
    COLLECT_SUPPLIES:
      Type: ItemPickup
      Items:
      - IRON_INGOT
      - GOLD_INGOT
      IgnorePlayerDrops: true
      Amount: 32
Updated Aug 19, 2026