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.
Basic Configuration
- 1Access the Game Host Bros Panel and
Stopyour Hytale server. - 2In the sidebar, go to
Server Options. - 3Edit the settings you'd like to change.
- 4Start your server.
Editing config.json
For more detailed configuration, you can edit the config.json file directly.
- 1Access the Game Host Bros Panel and
Stopyour Hytale server. - 2In the sidebar, go to
File Manager. - 3Open the
config.jsonfile. - 4Edit the settings you want to change.
- 5Click
Saveand start your server.
Example config.json
{
"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"
}
}
World Configuration
The universe/worlds/ directory contains all playable worlds for additional configuration. Each world has its own config.json:
Editing Your World config.json
For more detailed configuration, you can edit the config.json file directly.
- 1Access the Game Host Bros Panel and
Stopyour Hytale server. - 2In the sidebar, go to
File Manager. - 3Navigate to
universe/worlds/WorldName/config.json. - 4Edit the settings you want to change.
- 5Click
Saveand start your server.
Example world config.json
{
"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": {}
}
Still need help?
Can't find what you're looking for? Our friendly support team is ready to help.