ConditionLocation
mobsinradius
Matches a range to how many mobs are in the given radius
Configuration Fields (3)
| Name | Type | Default | Description |
|---|---|---|---|
| types types, t | HashSet<MythicMob> | — | The mobtype to check for |
| amount a | RangedDouble | — | The number range to match |
| radius r | PlaceholderDouble | — | The radius to check |
Examples & Notes
Examples
Single type
Conditions:
- mobsInRadius{types=NewZombie;amount=5to10;radius=15}
Multiple types
Conditions:
- mobsInRadius{types=NewZombie,NewSkeleton,NewSpider;amount=5to10;radius=15}
Universal Condition Options
- Author:
- Ashijin
