escapeRope
Description
Specifies the location when a player uses an escape rope inside the zone.
Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| x | Number | Yes | The X coordinate where the player will be teleported. |
| y | Number | Yes | The Y coordinate where the player will be teleported. |
| z | Number | Yes | The Z coordinate where the player will be teleported. |
| heading | Number | Yes | Heading for the player at arrival. |
Example
"escapeRope": {
"x": 123.4,
"y": 456.7,
"z": 789.0,
"heading": 90.0
}