Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / GameplayConfigs / ForgottenTemple.json

ForgottenTemple

Server/GameplayConfigs/ForgottenTemple.json, 472 B

Fields

FieldType
Parentstring
Worldobject
Deathobject
Combatobject
Pluginobject

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"
    }
  }
}