items
Description
Requires the player to be carrying specific items in the required quantity to stay inside the zone.
Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| []name | String | Yes | The item ID required. |
| []quantity | Number | Yes | The amount of that item the player must have. |
Example
"items": [
{ "name": "torch", "quantity": 1 },
{ "name": "ancient_key", "quantity": 1 }
]