Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.59 KB | None | 0 0
  1. <map name="Floe" spec="1.0.0" version="1.1.0">
  2. <include src="defaults.xml"/>
  3. <gametype>dtm</gametype>
  4. <include src="Shared/tutorials/dtm.xml"/>
  5. <authors>
  6. <author uuid="63b88dff-c6b4-4e08-bd17-aae089b12e95"/>
  7. <!-- Rilo -->
  8. </authors>
  9. <tutorial>
  10. <step countdown="5s" freeze="false" location="20.5,93,-35.5" pitch="90" yaw="23">
  11. <chat>
  12. <line>^r • {tutorial.generic.team-spawns}</line>
  13. </chat>
  14. </step>
  15. <step countdown="4s" location="28.5,92,-72.5" pitch="24" yaw="-180">
  16. <chat>
  17. <line>^r • {tutorial.dtm.monument-area}</line>
  18. <line>^r • {tutorial.dtm.monument-objective}</line>
  19. </chat>
  20. </step>
  21. </tutorial>
  22. <teams>
  23. <team color="green" id="green" max="20" min="1">{colors.green}</team>
  24. <team color="red" id="red" max="20" min="1">{colors.red)</team>
  25. </teams>
  26. <spawns>
  27. <!-- Spectator Spawn -->
  28. <spawn>
  29. <regions>
  30. <point yaw="180">93.5,123,-34.5</point>
  31. </regions>
  32. </spawn>
  33. <!-- Green & Red Team Spawns -->
  34. <spawn loadout="green" team="green" yaw="-90">
  35. <regions>
  36. <point yaw="-90">10.5,93,-35.5</point>
  37. </regions>
  38. </spawn>
  39. <spawn loadout="red" team="red" yaw="90">
  40. <regions>
  41. <point yaw="90">176.5,93-35.5</point>
  42. </regions>
  43. </spawn>
  44. </spawns>
  45. <world>
  46. <gamerules>
  47. <doDaylightCycle>false</doDaylightCycle>
  48. </gamerules>
  49. </world>
  50. <regions>
  51. <subtract id="void-outer">
  52. <!-- Parts where people can build -->
  53. <void/>
  54. <join>
  55. <cuboid max="-12,78,-52" min="-4,110,-20"/>
  56. <cuboid max="5,78,-32" min="-3,110,-40"/>
  57. <cuboid max="23,78,-32" min="15,110,-40"/>
  58. <cuboid max="32,81,23" min="24,110,-95"/>
  59. <cuboid max="41,81,23" min="59,110,15"/>
  60. <cuboid max="59,80,10" min="50,110,14"/>
  61. <cuboid max="51,79,9" min="59,110,4"/>
  62. <cuboid max="33,78,-4" min="50,110,-12"/>
  63. <cuboid max="51,79,-4" min="59,110,-31"/>
  64. <cuboid max="50,78,-31" min="33,110,-23"/>
  65. <cuboid max="33,78,-41" min="50,110,-49"/>
  66. <cuboid max="59,79,-41" min="51,110,-68"/>
  67. <cuboid max="50,78,-68" min="33,110,-60"/>
  68. <cuboid max="41,81,-87" min="59,110,-95"/>
  69. <cuboid max="59,80,-86" min="51,110,-82"/>
  70. <cuboid max="51,79,-81" min="59,110,-76"/>
  71. <cuboid max="60,80,-22" min="87,110,-12"/>
  72. <cuboid max="60,80,-59" min="87,110,-50"/>
  73. <cuboid max="88,80,-68" min="98,110,-4"/>
  74. <cuboid max="99,80,-60" min="126,110,-50"/>
  75. <cuboid max="99,80,-22" min="126,110,-12"/>
  76. <cuboid max="127,79,-4" min="135,110,-68"/>
  77. <cuboid max="136,78,-4" min="153,110,-12"/>
  78. <cuboid max="136,78,-23" min="153,110,-31"/>
  79. <cuboid max="136,78,-41" min="153,110,-49"/>
  80. <cuboid max="136,78,-60" min="153,110,-68"/>
  81. <cuboid max="154,110,-95" min="162,80,23"/>
  82. <cuboid max="163,78,-32" min="171,110,-40"/>
  83. <cuboid max="181,78,-40" min="189,110,-32"/>
  84. <cuboid max="198,78,-20" min="190,110,-52"/>
  85. <cuboid max="127,79,-76" min="135,110,-81"/>
  86. <cuboid max="135,80,-86" min="127,110,-82"/>
  87. <cuboid max="127,81,-87" min="145,110,-95"/>
  88. <cuboid max="146,81,-95" min="154,110,-87"/>
  89. <cuboid max="127,79,4" min="135,110,9"/>
  90. <cuboid max="135,80,10" min="127,110,14"/>
  91. <cuboid max="127,81,23" min="153,110,15"/>
  92. <cuboid max="59,79,-40" min="51,110,-32"/>
  93. <cuboid max="40,81,23" min="33,110,15"/>
  94. <cuboid max="40,81,-87" min="33,110,-95"/>
  95. </join>
  96. </subtract>
  97. <above id="height-limit" y="110"/>
  98. </regions>
  99. <objectives>
  100. <monuments materials="obsidian">
  101. <monuments owner="green">
  102. <monument name="{directions.left}">
  103. <region>
  104. <join>
  105. <block>28,91,16</block>
  106. <block>28,92,16</block>
  107. </join>
  108. </region>
  109. </monument>
  110. <monument name="{directions.right}">
  111. <region>
  112. <join>
  113. <block>28,91,-88</block>
  114. <block>28,92,-88</block>
  115. </join>
  116. </region>
  117. </monument>
  118. </monuments>
  119. <monuments owner="red">
  120. <monument name="{directions.left}">
  121. <region>
  122. <join>
  123. <block>158,92,-88</block>
  124. <block>158,91,-88</block>
  125. </join>
  126. </region>
  127. </monument>
  128. <monument name="{directions.right}">
  129. <region>
  130. <join>
  131. <block>158,92,16</block>
  132. <block>158,91,16</block>
  133. </join>
  134. </region>
  135. </monument>
  136. </monuments>
  137. </monuments>
  138. </objectives>
  139. <loadouts>
  140. <loadout id="green">
  141. <helmet material="leather helmet" team-color="true"/>
  142. <chestplate material="leather chestplate" team-color="true"/>
  143. <leggings material="chainmail leggings" team-color="true"/>
  144. <boots material="leather boots" team-color="true"/>
  145. <item material="iron sword" slot="0"/>
  146. <item material="bow" slot="1">
  147. <enchantments>
  148. <enchantment level="1">arrow infinite</enchantment>
  149. </enchantments>
  150. </item>
  151. <item material="diamond pickaxe" slot="2">
  152. <enchantments>
  153. <enchantment level="1">dig speed</enchantment>
  154. </enchantments>
  155. </item>
  156. <item material="wooden shovel" slot="3">
  157. <enchantments>
  158. <enchantment level="1">dig speed</enchantment>
  159. </enchantments>
  160. </item>
  161. <item amount="3" material="golden apple" slot="4"/>
  162. <item amount="48" material="log" slot="5"/>
  163. <item amount="64" material="glass" slot="16"/>
  164. <item amount="32" material="cooked beef" slot="8"/>
  165. <item amount="1" material="arrow" slot="9"/>
  166. </loadout>
  167. <loadout id="red">
  168. <helmet material="leather helmet" team-color="true"/>
  169. <chestplate material="leather chestplate" team-color="true"/>
  170. <leggings material="chainmail leggings" team-color="true"/>
  171. <boots material="leather boots" team-color="true"/>
  172. <item material="iron sword" slot="0"/>
  173. <item material="bow" slot="1">
  174. <enchantments>
  175. <enchantment level="1">arrow infinite</enchantment>
  176. </enchantments>
  177. </item>
  178. <item material="diamond pickaxe" slot="2">
  179. <enchantments>
  180. <enchantment level="1">dig speed</enchantment>
  181. </enchantments>
  182. </item>
  183. <item material="wooden shovel" slot="3">
  184. <enchantments>
  185. <enchantment level="1">dig speed</enchantment>
  186. </enchantments>
  187. </item>
  188. <item amount="3" material="golden apple" slot="4"/>
  189. <item amount="48" material="log" slot="5"/>
  190. <item amount="64" material="glass" slot="16"/>
  191. <item amount="32" material="cooked beef" slot="8"/>
  192. <item amount="1" material="arrow" slot="9"/>
  193. </loadout>
  194. <loadout id="kill-reward">
  195. <item material="golden apple"/>
  196. </loadout>
  197. </loadouts>
  198. <kills>
  199. <rewards>
  200. <reward loadout="kill-reward"/>
  201. </rewards>
  202. </kills>
  203. <zones>
  204. <zone modify="never">
  205. <region>
  206. <cuboid max="180,79,-32" min="172,110,-40"/>
  207. </region>
  208. <message>{errors.spawn-restricted}</message>
  209. </zone>
  210. <zone modify="never">
  211. <region>
  212. <cuboid max="6,79,-40" min="14,110,-32"/>
  213. </region>
  214. <message>{errors.spawn-restricted}</message>
  215. </zone>
  216. <zone modify="never">
  217. <region>
  218. <cuboid max="-23,110,-106" min="209,147,-33"/>
  219. </region>
  220. <message>{errors.outside-map}</message>
  221. </zone>
  222. </zones>
  223. <items>
  224. <remove-drops>
  225. <any>
  226. <material>leather helmet</material>
  227. <material>leather chestplate</material>
  228. <material>chainmail leggings</material>
  229. <material>leather boots</material>
  230. <material>log</material>
  231. <material>glass</material>
  232. <material>arrow</material>
  233. <material>cooked beef</material>
  234. <material>golden apple</material>
  235. </any>
  236. </remove-drops>
  237. <repair-tools>
  238. <any>
  239. <material>iron sword</material>
  240. <material>bow</material>
  241. <material>diamond pickaxe</material>
  242. </any>
  243. </repair-tools>
  244. </items>
  245. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement