Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.89 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <map proto="1.4.0">
  3. <name>Midnight Picnic</name>
  4. <version>1.0.0</version>
  5. <objective>Be the first team to score 500 points, by hill control and kills</objective>
  6.  
  7. <!--Map authors and contriibutors-->
  8. <authors>
  9. <author uuid="b03360db-b8cd-49de-8ba1-b7920c2238a9" contribution="map builder and xml"/> <!-- Obelistics -->
  10. </authors>
  11. <contributors>
  12. <contributor uuid="a4266139-34f3-46c5-a730-f8828376a15a" contribution="feedback and XML Help"/> <!-- LArrowhead-->
  13. </contributors>
  14.  
  15. <!-- Broadcasts-->
  16. <broadcasts>
  17. <tip after="90s" count="oo">There is a Golden Apple Spawner at centre</tip>
  18. </broadcasts>
  19.  
  20. <!-- Teams -->
  21. <teams>
  22. <team id="red" color="dark red" max="12" max-overfill="18">Red Team</team>
  23. <team id="pink" color="light purple" max="12" max-overfill="18">Pink Team</team>
  24. <team id="blue" color="blue" max="12" max-overfill="18">Blue Team</team>
  25. <team id="yellow" color="gold" max="12" max-overfill="18">Yellow Team</team>
  26. </teams>
  27.  
  28. <!-- Kits -->
  29. <kits>
  30. <kit name="spawn">
  31. <item slot="0">stone sword</item>
  32. <item slot="1">bow</item>
  33. <item slot="2">golden apple</item>
  34. <item slot="8" amount="32">arrow</item>
  35. <potion duration="oo">night vision</potion>
  36. <potion duration="oo" amplifier="5">saturation</potion>
  37. </kit>
  38. <kit name="red" parent="spawn">
  39. <helmet color="993333" material="leather helmet"/>
  40. <chestplate color="993333" material="leather chestplate"/>
  41. <boots color="993333" material="leather boots"/>
  42. </kit>
  43. <kit name="pink" parent="spawn">
  44. <helmet color="F27FA5" material="leather helmet"/>
  45. <chestplate color="F27FA5" material="leather chestplate"/>
  46. <boots color="F27FA5" material="leather boots"/>
  47. </kit>
  48. <kit name="blue" parent="spawn">
  49. <helmet color="334CB2" material="leather helmet"/>
  50. <chestplate color="334CB2" material="leather chestplate"/>
  51. <boots color="334CB2" material="leather boots"/>
  52. </kit>
  53. <kit name="yellow" parent="spawn">
  54. <helmet color="E5E533" material="leather helmet"/>
  55. <chestplate color="E5E533" material="leather chestplate"/>
  56. <boots color="E5E533" material="leather boots"/>
  57. </kit>
  58. <kit name="observer">
  59. <potion duration="oo">night vision</potion>
  60. </kit>
  61. </kits>
  62.  
  63. <!-- Spawns -->
  64. <spawns>
  65. <default kit="observer">
  66. <regions yaw="0">
  67. <point>43.5,36,30.5</point>
  68. </regions>
  69. </default>
  70. <spawn team="red" kit="red">
  71. <regions yaw="45">
  72. <cuboid min="79.5,7,-66.5" max="83.5,7,-70.5"/>
  73. </regions>
  74. </spawn>
  75. <spawn team="pink" kit="pink">
  76. <regions yaw="-135">
  77. <cuboid min="7.5,7,5.5" max="3.5,7,9.5"/>
  78. </regions>
  79. </spawn>
  80. <spawn team="blue" kit="blue">
  81. <regions yaw="135">
  82. <cuboid min="79.5,7,5.5" max="83.5,7,9.5"/>
  83. </regions>
  84. </spawn>
  85. <spawn team="yellow" kit="yellow">
  86. <regions yaw="-45">
  87. <cuboid min="7.5,7,-66.5" max="3.5,7,-70.5"/>
  88. </regions>
  89. </spawn>
  90. </spawns>
  91.  
  92. <!-- Hills -->
  93. <king>
  94. <hills capture-rule="lead" neutral-state="true" visual-materials="hill-materials" required="false">
  95. <hill id="n_Hill" name="North Hill" capture-time="8s" points="1">
  96. <capture>
  97. <cuboid min="41,7,-65" max="46,6,-71"/>
  98. </capture>
  99. <progress>
  100. <cuboid min="41,5,-65" max="46,6,-71"/>
  101. </progress>
  102. <captured>
  103. <cuboid min="41,5,-65" max="46,6,-71"/>
  104. </captured>
  105. </hill>
  106. <hill id="s_Hill" name="South Hill" capture-time="8s" points="1">
  107. <capture>
  108. <cuboid min="46,7,4" max="41,6,10"/>
  109. </capture>
  110. <progress>
  111. <cuboid min="46,5,4" max="41,6,10"/>
  112. </progress>
  113. <captured>
  114. <cuboid min="46,5,4" max="41,6,10"/>
  115. </captured>
  116. </hill>
  117. <hill id="e_Hill" name="East Hill" capture-time="8s" points="1">
  118. <capture>
  119. <cuboid min="78,7,-33" max="84,6,-28"/>
  120. </capture>
  121. <progress>
  122. <cuboid min="78,5,-33" max="784,6,-28"/>
  123. </progress>
  124. <captured>
  125. <cuboid min="78,5,-33" max="84,6,-28"/>
  126. </captured>
  127. </hill>
  128. <hill id="w_Hill" name="West Hill" capture-time="8s" points="1">
  129. <capture>
  130. <cuboid min="9,7,-28" max="3,6,-33"/>
  131. </capture>
  132. <progress>
  133. <cuboid min="9,5,-28" max="3,6,-33"/>
  134. </progress>
  135. <captured>
  136. <cuboid min="9,5,-28" max="3,6,-33"/>
  137. </captured>
  138. </hill>
  139. </hills>
  140. </king>
  141.  
  142.  
  143. <!-- Score Limit & Kills -->
  144. <score>
  145. <kills>1</kills>
  146. <limit>500</limit>
  147. </score>
  148.  
  149. <!-- Tool repair and item remove -->
  150. <toolrepair>
  151. <tool>stone sword</tool>>
  152. <tool>bow</tool>
  153. </toolrepair>
  154. <itemremove>
  155. <item>arrow</item>
  156. <item>leather helmet</item>
  157. <item>leather chestplate</item>
  158. <item>leather boots</item>
  159. </itemremove>
  160.  
  161. <!-- No block break -->
  162. <regions>
  163. <apply block-break="never">
  164. <region><everywhere/></region>
  165. </apply>
  166. </regions>
  167.  
  168. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement