questgroup
Description
Restricts the zone to players who are part of a quest group and optionally limits it by size.
Parameters
| Name | Type | Mandatory | Description | 
|---|---|---|---|
| min | Number | No | Minimum number of players required in the quest group. | 
| max | Number | No | Maximum number of players allowed in the quest group. | 
Example
"questgroup": {
        "min": 2,
        "max": 4
}