maxNearby
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| amount | Int |
Maximum amount to allow | Required |
| types | List<String> |
List of entity types to check for | The type specified by a mob spawn |
| radius | Double |
Radius to count entities in | 128 |
Examples¶
maxNearby:
amount: 3
maxNearby:
amount: 2
radius: 10
types: [ "mm:myMythicMob" ]