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

# Any

## Any

```yaml
match-entity:
  any:
    entity-tag:
      - 'zombies'
    mythicmobs:
      - 'Example'
```

## Any Of

```yaml
match-entity:
  any:
    1: # GROUP 1
      entity-tag:
        - 'zombies'
      mythicmobs:
        - 'Example'
    2: # GROUP 2
      entity-type:
        - 'skeleton'
```
