Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. {
  2. "allowAdminCommands" : true,
  3. "allowAdminCommandsFromAnyone" : false,
  4. "allowAnonymousConnections" : true,
  5. "allowAssetsMismatch" : true,
  6. "anonymousConnectionsAreAdmin" : false,
  7. "bannedIPs" : [],
  8. "bannedUuids" : [],
  9. "checkAssetsDigest" : false,
  10. "clearPlayerFiles" : false,
  11. "clearUniverseFiles" : false,
  12. "clientIPJoinable" : false,
  13. "clientP2PJoinable" : true,
  14. "configurationVersion" : {
  15. "basic" : 2,
  16. "server" : 4
  17. },
  18. "crafting" : {
  19. "filterHaveMaterials" : false
  20. },
  21. "gameServerBind" : "::",
  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" : "::",
  32. "queryServerPort" : 21025,
  33. "rconServerBind" : "::",
  34. "rconServerPassword" : "",
  35. "rconServerPort" : 21026,
  36. "rconServerTimeout" : 1000,
  37. "runQueryServer" : false,
  38. "runRconServer" : false,
  39. "safeScripts" : true,
  40. "scriptInstructionLimit" : 10000000,
  41. "scriptInstructionMeasureInterval" : 10000,
  42. "scriptProfilingEnabled" : false,
  43. "scriptRecursionLimit" : 100,
  44. "serverFidelity" : "automatic",
  45. "serverName" : "A Starbound Server",
  46. "serverOverrideAssetsDigest" : null,
  47. "serverUsers" : {
  48. },
  49. "tutorialMessages" : true
  50. "serverUsers": {
  51. "musdem":{
  52. "admin":true,
  53. "password": ""
  54. },
  55. "Slyke":{
  56. "admin":true,
  57. "password": ""
  58. }
  59. }
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement