Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Instances / Forgotten_Temple / config.json

config

Server/Instances/Forgotten_Temple/config.json, 1.5 KB

Fields

FieldType
Versionnumber
UUIDobject
Seednumber
SpawnProviderobject
WorldGenobject
ChunkStorageobject
ChunkConfigobject
IsTickingboolean
IsBlockTickingboolean
IsPvpEnabledboolean
IsFallDamageEnabledboolean
IsGameTimePausedboolean
GameTimestring
RequiredPluginsobject
GameModestring
IsSpawningNPCboolean
IsSpawnMarkersEnabledboolean
IsAllNPCFrozenboolean
GameplayConfigstring
IsCompassUpdatingboolean
IsSavingPlayersboolean
IsSavingChunksboolean
SaveNewChunksboolean
IsUnloadingChunksboolean
IsObjectiveMarkersEnabledboolean
DeleteOnUniverseStartboolean
DeleteOnRemoveboolean
ResourceStorageobject
Pluginobject

Source

{
  "Version": 4,
  "UUID": {
    "$binary": "YDOsXrt3TOmXhNGwFrXXBA==",
    "$type": "04"
  },
  "Seed": 1618917989368,
  "SpawnProvider": {
    "Id": "Global",
    "SpawnPoint": {
      "X": 5095.0,
      "Y": 169.0,
      "Z": 4983.5,
      "Pitch": 0.0,
      "Yaw": 90.0,
      "Roll": 0.0
    }
  },
  "WorldGen": {
    "Type": "Hytale",
    "Name": "Instance_Forgotten_Temple"
  },
  "ChunkStorage": {
    "Type": "Hytale"
  },
  "ChunkConfig": {},
  "IsTicking": false,
  "IsBlockTicking": true,
  "IsPvpEnabled": false,
  "IsFallDamageEnabled": true,
  "IsGameTimePaused": true,
  "GameTime": "0001-01-04T08:00:00.000858306Z",
  "RequiredPlugins": {},
  "GameMode": "Creative",
  "IsSpawningNPC": true,
  "IsSpawnMarkersEnabled": true,
  "IsAllNPCFrozen": true,
  "GameplayConfig": "ForgottenTemple",
  "IsCompassUpdating": true,
  "IsSavingPlayers": false,
  "IsSavingChunks": true,
  "SaveNewChunks": true,
  "IsUnloadingChunks": true,
  "IsObjectiveMarkersEnabled": false,
  "DeleteOnUniverseStart": false,
  "DeleteOnRemove": false,
  "ResourceStorage": {
    "Type": "Hytale"
  },
  "Plugin": {
    "Instance": {
      "RemovalConditions": [],
      "PreventReconnection": false,
      "Discovery": {
        "TitleKey": "server.instances.forgotten_temple.title",
        "SubtitleKey": "server.instances.forgotten_temple.subtitle",
        "Display": true,
        "AlwaysDisplay": true,
        "Icon": "Forgotten_Temple.png",
        "Major": true,
        "Duration": 4.0,
        "FadeInDuration": 1.5,
        "FadeOutDuration": 1.5
      }
    }
  }
}