Default_Instance
Server/GameplayConfigs/Default_Instance.json, 214 B
Fields
| Field | Type |
|---|---|
Parent | string |
World | object |
Death | object |
Source
{
"Parent": "Default",
"World": {
"AllowBlockBreaking": false,
"AllowBlockGathering": false
},
"Death": {
"LoseItems": false,
"RespawnController": {
"Type": "ExitInstance"
}
}
}