For the complete documentation index, see llms.txt. This page is also available as Markdown.

LevelledMobs

LevelledMobs

Match LevelledMobs level.

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

Last updated