Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
2,094
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. {
  2. "playlist": [
  3. {
  4. "map": {
  5. "displayName": "Guardian",
  6. "mapName": "guardian"
  7. },
  8. "gametype": {
  9. "displayName": "Slayer",
  10. "typeName": "Slayer",
  11. "commands": ["Server.SprintEnabled 0", "Server.AssassinationEnabled 0", "Server.NumberOfTeams 2"]
  12. }
  13. },
  14. {
  15. "map": {
  16. "displayName": "Last Resort",
  17. "mapName": "zanzibar"
  18. },
  19. "gametype": {
  20. "displayName": "Juggernaut",
  21. "typeName": "Juggernaut",
  22. "commands": ["Server.SprintEnabled 0", "Server.AssassinationEnabled 0", "Server.NumberOfTeams 2"]
  23. }
  24. },
  25. {
  26. "map": {
  27. "displayName": "Narrows",
  28. "mapName": "chill"
  29. },
  30. "gametype": {
  31. "displayName": "Infection",
  32. "typeName": "Infection",
  33. "commands": ["Server.SprintEnabled 0", "Server.AssassinationEnabled 0", "Server.NumberOfTeams 2"]
  34. }
  35. }
  36. ]
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement