Advertisement
Nikoh77

Starbond server config

Jan 12th, 2021
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. {
  2. "allowAdminCommands" : true,
  3. "allowAdminCommandsFromAnyone" : false,
  4. "allowAnonymousConnections" : false,
  5. "allowAssetsMismatch" : false,
  6. "anonymousConnectionsAreAdmin" : false,
  7. "bannedIPs" : [],
  8. "bannedUuids" : [],
  9. "checkAssetsDigest" : true,
  10. "clearPlayerFiles" : true,
  11. "clearUniverseFiles" : true,
  12. "clientIPJoinable" : true,
  13. "clientP2PJoinable" : true,
  14. "configurationVersion" : {
  15. "basic" : 2,
  16. "server" : 4
  17. },
  18. "crafting" : {
  19. "filterHaveMaterials" : false
  20. },
  21. "gameServerBind" : "51.195.119.146",
  22. "gameServerPort" : 21025,
  23. "interactiveHighlight" : true,
  24. "inventory" : {
  25. "pickupToActionBar" : true
  26. },
  27. "maxPlayers" : 8,
  28. "maxTeamSize" : 4,
  29. "monochromeLighting" : false,
  30. "playerBackupFileCount" : 3,
  31. "queryServerBind" : "51.195.119.146",
  32. "queryServerPort" : 21025,
  33. "rconServerBind" : "51.195.119.146",
  34. "rconServerPassword" : "",
  35. "rconServerPort" : 21026,
  36. "rconServerTimeout" : 1000,
  37. "runQueryServer" : true,
  38. "runRconServer" : false,
  39. "safeScripts" : true,
  40. "scriptInstructionLimit" : 10000000,
  41. "scriptInstructionMeasureInterval" : 10000,
  42. "scriptProfilingEnabled" : true,
  43. "scriptRecursionLimit" : 100,
  44. "serverFidelity" : "automatic",
  45. "serverName" : "Nikoh's Starbound Server",
  46. "serverOverrideAssetsDigest" : null,
  47. "serverUsers" : {
  48. "user1" : {
  49. "admin" : true,
  50. "password" : "user1"
  51. }
  52. },
  53. "tutorialMessages" : true,
  54. "upnpPortForwarding" : false
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement