Advertisement
Guest User

Suburban Town

a guest
Apr 23rd, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <map type="DTM">
  3. <name>Surburban Town</name>
  4. <version>1.0.0</version>
  5. <objective>Destroy the other team's monuments.</objective>
  6. <authors>
  7. <author>Vertoner</author>
  8. </authors>
  9. <settings>
  10. <locktime>true</locktime>
  11. <lockweather>true</lockweather>
  12. <spawnmobs>false</spawnmobs>
  13. <spawnanimals>false</spawnanimals>
  14. <worldtime>0</worldtime>
  15. <storming>false</storming>
  16. </settings>
  17. <score>
  18. <time>1800</time>
  19. </score>
  20. <teams>
  21. <team color="blue" max="50">Blue Team</team>
  22. <team color="red" max="50">Red Team</team>
  23. </teams>
  24. <regions>
  25. <region name="spectator-spawn">
  26. <area>
  27. <cuboid min="197,123,143" max="171,132,163" />
  28. </area>
  29. <rules>
  30. <rule action="enter" team="any" access="deny">You cannot enter the spectator spawn.</rule>
  31. <rule action="build" team= "any" access="deny">You cannot build in the spectator spawn.</rule>
  32. <rule action="destroy" team= "any" access="deny">You cannot destroy the spectator spawn.</rule>
  33. </rules>
  34. <noexplosion/>
  35. </region>
  36. <region name="Blue-spawn">
  37. <area>
  38. <cuboid min="127,69,238" max="119,74,242"/>
  39. </area>
  40. <rules>
  41. <rule action="enter" team="red" access="deny">You may not enter Blue team's spawn</rule>
  42. <rule action="build" team="any" access="deny">You may not modify the spawn rooms!</rule>
  43. <rule action="destroy" team="any" access="deny">You may not modify the spawn rooms!</rule>
  44. </rules>
  45. </region>
  46. <region name="Red-spawn">
  47. <area>
  48. <cuboid min="119,69,69" max="127,74,65"/>
  49. </area>
  50. <rules>
  51. <rule action="enter" team="blue" access="deny">You may not enter Red team's spawn</rule>
  52. <rule action="build" team="any" access="deny">You may not modify the spawn rooms!</rule>
  53. <rule action="destroy" team="any" access="deny">You may not modify the spawn rooms!</rule>
  54. </rules>
  55. </region>
  56. <region name="grief-protection">
  57. <area>
  58. <cuboid min="100,70,65" max="14,74,60"/>
  59. <cuboid min="146,70,242" max="102,74,247"/>
  60. </area>
  61. <rules>
  62. <rule action="destroy" team="any" block="chest" access="deny">You can't break team supply chests!</rule>
  63. </rules>
  64. </region>
  65. <region name="playable">
  66. <area>
  67. <rectangle min="169,291" max="78,17"/>
  68. </area>
  69. </region>
  70. </regions>
  71.  
  72. <spawns>
  73. <spawn team="blue" kit="spawn" yaw="0"><cuboid min="127,69,238" max="119,74,242"/></spawn>
  74. <spawn team="red" kit="spawn" yaw="180"><cuboid min="119,69,69" max="127,74,65"/></spawn>
  75. <default yaw="90"><cuboid min="197,123,143" max="171,132,163" /></default>
  76. </spawns>
  77. <destroyables>
  78. <destroyable name="Monument A" owner="red" material="obsidian">
  79. <cuboid min="142,74,28" max="143,76,29"/>
  80. </destroyable>
  81. <destroyable name="Monument B" owner="red" material="obsidian">
  82. <cuboid min="104,74,28" max="105,76,29"/>
  83. </destroyable>
  84. <destroyable name="Monument A" owner="blue" material="obsidian">
  85. <cuboid min="142,74,279" max="143,76,280"/>
  86. </destroyable>
  87. <destroyable name="Monument B" owner="blue" material="obsidian">
  88. <cuboid min="104,74,279" max="105,76,280"/>
  89. </destroyable>
  90. </destroyables>
  91. <kits>
  92. <kit name="spawn">
  93. <item slot="0">iron sword</item>
  94. <item slot="1" enchantment="durability:2;arrow infinite:1">bow</item>
  95. <item slot="2" enchantment="durability:3;dig speed:1">iron pickaxe</item>
  96. <item slot="3" amount="64">log</item>
  97. <item slot="4" amount="64">glass</item>
  98. <item slot="7" amount="2">gold apple</item>
  99. <item slot="8" amount="64">gold carrot</item>
  100. <item slot="27">arrow</item>
  101. </kit>
  102. </kits>
  103. <toolrepair>
  104. <tool>iron sword</tool>
  105. <tool>iron pickaxe</tool>
  106. <tool>diamond pickaxe</tool>
  107. <tool>bow</tool>
  108. </toolrepair>
  109. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement