Last active
July 25, 2016 23:22
-
-
Save sshirokov/6cf57b688e7efdbe80444c25f3d17f97 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"allowAdminCommands" : true, | |
"allowAdminCommandsFromAnyone" : false, | |
"allowAnonymousConnections" : false, | |
"allowAssetsMismatch" : false, | |
"anonymousConnectionsAreAdmin" : false, | |
"bannedIPs" : [], | |
"bannedUuids" : [], | |
"checkAssetsDigest" : false, | |
"clearPlayerFiles" : false, | |
"clearUniverseFiles" : false, | |
"clientIPJoinable" : false, | |
"clientP2PJoinable" : true, | |
"configurationVersion" : { | |
"basic" : 1, | |
"server" : 4 | |
}, | |
"crafting" : { | |
"filterHaveMaterials" : false | |
}, | |
"gameServerBind" : "127.0.0.2", | |
"gameServerPort" : 21025, | |
"interactiveHighlight" : true, | |
"inventory" : { | |
"pickupToActionBar" : true | |
}, | |
"maxPlayers" : 8, | |
"maxTeamSize" : 8, | |
"playerBackupFileCount" : 3, | |
"queryServerBind" : "127.0.0.3", | |
"queryServerPort" : 21025, | |
"rconServerBind" : "127.0.0.4", | |
"rconServerPassword" : "hunter2", | |
"rconServerPort" : 21026, | |
"rconServerTimeout" : 1000, | |
"runQueryServer" : true, | |
"runRconServer" : true, | |
"safeScripts" : true, | |
"scriptInstructionLimit" : 10000000, | |
"scriptInstructionMeasureInterval" : 10000, | |
"scriptProfilingEnabled" : false, | |
"scriptRecursionLimit" : 100, | |
"serverFidelity" : "automatic", | |
"serverName" : "St[#a]rbound", | |
"serverOverrideAssetsDigest" : null, | |
"serverUsers" : { | |
"Mut" : { | |
"admin" : true, | |
"password" : "hunter2" | |
}, | |
"arrakis" : { | |
"admin" : false, | |
"password" : "hunter2" | |
} | |
}, | |
"tutorialMessages" : true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment