Guest User

Untitled

a guest
Apr 21st, 2018
2,393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. {
  2. "Maps": [
  3. {
  4. "displayName": "Standoff",
  5. "mapName": "Bunkerworld"
  6. },
  7. {
  8. "displayName": "Sandtrap",
  9. "mapName": "Shrine"
  10. },
  11. {
  12. "displayName": "Icebox",
  13. "mapName": "s3d_turf"
  14. },
  15. {
  16. "displayName": "Reactor",
  17. "mapName": "s3d_reactor"
  18. },
  19. {
  20. "displayName": "Narrows",
  21. "mapName": "Chill"
  22. },
  23. {
  24. "displayName": "High Ground",
  25. "mapName": "Deadlock"
  26. },
  27. {
  28. "displayName": "Last Resort",
  29. "mapName": "Zanzibar"
  30. },
  31. {
  32. "displayName": "Valhalla",
  33. "mapName": "riverworld"
  34. },
  35. {
  36. "displayName": "The Pit",
  37. "mapName": "Cyberdyne"
  38. },
  39. {
  40. "displayName": "Guardian",
  41. "mapName": "guardian"
  42. },
  43. {
  44. "displayName": "Diamondback",
  45. "mapName": "s3d_avalanche"
  46. }
  47. ],
  48. "Types": [
  49. {
  50. "displayName": "Team Slayer",
  51. "typeName": "Team Slayer",
  52. "commands": [
  53. "Server.SprintEnabled 0",
  54. "Server.AssassinationEnabled 0",
  55. "Server.NumberOfTeams 2"
  56. ]
  57. },
  58. {
  59. "displayName": "Slayer",
  60. "typeName": "Slayer",
  61. "commands": [
  62. "Server.SprintEnabled 0",
  63. "Server.AssassinationEnabled 0",
  64. "Server.NumberOfTeams 2"
  65. ]
  66. }
  67. ]
  68. }
Advertisement
Add Comment
Please, Sign In to add comment