Advertisement
Guest User

Untitled

a guest
May 27th, 2018
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <map proto="1.4.2">
  3. <name>Acropolis Mini TE</name>
  4. <version>1.0.0</version>
  5. <objective>Capture the enemies wool before they capture yours!</objective>
  6. <authors>
  7. <author uuid="a63de09d-6fa9-436f-9070-26f5e9a4d27b" contribuiton="Everything"/> <!-- dragonrider455 -->
  8. </authors>
  9. <teams>
  10. <team id="blue-team" color="blue" max="5">Blue</team>
  11. <team id="red-team" color="dark-red" max="5">Red</team>
  12. </teams>
  13. <destroyables owner="blue-team" materials="endstone" completion="100%" mode-changes="false">
  14. <destroyable name="Monument">
  15. <region><cuboid min="185,28,-46" max="183,25,-44"/></region>
  16. </destroyable>
  17. </destroyables>
  18. <destroyables owner="red-team" materials="endstone" completion="100%" mode-changes="false">
  19. <destroyable name="Monument">
  20. <region><cuboid min="38,28,-46" max="36,25,-44"/></region>
  21. </destroyable>
  22. </destroyables>
  23. <kits>
  24. <kit id="spawn">
  25. <item slot="0">stone sword</item>
  26. <item slot="1">bow</item>
  27. <item slot="2">diamond pickaxe</item>
  28. <item slot="3">iron axe</item>
  29. <item slot="30">iron spade</item>
  30. <item slot="28" amount="16">arrow</item>
  31. <item slot="4" amount="32">glass</item>
  32. <item slot="5" amount="32">log</item>
  33. <item slot="6" amount="64">bread</item>
  34. <item slot="7" amount="1">golden apple</item>
  35. </kit>
  36. </kits>
  37. <itemremove>
  38. <item>bread</item>
  39. <item>bucket</item>
  40. <item>log</item>
  41. <item>arrow</item>
  42. <item>wood</item>
  43. <item>glass</item>
  44. <item>log</item>
  45. </itemremove>
  46. <toolrepair>
  47. <tool>stone sword</tool>
  48. <tool>bow</tool>
  49. <tool>diamond pickaxe</tool>
  50. <tool>iron axe</tool>
  51. <tool>iron spade</tool>
  52. </toolrepair>
  53. <kill-rewards>
  54. <kill-reward>
  55. <item amount="16" material="log"/>
  56. </kill-reward>
  57. <kill-reward>
  58. <item amount="1" material="golden apple"/>
  59. </kill-reward>
  60. <kill-reward>
  61. <item amount="16" material="arrow"/>
  62. </kill-reward>
  63. </kill-rewards>
  64. <maxbuildheight>36</maxbuildheight>
  65. <spawns>
  66. <spawn team="red-team" kit="red">
  67. <regions yaw="90">
  68. <point>10,37.5,-41</point>
  69. </regions>
  70. </spawn>
  71. <spawn team="blue-team" kit="blue">
  72. <regions yaw="-90">
  73. <point>211,37.5,-41</point>
  74. </regions>
  75. </spawn>
  76. <default>
  77. <regions>
  78. <point id="obs-spawn">110.5,7.5,-140.5</point>
  79. </regions>
  80. </default>
  81. </spawns>
  82. <filters>
  83. <not id="deny-all">
  84. <any>
  85. <team>red-team</team>
  86. <team>blue-team</team>
  87. </any>
  88. </not>
  89. <not id="deny-red">
  90. <team>red-team</team>
  91. </not>
  92. <not id="deny-blue">
  93. <team>blue-team</team>
  94. </not>
  95. </filters>
  96. <regions>
  97. <apply block="deny-all" message="Don't try to build in `4Red `ror `1Blue `rTeams' spawnzone!">
  98. <region>
  99. <union>
  100. <rectangle min="220,-36" max="209,-46"/> <!--- Blue --->
  101. <rectangle min="1,-36" max="12,-46"/> <!--- Red --->
  102. </union>
  103. </region>
  104. </apply>
  105. </regions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement