Trade

Criteria: Trade

Triggered when a player takes a matching result item from a villager trade.

Attributes

Attribute Description Default
Result The trade result item to match using MythicMobs item matcher syntax. Any
Item Alias for Result. Any
Items A list of result items to match. Any
Strict / Exact Requires stricter item data matching. false
VanillaOnly / Vanilla Restricts matching to vanilla item data. false
Inverted / Blacklist Progresses when the trade result does not match the configured item list. false

Examples

SOME_ACHIEVEMENT:
  Criteria:
    TRADE_FOR_BOOKS:
      Type: Trade
      Result: ENCHANTED_BOOK
      Amount: 5
Updated Aug 19, 2026