> For the complete documentation index, see [llms.txt](https://enchantedmobs.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enchantedmobs.superiormc.cn/docs/features/item-format.md).

# Item Format

## Item Format

Require item's item format specifed key's value must same as the value set here.

```yaml
match-item:
  item-format:
    material: ENCHANTED_BOOK
    stored-enchants:
      bane_of_arthropods: 5
  item-format-settings:
    require-same-key: false
    ignore-key:
      - 'amount'
```

You can hold the item and use command `/em generateitemformat` to generate item format at **the plugin (plugins/EnchantedMobs)** folder.

Options for `item-format-settings`:

* require-same-key: This means that the items set here must have all the data of the items owned by the player.
* ignore-key: The list of ItemFormat™ Key that will be ignored when check whether items are same.
