Advertisement
Guest User

Untitled

a guest
Jan 25th, 2015
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <map proto="1.3.6">
  3. <name>Forest Isles</name>
  4. <objective>Capture the wool while you control the hill</objective>
  5. <authors>
  6. <author>rockymine</author>
  7. </authors>
  8. <version>1.0.0</version>
  9. <contributors>
  10. <contributor contribution="XML">yoyo_power</contributor>
  11. </contributors>
  12. <wools>
  13. <wool team="blue" color="orange" location="479.5,29,371.5">
  14. <monument><block>474.5,19,563.5</block></monument>
  15. </wool>
  16. <wool team="blue" color="yellow" location="500.5,20,417.5">
  17. <monument><block>472.5,19,563.5</block></monument>
  18. </wool>
  19. <wool team="red" color="pink" location="490.5,12,529.5">
  20. <monument><block>516.5,19,383.5</block></monument>
  21. </wool>
  22. <wool team="red" color="purple" location="511.5,29,575.5">
  23. <monument><block>518.5,19,383.5</block></monument>
  24. </wool>
  25. </wools>
  26. <regions>
  27. <union name="reds-wools">
  28. <rectangle name="orange-wool-room" min="503,420" max="497,414"/>
  29. <rectangle name="yellow-wool-room" min="482,374" max="476,368"/>
  30. </union>
  31. <union name="blues-wools">
  32. <rectangle name="pink-wool-room" min="493,526" max="487,532"/>
  33. <rectangle name="purple-wool-room" min="508,572" max="514,578"/>
  34. </union>
  35. <apply enter="enter-reds-wools">
  36. <region name="reds-wools"/>
  37. </apply>
  38. <apply enter="enter-blues-wools">
  39. <region name="blues-wools"/>
  40. </apply>
  41. <union name="string-islands">
  42. <rectangle name="string-1" min="468,471" max="473,476"/>
  43. <rectangle name="string-2" min="518,475" max="522,471"/>
  44. </union>
  45. <apply enter="enter-strings-red">
  46. <region name="string-islands"/>
  47. </apply>
  48. <apply enter="enter-strings-blue">
  49. <region name="string-islands"/>
  50. </apply>
  51. <cylinder name="hill-capture" base="495.5,9,473.5" radius="5" height="1"/>
  52. <cylinder name="hill-display" base="495.5,8,473.5" radius="5" height="1"/>
  53. <rectangle name="main-area" min="469,570" max="522,376"/>
  54. <apply block="only-void" message="You may only modify the void area, within the maps boundaries">
  55. <region name="main-area"/>
  56. </apply>
  57. <apply block="deny-all" message="You may not modify blocks here">
  58. <rectangle min="oo,oo" max="-oo,-oo"/>
  59. </apply>
  60. </regions>
  61. <filters>
  62. <filter name="enter-reds-wools">
  63. <team>blue</team>
  64. </filter>
  65. <filter name="enter-blues-wools">
  66. <team>red</team>
  67. </filter>
  68. <filter name="enter-strings-red">
  69. <all>
  70. <team>red</team>
  71. <objective>hill</objective>
  72. </all>
  73. </filter>
  74. <filter name="enter-strings-blue">
  75. <all>
  76. <team>blue</team>
  77. <objective>hill</objective>
  78. </all>
  79. </filter>
  80. <filter name="only-void">
  81. <void/>
  82. </filter>
  83. </filters>
  84. <king>
  85. <hills>
  86. <hill name="Centre Hill" id="hill" capture-rule="majority" progress="hill-display">
  87. <capture><region name="hill-capture"/></capture>
  88. </hill>
  89. </hills>
  90. </king>
  91. <teams>
  92. <team id="red" color="dark red" max="10">Red Team</team>
  93. <team id="blue" color="blue" max="10">Blue Team</team>
  94. </teams>
  95. <spawns>
  96. <spawn team="red" kit="red">
  97. <regions yaw="0">
  98. <point>518.5,19,378.5</point>
  99. </regions>
  100. </spawn>
  101. <spawn team="blue" kit="blue">
  102. <regions yaw="180">
  103. <point>472.5,19,568.5</point>
  104. </regions>
  105. </spawn>
  106. <default>
  107. <regions yaw="0">
  108. <point>495.5,29,473.5</point>
  109. </regions>
  110. </default>
  111. </spawns>
  112. <kits>
  113. <kit name="spawn">
  114. <item slot="2">stone axe</item>
  115. <item slot="3" amount="16">wood</item>
  116. <item slot="1">bow</item>
  117. <item slot="8" amount="8">arrow</item>
  118. <item slot="0" enchantment="damage all:1" damage="-3000">wood sword</item>
  119. </kit>
  120. <kit name="red" parents="spawn">
  121. <helmet color="cd0000">leather helmet</helmet>
  122. <boots color="cd0000">leather boots</boots>
  123. </kit>
  124. <kit name="blue" parents="spawn">
  125. <helmet color="0066cc">leather helmet</helmet>
  126. <boots color="0066cc">leather boots</boots>
  127. </kit>
  128. </kits>
  129. <killreward>
  130. <item amount="4">wood</item>
  131. <item amount="4">arrow</item>
  132. </killreward>
  133. <maxbuildheight>13</maxbuildheight>
  134. <timelock>on</timelock>
  135. <hunger>
  136. <depletion>off</depletion>
  137. </hunger>
  138. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement