Changes
Page history
added isSkill condition
authored
Aug 30, 2025
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Conditions/mobsinradius.md
0 → 100644
View page @
595b54c3
## Description
Checks how many mobs are in a given radius
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| types | type, t | The types of mobs to check for | |
| amount | a | The range of mobs to check for. The caster is not counted | 1 |
| radius | r | The radius to check | 5 |
## Examples
### Single type
```
yaml
Conditions
:
-
mobsInRadius{types=NewZombie;amount=5to10;radius=15}
```
### Multiple types
```
yaml
Conditions
:
-
mobsInRadius{types=NewZombie,NewSkeleton,NewSpider;amount=5to10;radius=15}
```
\ No newline at end of file