Advertisement
Guest User

Untitled

a guest
Sep 24th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. red:
  2. spawn: "world;x;y;z;yaw;pitch;"
  3.  
  4. portal: "world;x;y;z"
  5.  
  6. green:
  7. spawn: "gameWorld;x;y;z;yaw;pitch;"
  8.  
  9. portal: "world;x;y;z"
  10.  
  11. blue:
  12. spawn: "world;x;y;z;yaw;pitch;"
  13.  
  14. portal: "world;x;y;z"
  15.  
  16. yellow:
  17. spawn: "world;x;y;z;yaw;pitch;"
  18.  
  19. portal: "world;x;y;z"
  20.  
  21. spectator:
  22. spawn: "world;x;y;z;yaw;pitch;"
  23.  
  24.  
  25. map:
  26. mapName: "TestingMap"
  27. gameWorldName: "world"
  28. waitingWorld: "world;x;y;z;yaw;pitch"
  29. entityRadius: 8
  30.  
  31. heightLimit:
  32. maxLimit: X
  33. minLimit: X
  34.  
  35. players:
  36. min: 8
  37. max: 16
  38.  
  39. game:
  40. countdown: 90
  41. forceStart: 15
  42. gameMode: "hps"
  43. maxPoints: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement