> For the complete documentation index, see [llms.txt](https://mythicchanger.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mythicchanger.superiormc.cn/match-item-rules/not-match-actions-premium.md).

# Not Match Actions - Premium

You can add `not-match-actions` in `match-item` section, like this:

```yaml
match-item:
  has-name: false
  not-match-actions:
    1:
      type: message
      message: 'Your item already has name, it can not be changed!'
```

Should follow Action Format, for more info, please view [Format](/format/action-format.md) page.
