config
Server/Instances/Defaults/CreativeHub/config.json, 1.6 KB
Fields
| Field | Type |
|---|---|
Version | number |
UUID | object |
DisplayName | string |
Seed | number |
SpawnProvider | object |
WorldGen | object |
WorldMap | object |
ChunkStorage | object |
ChunkConfig | object |
IsTicking | boolean |
IsBlockTicking | boolean |
IsPvpEnabled | boolean |
IsFallDamageEnabled | boolean |
IsGameTimePaused | boolean |
GameTime | string |
RequiredPlugins | object |
GameMode | string |
IsSpawningNPC | boolean |
IsSpawnMarkersEnabled | boolean |
IsAllNPCFrozen | boolean |
GameplayConfig | string |
IsCompassUpdating | boolean |
IsSavingPlayers | boolean |
IsSavingChunks | boolean |
SaveNewChunks | boolean |
IsUnloadingChunks | boolean |
IsObjectiveMarkersEnabled | boolean |
DeleteOnUniverseStart | boolean |
DeleteOnRemove | boolean |
ResourceStorage | object |
Plugin | object |
Source
{
"Version": 4,
"UUID": {
"$binary": "Ds/3XgghTq2JYJNzWFqVMQ==",
"$type": "04"
},
"DisplayName": "the Crossroads",
"Seed": 1618917989368,
"SpawnProvider": {
"Id": "Global",
"SpawnPoint": {
"X": 5103.5,
"Y": 168.0,
"Z": 4982.5,
"Pitch": 0.0,
"Yaw": 90.0,
"Roll": 0.0
}
},
"WorldGen": {
"Type": "Hytale",
"Name": "Instance_Creative_Hub",
"Environment": "Env_Creative_Hub"
},
"WorldMap": {
"Type": "Disabled"
},
"ChunkStorage": {
"Type": "Hytale"
},
"ChunkConfig": {},
"IsTicking": false,
"IsBlockTicking": false,
"IsPvpEnabled": false,
"IsFallDamageEnabled": true,
"IsGameTimePaused": true,
"GameTime": "0001-01-01T16:50:44.090953998Z",
"RequiredPlugins": {},
"GameMode": "Creative",
"IsSpawningNPC": false,
"IsSpawnMarkersEnabled": true,
"IsAllNPCFrozen": true,
"GameplayConfig": "CreativeHub",
"IsCompassUpdating": true,
"IsSavingPlayers": false,
"IsSavingChunks": true,
"SaveNewChunks": true,
"IsUnloadingChunks": true,
"IsObjectiveMarkersEnabled": false,
"DeleteOnUniverseStart": false,
"DeleteOnRemove": false,
"ResourceStorage": {
"Type": "Hytale"
},
"Plugin": {
"Instance": {
"RemovalConditions": [],
"PreventReconnection": true,
"Discovery": {
"TitleKey": "server.instances.creative_hub.title",
"SubtitleKey": "server.instances.creative_hub.subtitle",
"Display": true,
"AlwaysDisplay": false,
"Icon": "Forgotten_Temple.png",
"Major": true,
"Duration": 4.0,
"FadeInDuration": 1.5,
"FadeOutDuration": 1.5
}
}
}
}