Advertisement
Guest User

Untitled

a guest
Jul 24th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.31 KB | None | 0 0
  1. <map proto="1.4.1">
  2. <name>Library DTE</name>
  3. <version>1.0.0</version>
  4. <objective>Destroy 70% of the enemies side!</objective>
  5. <gamemode>dtm</gamemode>
  6. <authors>
  7. <author uuid="38ab65dd-95f9-406f-917c-6accc995421f"/>
  8. <!-- GoldenOre -->
  9. </authors>
  10. <rules>
  11. <rule>Fall damage is disabled.</rule>
  12. </rules>
  13. <teams>
  14. <team id="blue" color="blue" max="22" max-overfill="26">Blue</team>
  15. <team id="red" color="red" max="22" max-overfill="26">Red</team>
  16. </teams>
  17. <kits>
  18. <kit id="default">
  19. <effect duration="oo" amplifier="1">night vision</effect>
  20. </kit>
  21. <kit id="spawn" parents="default">
  22. <item slot="0">diamond pickaxe</item>
  23. <item slot="1" enchantment="arrow damage:1">bow</item>
  24. <item slot="5" amount="16">stone button</item>
  25. <item slot="3" amount="64">redstone</item>
  26. <item slot="21" amount="32">trap door</item>
  27. <item slot="8" amount="64">tnt</item>
  28. <item slot="7" amount="64">tnt</item>
  29. <item slot="34" amount="64">tnt</item>
  30. <item slot="35" amount="64">tnt</item>
  31. <item slot="25" amount="64">tnt</item>
  32. <item slot="26" amount="64">tnt</item>
  33. <item slot="16" amount="64">tnt</item>
  34. <item slot="17" amount="64">tnt</item>
  35. <item slot="31" amount="32">step</item>
  36. <item slot="30" amount="16">diode</item>
  37. <item slot="4" amount="32">nether fence</item>
  38. <item slot="32" amount="16">lever</item>
  39. <item slot="23" amount="16">redstone torch on</item>
  40. <item slot="28" amount="48">arrow</item>
  41. <item slot="2">water bucket</item>
  42. <item slot="29">water bucket</item>
  43. <item slot="20">water bucket</item>
  44. <item slot="14" amount="16">ladder</item>
  45. <item slot="13" amount="16">redstone block</item>
  46. <item slot="22" amount="16">stone plate</item>
  47. </kit>
  48. <kit id="blue-kit" parents="spawn">
  49. <item slot="6" amount="64" damage="11">stained clay</item>
  50. <item slot="33" amount="64" damage="11">stained clay</item>
  51. <item slot="24" amount="64" damage="11">stained clay</item>
  52. <item slot="15" amount="64" damage="11">stained clay</item>
  53. <helmet color="0066cc" material="leather helmet"/>
  54. <chestplate color="0066cc" material="leather chestplate"/>
  55. <leggings color="0066cc" material="leather leggings"/>
  56. <boots color="0066cc" material="leather boots"/>
  57. </kit>
  58. <kit id="red-kit" parents="spawn">
  59. <item slot="6" amount="64" damage="14">stained clay</item>
  60. <item slot="33" amount="64" damage="14">stained clay</item>
  61. <item slot="24" amount="64" damage="14">stained clay</item>
  62. <item slot="15" amount="64" damage="14">stained clay</item>
  63. <helmet color="cd0000" material="leather helmet"/>
  64. <chestplate color="cd0000" material="leather chestplate"/>
  65. <leggings color="cd0000" material="leather leggings"/>
  66. <boots color="cd0000" material="leather boots"/>
  67. </kit>
  68. </kits>
  69. <killreward>
  70. <kit force="true">
  71. <item amount="16">tnt</item>
  72. <item amount="6">arrow</item>
  73. </kit>
  74. </killreward>
  75. <spawns>
  76. <spawn team="red" kit="red-kit">
  77. <regions yaw="0">
  78. <cuboid min="5,91,31" max="4,91,32"/>
  79. </regions>
  80. </spawn>
  81. <spawn team="blue" kit="blue-kit">
  82. <regions yaw="-180">
  83. <cuboid min="4,91,29" max="5,91,28"/>
  84. </regions>
  85. </spawn>
  86. <default kit="default">
  87. <regions yaw="90">
  88. <cuboid min="40,87,32" max="40,87,28"/>
  89. </regions>
  90. </default>
  91. </spawns>
  92. <disabledamage>
  93. <damage ally="true" self="true" enemy="false" other="false">block explosion</damage>
  94. </disabledamage>
  95. <disabledamage>
  96. <damage>fall</damage>
  97. </disabledamage>
  98. <filters>
  99. <not id="all-but-tnt">
  100. <all>
  101. <cause>explosion</cause>
  102. <material>tnt</material>
  103. </all>
  104. </not>
  105. <not id="deny-blue-explosions">
  106. <all>
  107. <team>blue</team>
  108. <cause>explosion</cause>
  109. </all>
  110. </not>
  111. <not id="deny-red-explosions">
  112. <all>
  113. <team>red</team>
  114. <cause>explosion</cause>
  115. </all>
  116. </not>
  117. <not id="deny-bookshelves-and-glass">
  118. <any>
  119. <material>wood</material>
  120. <material>wood:1</material>
  121. <material>wood:2</material>
  122. <material>sign</material>
  123. <material>stained glass:12</material>
  124. <material>stained glass:14</material>
  125. <material>stained glass:11</material>
  126. </any>
  127. </not>
  128. </filters>
  129. <regions>
  130. <negative id="outside-map">
  131. <union id="map">
  132. <cuboid id="red-bookcase" min="-26,8,56" max="35,89,71"/>
  133. <cuboid id="blue-bookcase" min="35,89,-10" max="-26,8,6"/>
  134. </union>
  135. </negative>
  136. <cuboid id="centre" min="-27,0,9" max="36,89,53"/>
  137. <apply block="never" region="outside-map" message="You may not build outside of the map."/>
  138. <apply block-break="deny-bookshelves-and-glass" region="map" messgae="This block is unbreakable."/>
  139. <apply block="deny-blue-explosions" region="blue-bookcase"/>
  140. <apply block="deny-red-explosions" region="red-bookcase"/>
  141. <apply enter="never" region="centre" message="You may not cross the centre of the map."/>
  142. </regions>
  143. <destroyables name="Bookcase" completion="70%" repairable="false" show-progress="true">
  144. <destroyable owner="blue" materials="stone;quartz block;stained clay:11;stained clay:9;stained clay:3;stained clay:15;stained clay:5;stained clay:8;wool:15;wool:14;wool:3;wool:9;diamond block;hard clay;coal block;grass;44:7;44:1;126:1">
  145. <region>
  146. <cuboid min="35,89,-10" max="-26,8,5"/>
  147. </region>
  148. </destroyable>
  149. <destroyable owner="red" materials="stone;quartz block;stained clay:1;stained clay:14;stained clay:4;stained clay:15;stained clay:5;stained clay:8;wool:15;wool:14;wool:3;wool:9;diamond block;hard clay;coal block;grass;44:7;44:1;126:1">
  150. <region>
  151. <cuboid min="-26,8,56" max="35,89,71"/>
  152. </region>
  153. </destroyable>
  154. </destroyables>
  155. <portals>
  156. <portal x="@-20.5" y="@75" z="@66.5" yaw="@-126">
  157. <region>
  158. <cuboid min="11,93,32" max="10,91,34"/>
  159. </region>
  160. </portal>
  161. <portal x="@30.5" y="@59" z="@66.5" yaw="@130">
  162. <region>
  163. <cuboid min="9,94,35" max="7,91,36"/>
  164. </region>
  165. </portal>
  166. <portal x="@2.5" y="@42" z="@67.5" yaw="@-180">
  167. <region>
  168. <cuboid min="6,93,36" max="4,91,35"/>
  169. </region>
  170. </portal>
  171. <portal x="@-6" y="@27" z="@67.5" yaw="@-180">
  172. <region>
  173. <cuboid min="3,93,36" max="1,91,35"/>
  174. </region>
  175. </portal>
  176. <portal x="@-0.5" y="@10" z="@66.5" yaw="@-180">
  177. <region>
  178. <cuboid min="-1,93,34" max="0,91,32"/>
  179. </region>
  180. </portal>
  181. <portal x="@30" y="@75" z="@-4.5" yaw="@45">
  182. <region>
  183. <cuboid min="-1,93,29" max="-0,91,27"/>
  184. </region>
  185. </portal>
  186. <portal x="@-20.5" y="@59" z="@-4.5" yaw="@45">
  187. <region>
  188. <cuboid min="1,93,25" max="3,91,26"/>
  189. </region>
  190. </portal>
  191. <portal x="@7.5" y="@42" z="@-6.5" yaw="@0">
  192. <region>
  193. <cuboid min="4,93,25" max="6,91,26"/>
  194. </region>
  195. </portal>
  196. <portal x="@16.5" y="@27" z="@-5.5" yaw="@0">
  197. <region>
  198. <cuboid min="7,93,25" max="10,91,26"/>
  199. </region>
  200. </portal>
  201. <portal x="@10.5" y="@10" z="@-5.5" yaw="@0">
  202. <region>
  203. <cuboid min="11,93,27" max="10,91,29"/>
  204. </region>
  205. </portal>
  206. </portals>
  207. <timelock>on</timelock>
  208. <hunger>
  209. <depletion>off</depletion>
  210. </hunger>
  211. <itemremove>
  212. <item>diamond pickaxe</item>
  213. <item>wool</item>
  214. <item>quartz</item>
  215. <item>dirt</item>
  216. <item>clay</item>
  217. <item>diamond block</item>
  218. <item>coal block</item>
  219. <item>step</item>
  220. <item>stone</item>
  221. <item>grass path</item>
  222. <item>stained clay</item>
  223. <item>stained glass</item>
  224. <item>nether fence</item>
  225. <item>stone slab2</item>
  226. <item>ladder</item>
  227. <item>trap door</item>
  228. <item>stone plate</item>
  229. <item>redstone block</item>
  230. <item>redstone</item>
  231. <item>stone button</item>
  232. <item>lever</item>
  233. <item>redstone torch on</item>
  234. <item>diode</item>
  235. <item>tnt</item>
  236. <item>redstone comparator</item>
  237. <item>leather helmet</item>
  238. <item>leather leggings</item>
  239. <item>leather chestplate</item>
  240. <item>bow</item>
  241. <item>arrow</item>
  242. <item>leather boots</item>
  243. </itemremove>
  244. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement