🔍Match Item Format

The Match Item Format provided by EnchantmentSlots are almost identical to those in MythicChanger. Therefore, they will not be elaborated on in this wiki. Please refer to MythicChanger's wiki for a detailed introduction about them. Click here to view.

Match Item Rules Not Available in EnchantmentSlots

Those match item rules do not available in EnchantmentSlots.

  • Contains Apply

  • Has Apply

  • Item Format

  • For Items Rule: The use-tier-identify-slots option should set in config.yml file instead of in Match Item Format configs.

An example of match item format:

  items:
    - 'diamond_sword'
  has-name: true
  has-lore: true
  contains-lore:
    - 'test'
  contains-name:
    - 'test'

By default, all Match Rules need to be met, and you can also use the ANY Match Rule to avoid this. These are all clearly introduced on MythicChanger's Wiki.

  any:
    material:
      - 'iron_sword'
    has-lore: true

Last updated