Enchant
Criteria: Enchant
Triggered when a player enchants a matching item.
Attributes
| Attribute | Description | Default |
|---|---|---|
| Item | The enchanted item to match using MythicMobs item matcher syntax. | Any |
| Items | A list of items to match. | Any |
| Enchantment | The enchantment to match. Supports comma-separated enchantment keys, such as sharpness,minecraft:efficiency. |
Any |
| MinLevelCost | The minimum enchanting table level cost required. | 0 |
| MinEnchantmentLevel | The minimum resulting enchantment level required. | 0 |
| Strict / Exact | Requires stricter item data matching. | false |
| VanillaOnly / Vanilla | Restricts matching to vanilla item data. | false |
| Inverted / Blacklist | Progresses when the enchanted item does not match the configured item list. | false |
Examples
SOME_ACHIEVEMENT:
Criteria:
ENCHANT_POWERFUL_SWORD:
Type: Enchant
Item: DIAMOND_SWORD
Enchantment: sharpness
MinEnchantmentLevel: 3