Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.06 KB | None | 0 0
  1. {
  2. "InvasionMultiplier": 1,
  3. "DefaultMaximumSpawns": 5,
  4. "DefaultSpawnRate": 600,
  5. "ServerPort": 7777,
  6. "EnableWhitelist": false,
  7. "InfiniteInvasion": false,
  8. "PvPMode": "normal",
  9. "SpawnProtection": true,
  10. "SpawnProtectionRadius": 10,
  11. "MaxSlots": 8,
  12. "RangeChecks": true,
  13. "DisableBuild": false,
  14. "SuperAdminChatRGB": [
  15. 255,
  16. 0,
  17. 0
  18. ],
  19. "SuperAdminChatPrefix": "(Supleme) ",
  20. "SuperAdminChatSuffix": "",
  21. "BackupInterval": 0,
  22. "BackupKeepFor": 60,
  23. "RememberLeavePos": false,
  24. "HardcoreOnly": false,
  25. "MediumcoreOnly": false,
  26. "KickOnMediumcoreDeath": false,
  27. "BanOnMediumcoreDeath": false,
  28. "AutoSave": true,
  29. "AnnounceSave": true,
  30. "MaximumLoginAttempts": 3,
  31. "ServerName": "",
  32. "UseServerName": false,
  33. "MasterServer": "127.0.0.1",
  34. "StorageType": "sqlite",
  35. "MySqlHost": "localhost:3306",
  36. "MySqlDbName": "",
  37. "MySqlUsername": "",
  38. "MySqlPassword": "",
  39. "MediumcoreBanReason": "Death results in a ban",
  40. "MediumcoreKickReason": "Death results in a kick",
  41. "EnableDNSHostResolution": false,
  42. "EnableIPBans": true,
  43. "EnableUUIDBans": true,
  44. "EnableBanOnUsernames": false,
  45. "DefaultRegistrationGroupName": "default",
  46. "DefaultGuestGroupName": "guest",
  47. "DisableSpewLogs": true,
  48. "DisableSecondUpdateLogs": false,
  49. "HashAlgorithm": "sha512",
  50. "BufferPackets": true,
  51. "ServerFullReason": "Server is full",
  52. "WhitelistKickReason": "You are not on the whitelist.",
  53. "ServerFullNoReservedReason": "Server is full. No reserved slots open.",
  54. "SaveWorldOnCrash": true,
  55. "EnableGeoIP": false,
  56. "EnableTokenEndpointAuthentication": false,
  57. "RestApiEnabled": false,
  58. "RestApiPort": 7878,
  59. "DisableTombstones": true,
  60. "DisplayIPToAdmins": false,
  61. "KickProxyUsers": true,
  62. "DisableHardmode": false,
  63. "DisableDungeonGuardian": false,
  64. "DisableClownBombs": false,
  65. "DisableSnowBalls": false,
  66. "ChatFormat": "{1}{2}{3}: {4}",
  67. "ChatAboveHeadsFormat": "{2}",
  68. "ForceTime": "normal",
  69. "TileKillThreshold": 60,
  70. "TilePlaceThreshold": 20,
  71. "TileLiquidThreshold": 15,
  72. "ProjectileThreshold": 50,
  73. "ProjIgnoreShrapnel": true,
  74. "RequireLogin": false,
  75. "DisableInvisPvP": false,
  76. "MaxRangeForDisabled": 10,
  77. "ServerPassword": "",
  78. "RegionProtectChests": false,
  79. "RegionProtectGemLocks": true,
  80. "DisableLoginBeforeJoin": false,
  81. "DisableUUIDLogin": false,
  82. "KickEmptyUUID": false,
  83. "AllowRegisterAnyUsername": false,
  84. "AllowLoginAnyUsername": true,
  85. "MaxDamage": 1175,
  86. "MaxProjDamage": 1175,
  87. "KickOnDamageThresholdBroken": false,
  88. "IgnoreProjUpdate": false,
  89. "IgnoreProjKill": false,
  90. "IgnoreNoClip": false,
  91. "AllowIce": false,
  92. "AllowCrimsonCreep": true,
  93. "AllowCorruptionCreep": true,
  94. "AllowHallowCreep": true,
  95. "StatueSpawn200": 3,
  96. "StatueSpawn600": 6,
  97. "StatueSpawnWorld": 10,
  98. "PreventBannedItemSpawn": false,
  99. "PreventDeadModification": true,
  100. "EnableChatAboveHeads": false,
  101. "ForceXmas": false,
  102. "AllowAllowedGroupsToSpawnBannedItems": false,
  103. "IgnoreChestStacksOnLoad": false,
  104. "LogPath": "tshock",
  105. "UseSqlLogs": false,
  106. "RevertToTextLogsOnSqlFailures": 10,
  107. "PreventInvalidPlaceStyle": true,
  108. "BroadcastRGB": [
  109. 127,
  110. 255,
  111. 212
  112. ],
  113. "RestUseNewPermissionModel": true,
  114. "ApplicationRestTokens": {},
  115. "ReservedSlots": 20,
  116. "LogRest": false,
  117. "RespawnSeconds": 5,
  118. "RespawnBossSeconds": 5,
  119. "TilePaintThreshold": 15,
  120. "EnableMaxBytesInBuffer": false,
  121. "MaxBytesInBuffer": 5242880,
  122. "ForceHalloween": false,
  123. "AllowCutTilesAndBreakables": false,
  124. "CommandSpecifier": "/",
  125. "CommandSilentSpecifier": ".",
  126. "KickOnHardcoreDeath": false,
  127. "BanOnHardcoreDeath": false,
  128. "HardcoreBanReason": "Death results in a ban",
  129. "HardcoreKickReason": "Death results in a kick",
  130. "AnonymousBossInvasions": true,
  131. "MaxHP": 500,
  132. "MaxMP": 500,
  133. "SaveWorldOnLastPlayerExit": true,
  134. "BCryptWorkFactor": 7,
  135. "MinimumPasswordLength": 4,
  136. "RESTMaximumRequestsPerInterval": 5,
  137. "RESTRequestBucketDecreaseIntervalMinutes": 1,
  138. "RESTLimitOnlyFailedLoginRequests": true,
  139. "ShowBackupAutosaveMessages": true
  140. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement