> 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/not.md).

# NOT

## NOT

If item didn't meet the match rule you set in NOT section, we will consider this rule as meet the rule.

```yaml
match-item:
  not:
    items:
      - 'diamond_sword'
```
