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

# LevelledMobs

## LevelledMobs

Match LevelledMobs level.

```yaml
match-entity:
  levelled-mobs: "10~20"     # Matches mobs with levels between 10 and 20
```

### **Matching Rules**

| Type                  | Example   | Description                                |
| --------------------- | --------- | ------------------------------------------ |
| Range                 | `"10~20"` | Matches mobs with levels between 10 and 20 |
| Greater than or equal | `">=5"`   | Matches mobs with level ≥ 5                |
| Less than or equal    | `"<=50"`  | Matches mobs with level ≤ 50               |
| Exact match           | `"15"`    | Matches mobs with level = 15               |
