Changes
Page history
Added multi-type example.
authored
Jan 11, 2024
by
Luis Antonio H. Larrosa
Show whitespace changes
Inline
Side-by-side
Skills/conditions/mobsinradius.md
View page @
9910976c
...
@@ -11,7 +11,15 @@ Checks how many mobs are in a given radius
...
@@ -11,7 +11,15 @@ Checks how many mobs are in a given radius
## Examples
## Examples
### Single type
```
yaml
```
yaml
Conditions
:
Conditions
:
-
mobsInRadius{types=NewZombie;amount=5to10;radius=15}
-
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