# NOT

## NOT

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

**Never use this with replace-item change rule!**

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