TeleportInstance
Server/Item/Interactions/Tests/TeleportInstance.json, 307 B
Fields
| Field | Type |
|---|---|
Type | string |
InstanceName | string |
InstanceKey | string |
PositionOffset | object |
Rotation | object |
OriginSource | string |
PersonalReturnPoint | boolean |
CloseOnBlockRemove | boolean |
RemoveBlockAfter | number |
Source
{
"Type": "TeleportInstance",
"InstanceName": "Persistent",
"InstanceKey": "Persistent",
"PositionOffset": {
"X": 0,
"Y": 0,
"Z": 2
},
"Rotation": {
"Yaw": 180
},
"OriginSource": "Block",
"PersonalReturnPoint": true,
"CloseOnBlockRemove": false,
"RemoveBlockAfter": 5
}