Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. {
  2. "Locale": "en",
  3. "PMFormatFrom": "(From {0}): {1}",
  4. "PMFormatTo": "(To {0}): {1}",
  5. "UnfreezeOnDeath": true,
  6. "UnfreezeOnQuit": true,
  7. "EnableTextCommands": true,
  8. "EnableDeathMessages": true,
  9. "EnableJoinLeaveMessage": true,
  10. "ShowPermissionOnErrorMessage": true,
  11. "EnablePollRunningMessage": true,
  12. "PollRunningMessageCooldown": 20,
  13. "ServerFrameRate": -1,
  14. "ItemSpawnLimit": 10,
  15. "AntiSpam": {
  16. "Enabled": true,
  17. "Interval": 3
  18. },
  19. "Updater": {
  20. "CheckUpdates": true,
  21. "DownloadLatest": true,
  22. "AlertOnJoin": true
  23. },
  24. "HomeCommand": {
  25. "Cooldown": 30,
  26. "Delay": 5,
  27. "CancelTeleportWhenMove": true
  28. },
  29. "WarpCommand": {
  30. "Cooldown": 5,
  31. "CancelTeleportWhenMove": false,
  32. "PerWarpPermission": true
  33. },
  34. "VehicleFeatures": {
  35. "RefuelPercentage": 20,
  36. "RepairPercentage": 70
  37. },
  38. "WebKits": {
  39. "Url": "",
  40. "Enabled": false
  41. },
  42. "WebConfig": {
  43. "Url": "",
  44. "Enabled": false
  45. },
  46. "Kit": {
  47. "ShowCost": true,
  48. "ShowCostIfZero": false,
  49. "CostFormat": "{0}({1}{2})",
  50. "GlobalCooldown": 0,
  51. "ResetGlobalCooldownWhenDie": false
  52. },
  53. "Tpa": {
  54. "ExpireDelay": 10,
  55. "TeleportDelay": 5
  56. },
  57. "Economy": {
  58. "UseXp": false,
  59. "XpCurrency": "Xp",
  60. "UconomyCurrency": "$"
  61. },
  62. "AutoAnnouncer": {
  63. "MessageInterval": 30,
  64. "RandomMessages": false,
  65. "Enabled": false,
  66. "Messages": [
  67. "<red>Automatic message 1",
  68. "<green>Automatic message 2",
  69. "<blue>Automatic message 3",
  70. "<yellow>Automatic message 4",
  71. "<purple>Automatic message 5"
  72. ]
  73. },
  74. "AutoCommands": {
  75. "Commands": [
  76. {
  77. "RunOnce": false,
  78. "Timer": 120,
  79. "Commands": [
  80. "say \"Be sure to drink your Ovaltine!\" 0 255 255",
  81. "item * glue"
  82. ]
  83. },
  84. {
  85. "RunOnce": false,
  86. "Timer": 900,
  87. "Commands": [
  88. "clear v",
  89. "respawnvehicles"
  90. ]
  91. }
  92. ],
  93. "Enabled": false
  94. },
  95. "GiveItemBlacklist": [],
  96. "VehicleBlacklist": [],
  97. "EnabledSystems": [
  98. "kits",
  99. "warps"
  100. ],
  101. "DisabledCommands": []
  102. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement