Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. {
  2. "Maps": [
  3. {
  4. "displayName": "Fat Arena",
  5. "mapName": "Fat Arena"
  6. },
  7. {
  8. "displayName": "Duck Hunt V2",
  9. "mapName": "Duck Hunt V2"
  10. }
  11. ],
  12. "Types": [
  13. {
  14. "displayName": "Garbage Man",
  15. "typeName": "Garbage Man",
  16. "commands": [
  17. "Server.SprintEnabled 0",
  18. "Server.AssassinationEnabled 0",
  19. "Server.NumberOfTeams 2"
  20. ],
  21. "SpecificMaps": [
  22. {
  23. "displayName": "Trash Compactor",
  24. "mapName": "Trash Compactor"
  25. }
  26. ]
  27. },
  28. {
  29. "displayName": "Titan Game",
  30. "typeName": "Titan Game",
  31. "commands": [
  32. "Server.SprintEnabled 0",
  33. "Server.AssassinationEnabled 0",
  34. "Server.NumberOfTeams 2"
  35. ],
  36. "SpecificMaps": [
  37. {
  38. "displayName": "Titan Guardian",
  39. "mapName": "Titan Guardian"
  40. }
  41. ]
  42. },
  43. {
  44. "displayName": "Run EM Down",
  45. "typeName": "Run EM Down",
  46. "commands": [
  47. "Server.SprintEnabled 0",
  48. "Server.AssassinationEnabled 0",
  49. "Server.NumberOfTeams 2"
  50. ],
  51. "SpecificMaps": [
  52. {
  53. "displayName": "Speed",
  54. "mapName": "Speed"
  55. }
  56. ]
  57. },
  58. {
  59. "displayName": "Skycastle V6.2",
  60. "typeName": "Skycastle V6.2",
  61. "commands": [
  62. "Server.SprintEnabled 0",
  63. "Server.AssassinationEnabled 0",
  64. "Server.NumberOfTeams 2"
  65. ],
  66. "SpecificMaps": [
  67. {
  68. "displayName": "Skycastle V6.2",
  69. "mapName": "Skycastle V6.2"
  70. }
  71. ]
  72. },
  73. {
  74. "displayName": "Smear The Queer",
  75. "typeName": "Smear The Queer",
  76. "commands": [
  77. "Server.SprintEnabled 0",
  78. "Server.AssassinationEnabled 0",
  79. "Server.NumberOfTeams 2"
  80. ],
  81. "SpecificMaps": [
  82. {
  83. "displayName": "Sak's Queerena",
  84. "mapName": "Sak's Queerena"
  85. }
  86. ]
  87. },
  88. {
  89. "displayName": "Jenga Tower V2",
  90. "typeName": "Jenga Tower V2",
  91. "commands": [
  92. "Server.SprintEnabled 0",
  93. "Server.AssassinationEnabled 0",
  94. "Server.NumberOfTeams 2"
  95. ],
  96. "SpecificMaps": [
  97. {
  98. "displayName": "Jenga V2",
  99. "mapName": "Jenga V2"
  100. }
  101. ]
  102. },
  103. {
  104. "displayName": "FAT KID",
  105. "typeName": "FAT KID",
  106. "commands": [
  107. "Server.SprintEnabled 0",
  108. "Server.AssassinationEnabled 0",
  109. "Server.NumberOfTeams 2"
  110. ],
  111. "SpecificMaps": [
  112. {
  113. "displayName": "Fat Arena",
  114. "mapName": "Fat Arena"
  115. }
  116. ]
  117. },
  118. {
  119. "displayName": "Duck Hunt V2",
  120. "typeName": "Duck Hunt V2",
  121. "commands": [
  122. "Server.SprintEnabled 0",
  123. "Server.AssassinationEnabled 0",
  124. "Server.NumberOfTeams 2"
  125. ],
  126. "SpecificMaps": [
  127. {
  128. "displayName": "Duck Hunt V2",
  129. "mapName": "Duck Hunt V2"
  130. }
  131. ]
  132. }
  133. ]
  134. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement