At Game Host Bros, we've integrated basic Hytale settings directly into our game panel. Here's how to quickly and easily configure your Hytale server.
Log in to
Bropanel and select your server.
In the sidebar, go to Settings.
Edit the settings you'd like to change.
Click Save & Restart to apply your changes.
For more detailed configuration, you can edit the config.json file directly.
Log in to
Bropanel and
Stop your server.
In the sidebar, go to Files.
Open the config.json file.
Edit the settings you want to change.
Click Save and start your server.
{
"Version": 3,
"ServerName": "Hosted By Game Host Bros",
"MOTD": "",
"Password": "",
"MaxPlayers": 100,
"MaxViewRadius": 32,
"LocalCompressionEnabled": false,
"Defaults": {
"World": "default",
"GameMode": "Adventure"
},
"ConnectionTimeouts": {
"JoinTimeouts": {}
},
"RateLimit": {},
"Modules": {},
"LogLevels": {},
"Mods": {},
"DisplayTmpTagsInStrings": false,
"PlayerStorage": {
"Type": "Hytale"
}
}
The universe/worlds/ directory contains all playable worlds for additional configuration. Each world has its own config.json:
For more detailed configuration, you can edit the config.json file directly.
Log in to
Bropanel and
Stop your server.
In the sidebar, go to Files.
Open universe/worlds/WorldName/config.json.
Edit the settings you want to change.
Click Save and start your server.
{
"Version": 4,
"UUID": {
"$binary": "j2x/idwTQpen24CDfH1+OQ==",
"$type": "04"
},
"Seed": 1767292261384,
"WorldGen": {
"Type": "Hytale",
"Name": "Default"
},
"WorldMap": {
"Type": "WorldGen"
},
"ChunkStorage": {
"Type": "Hytale"
},
"ChunkConfig": {},
"IsTicking": true,
"IsBlockTicking": true,
"IsPvpEnabled": false,
"IsFallDamageEnabled": true,
"IsGameTimePaused": false,
"GameTime": "0001-01-01T08:26:59.761606129Z",
"RequiredPlugins": {},
"IsSpawningNPC": true,
"IsSpawnMarkersEnabled": true,
"IsAllNPCFrozen": false,
"GameplayConfig": "Default",
"IsCompassUpdating": true,
"IsSavingPlayers": true,
"IsSavingChunks": true,
"IsUnloadingChunks": true,
"IsObjectiveMarkersEnabled": true,
"DeleteOnUniverseStart": false,
"DeleteOnRemove": false,
"ResourceStorage": {
"Type": "Hytale"
},
"Plugin": {}
}