ForgottenTemple
Server/GameplayConfigs/ForgottenTemple.json, 472 B
Fields
| Field | Type |
|---|---|
Parent | string |
World | object |
Death | object |
Combat | object |
Plugin | object |
Source
{
"Parent": "Default",
"World": {
"AllowBlockBreaking": false,
"AllowBlockGathering": false,
"AllowBlockPlacement": false
},
"Death": {
"ItemsLossMode": "None",
"RespawnController": {
"Type": "WorldSpawnPoint"
}
},
"Combat": {
"DisableNPCIncomingDamage": true,
"DisablePlayerIncomingDamage": true
},
"Plugin": {
"ForgottenTemple": {
"MinYRespawn": 110,
"RespawnSound": "SFX_Divine_Respawn"
}
}
}