Teleporter_Place
Server/Item/Interactions/Block/Teleporter/Teleporter_Place.json, 677 B
Fields
| Field | Type |
|---|---|
Type | string |
Next | object |
Failed | object |
Source
{
"Type": "MemoriesCondition",
"Next": {
"0": {
"Parent": "Teleporter_Try_Place",
"Value": 2
},
"1": {
"Parent": "Teleporter_Try_Place",
"Value": 2
},
"2": {
"Parent": "Teleporter_Try_Place",
"Value": 3
},
"3": {
"Parent": "Teleporter_Try_Place",
"Value": 4
},
"4": {
"Parent": "Teleporter_Try_Place",
"Value": 6
},
"5": {
"Parent": "Teleporter_Try_Place",
"Value": 8
}
},
"Failed": {
"Parent": "Teleporter_Try_Place",
"Value": 8,
"Failed": {
"Type": "SendMessage",
"Key": "server.interactions.teleporter.failed"
}
}
}