config
Server/Instances/Movement_Gym/config.json, 1.4 KB
Fields
| Field | Type |
|---|---|
Version | number |
UUID | object |
Seed | number |
SpawnProvider | object |
WorldGen | object |
WorldMap | object |
ChunkStorage | object |
ChunkConfig | object |
IsTicking | boolean |
IsBlockTicking | boolean |
IsPvpEnabled | boolean |
IsFallDamageEnabled | boolean |
IsGameTimePaused | boolean |
GameTime | string |
ClientEffects | object |
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": "3ZvgdMqGSIGMJBZ4GVnwuA==",
"$type": "04"
},
"Seed": 1769510793960,
"SpawnProvider": {
"Id": "Global",
"SpawnPoint": {
"X": 0.5,
"Y": 80.0,
"Z": 0.5,
"Pitch": 0.0,
"Yaw": 180.0,
"Roll": 0.0
}
},
"WorldGen": {
"Type": "HytaleGenerator",
"WorldStructure": "Default_Flat"
},
"WorldMap": {
"Type": "WorldGen"
},
"ChunkStorage": {
"Type": "Hytale"
},
"ChunkConfig": {},
"IsTicking": false,
"IsBlockTicking": true,
"IsPvpEnabled": false,
"IsFallDamageEnabled": true,
"IsGameTimePaused": true,
"GameTime": "0001-01-01T09:30:00Z",
"ClientEffects": {
"SunHeightPercent": 100.0,
"SunAngleDegrees": 0.0,
"BloomIntensity": 0.30000001192092896,
"BloomPower": 8.0,
"SunIntensity": 0.25,
"SunshaftIntensity": 0.30000001192092896,
"SunshaftScaleFactor": 4.0
},
"RequiredPlugins": {},
"GameMode": "Creative",
"IsSpawningNPC": true,
"IsSpawnMarkersEnabled": true,
"IsAllNPCFrozen": true,
"GameplayConfig": "Default",
"IsCompassUpdating": true,
"IsSavingPlayers": false,
"IsSavingChunks": true,
"SaveNewChunks": true,
"IsUnloadingChunks": true,
"IsObjectiveMarkersEnabled": true,
"DeleteOnUniverseStart": false,
"DeleteOnRemove": false,
"ResourceStorage": {
"Type": "Hytale"
},
"Plugin": {
"Instance": {
"RemovalConditions": [],
"PreventReconnection": false
}
}
}