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