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

# ANY

## ANY&#x20;

If item meet any of those match item rules, we will consider it meet the rule.

```yaml
match-item:
  any:
    rarity: COMMON
    material:
      - 'diamond'
```

## ANY Of&#x20;

```yaml
match-item:
  any:
    1: 
      contains-name:
        - 'Hello'
      contains-lore:
        - 'Oh'
    2:
      contains-lore:
        - 'What'
```
