|
|
**Description:** Matches a range to how many mobs are in the target location's chunk
|
|
|
## Description
|
|
|
Matches a range to how many mobs are in the target location's chunk
|
|
|
|
|
|
**Type:** Location
|
|
|
|
|
|
---
|
|
|
## Attributes
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
| amount | a | The number range to match | 0 |
|
|
|
|
|
|
**Attributes:**
|
|
|
|
|
|
| Attribute | Alias | Description |
|
|
|
| --------- | ----- | ------------------------- |
|
|
|
| amount | a | The number range to match |
|
|
|
|
|
|
---
|
|
|
|
|
|
**Examples:**
|
|
|
|
|
|
```
|
|
|
Conditions:
|
|
|
- mobsinchunk{a=1to5} true
|
|
|
## Examples
|
|
|
```yaml
|
|
|
Conditions:
|
|
|
- mobsinchunk{a=1to5} true
|
|
|
```
|
|
|
|
|
|
```yaml
|
|
|
Conditions:
|
|
|
- mobsinchunk{a=<5} true
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
Conditions:
|
|
|
- mobsinchunk{a=<5} true
|
|
|
```
|
|
|
|
|
|
---
|
|
|
|
|
|
**Extra Information:**
|
|
|
|
|
|
- [x] Type: Location |
|
|
\ No newline at end of file |