Advertisement
Guest User

Untitled

a guest
Mar 26th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <map>
  3. <name>Five Towers</name>
  4. <time>20m</time>
  5. <objective>Destroy the enemies wool</objective>
  6.  
  7. <play-region min="34,74,-97" max="-39,13,111"/>
  8.  
  9. <authors>
  10. <author contribution="map design">Ninjatrev</author>
  11. </authors>
  12.  
  13. <contributors>
  14. <contributor contribution="detailing">LOkryger</contributor>
  15. </contributors>
  16.  
  17. <teams>
  18. <team color="red" max="32">Red Team</team>
  19. <team color="blue" max="32">Blue Team</team>
  20. </teams>
  21.  
  22. <scoreboard type="monuments"/>
  23.  
  24. <spawns>
  25. <spawn team="red" location="-3,40,78" yaw="180"/>
  26. <spawn team="blue" location="-3,40,-70" yaw="0"/>
  27. <default location="-60,56,4" yaw="90"/>
  28. </spawns>
  29.  
  30. <destroyables>
  31.  
  32. <!-- Red Team -->
  33.  
  34. <destroyable team="red" name="Monument" material="wool" amount="5" destroy-near="no">
  35. <region min="24,42,47" max="20,36,43"/>
  36. </destroyable>
  37.  
  38. <!-- Purple Team -->
  39.  
  40. <destroyable team="blue" name="Monument" material="wool" amount="5" destroy-near="no">
  41. <region min="-30,42,-39" max="-26,36,-35"/>
  42. </destroyable>
  43.  
  44. </destroyables>
  45.  
  46. <zones>
  47. <!-- Red Base -->
  48. <zone type="deny-break" team="*all*" min="22,73,-49" max="-36,13,-49"/>
  49. <zone type="deny-enter" team="blue" min="22,73,-49" max="-36,13,-49"/>
  50.  
  51. <!-- Blue Base -->
  52. <zone type="deny-break" team="*all*" min="-30,74,57" max="28,13,105"/>
  53. <zone type="deny-enter" team="red" min="-30,74,57" max="28,13,105"/>
  54. </zones>
  55.  
  56. <settings>
  57. <include-mining-items/>
  58. </settings>
  59.  
  60. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement