Initial Starbound Generic Config (#134)

* Initial Starbound Generic Config

This is Windows only at the moment due to the working directory only able to point at one location. Windows is under win64 and Linux is under linux directories.

* Finalize Settings

* Finalize Settings

* Update starbound.kvp

* Update starbound.kvp
This commit is contained in:
IceOfWraith
2022-09-22 17:58:02 -05:00
committed by GitHub
parent 5286123f1f
commit 4733791277
4 changed files with 284 additions and 0 deletions

50
starbound_server.config Normal file
View File

@@ -0,0 +1,50 @@
{
"allowAdminCommands" : true,
"allowAdminCommandsFromAnyone" : false,
"allowAnonymousConnections" : true,
"allowAssetsMismatch" : true,
"anonymousConnectionsAreAdmin" : false,
"bannedIPs" : [],
"bannedUuids" : [],
"checkAssetsDigest" : false,
"clearPlayerFiles" : false,
"clearUniverseFiles" : false,
"clientIPJoinable" : false,
"clientP2PJoinable" : true,
"configurationVersion" : {
"basic" : 2,
"server" : 4
},
"crafting" : {
"filterHaveMaterials" : false
},
"gameServerBind" : "*",
"gameServerPort" : 21025,
"interactiveHighlight" : true,
"inventory" : {
"pickupToActionBar" : true
},
"maxPlayers" : 8,
"maxTeamSize" : 4,
"monochromeLighting" : false,
"playerBackupFileCount" : 3,
"queryServerBind" : "*",
"queryServerPort" : 21025,
"rconServerBind" : "*",
"rconServerPassword" : "da5f3159ca5f404fb1fff9ce522a17c3",
"rconServerPort" : 21026,
"rconServerTimeout" : 0,
"runQueryServer" : false,
"runRconServer" : true,
"safeScripts" : true,
"scriptInstructionLimit" : 10000000,
"scriptInstructionMeasureInterval" : 10000,
"scriptProfilingEnabled" : false,
"scriptRecursionLimit" : 100,
"serverFidelity" : "automatic",
"serverName" : "AMP Starbound Server",
"serverOverrideAssetsDigest" : null,
"serverUsers" : {
},
"tutorialMessages" : true
}