Added multi-type example. authored by Luis Antonio H. Larrosa's avatar Luis Antonio H. Larrosa
...@@ -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