EnchantmentSlots Wiki
For 4.4.5 or newer
For 4.4.5 or newer
  • 🎉Welcome
  • 📦Info
    • âś…Requirements
    • ⚙️Install
    • â›”Limitation
    • đź”—Compatibility
      • ESMythicChangerExtension
    • 🛠️Configuration files
    • ⌨️Commands
    • âť“FAQ
    • 🚀Performance
  • đź“‹Format
    • 📝ItemFormat™ (Simply version)
    • 🎬Action Format
    • ⚖️Condition Format
    • 🔍Match Item Format
  • 🤖General Configs
    • ⚡Add Lore
  • đź”§Built-in Placeholders
  • 🎯Enchantment Slot
    • ↔️Item Slot Settings
    • đź”´Custom Enchantment Used Slot
    • 🪄Extra Slot Item
  • ✨Features
    • 🎨Color Code
    • 📍Item Placeholder
Powered by GitBook
On this page
Export as PDF
  1. đź“‹Format

🔍Match Item Format

Previous⚖️Condition FormatNext⚡Add Lore

Last updated 2 months ago

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 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 Match Rule to avoid this. These are all clearly introduced on MythicChanger's Wiki.

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