Advertisement
Aled

Untitled

Sep 28th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. "InvasionMultiplier": 1,
  3. "DefaultMaximumSpawns": 0,
  4. "DefaultSpawnRate": 600,
  5. "ServerPort": $$port$$,
  6. "EnableWhitelist": false,
  7. "InfiniteInvasion": false,
  8. "PvPMode": "normal",
  9. "SpawnProtection": false,
  10. "SpawnProtectionRadius": 10,
  11. "MaxSlots": $$max_players$$,
  12. "RangeChecks": true,
  13. "DisableBuild": true,
  14. "SuperAdminChatRGB": [
  15. 255.0,
  16. 0.0,
  17.  
  18. 0.0
  19. ],
  20. "SuperAdminChatPrefix": "(Pedmin) ",
  21. "SuperAdminChatSuffix": "",
  22. "BackupInterval": 0,
  23. "BackupKeepFor": 60,
  24. "RememberLeavePos": false,
  25. "HardcoreOnly": false,
  26. "MediumcoreOnly": false,
  27. "KickOnMediumcoreDeath": false,
  28. "BanOnMediumcoreDeath": false,
  29. "AutoSave": true,
  30. "AnnounceSave": true,
  31. "MaximumLoginAttempts": 3,
  32. "RconPassword": "$$admin_passwd$$",
  33. "RconPort": $$admin_port$$,
  34. "ServerName": "$$name$$",
  35. "UseServerName": true,
  36. "MasterServer": "127.0.0.1",
  37. "StorageType": "sqlite",
  38. "MySqlHost": "localhost:3306",
  39. "MySqlDbName": "",
  40. "MySqlUsername": "",
  41. "MySqlPassword": "",
  42. "MediumcoreBanReason": "Death results in a ban",
  43. "MediumcoreKickReason": "Death results in a kick",
  44. "EnableDNSHostResolution": false,
  45. "EnableIPBans": true,
  46. "EnableUUIDBans": true,
  47. "EnableBanOnUsernames": false,
  48. "DefaultRegistrationGroupName": "default",
  49. "DefaultGuestGroupName": "guest",
  50. "DisableSpewLogs": true,
  51. "HashAlgorithm": "sha512",
  52. "BufferPackets": true,
  53. "ServerFullReason": "Server is full",
  54. "WhitelistKickReason": "You are not on the whitelist.",
  55. "ServerFullNoReservedReason": "Server is full. No reserved slots open.",
  56. "SaveWorldOnCrash": true,
  57. "EnableGeoIP": false,
  58. "EnableTokenEndpointAuthentication": false,
  59. "ServerNickname": "$$name$$",
  60. "RestApiEnabled": false,
  61. "RestApiPort": $$query_port$$,
  62. "DisableTombstones": true,
  63. "DisplayIPToAdmins": false,
  64. "EnableInsecureTileFixes": true,
  65. "KickProxyUsers": true,
  66. "DisableHardmode": false,
  67. "DisableDungeonGuardian": false,
  68. "ServerSideCharacter": false,
  69. "ServerSideCharacterSave": 5,
  70.  
  71.  
  72. "LogonDiscardThreshold": 250,
  73.  
  74. "DisableClownBombs": false,
  75. "DisableSnowBalls": false,
  76. "ChatFormat": "{1}{2}{3}: {4}",
  77. "ChatAboveHeadsFormat": "{2}",
  78. "ForceTime": "normal",
  79. "TileKillThreshold": 6000,
  80. "TilePlaceThreshold": 2000,
  81. "TileLiquidThreshold": 1500,
  82. "ProjectileThreshold": 5000,
  83. "ProjIgnoreShrapnel": true,
  84. "RequireLogin": false,
  85. "DisableInvisPvP": false,
  86. "MaxRangeForDisabled": 10,
  87. "ServerPassword": "$$game_passwd$$",
  88. "RegionProtectChests": false,
  89. "DisableLoginBeforeJoin": false,
  90. "DisableUUIDLogin": false,
  91. "KickEmptyUUID": false,
  92. "AllowRegisterAnyUsername": false,
  93. "AllowLoginAnyUsername": true,
  94. "MaxDamage": 17500,
  95. "MaxProjDamage": 17500,
  96. "IgnoreProjUpdate": false,
  97. "IgnoreProjKill": false,
  98. "IgnoreNoClip": true,
  99. "AllowIce": false,
  100. "AllowCorruptionCreep": true,
  101. "AllowHallowCreep": true,
  102. "StatueSpawn200": 3,
  103. "StatueSpawn600": 6,
  104. "StatueSpawnWorld": 10,
  105. "PreventBannedItemSpawn": false,
  106. "DisablePiggybanksOnSSC": true,
  107. "PreventDeadModification": true,
  108. "EnableChatAboveHeads": false,
  109. "ForceXmas": false,
  110. "AllowAllowedGroupsToSpawnBannedItems": false,
  111. "IgnoreChestStacksOnLoad": false,
  112. "LogPath": "tshock",
  113. "PreventInvalidPlaceStyle": true,
  114. "BroadcastRGB": [
  115. 127.0,
  116. 255.0,
  117. 212.0
  118. ],
  119. "RestUseNewPermissionModel": true,
  120. "ApplicationRestTokens": {},
  121.  
  122.  
  123. "ReservedSlots": 20,
  124. "LogRest": false,
  125. "RespawnSeconds": 3,
  126. "TilePaintThreshold": 15,
  127. "EnableMaxBytesInBuffer": false,
  128. "MaxBytesInBuffer": 5242880,
  129. "ForceHalloween": false
  130. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement