Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <map proto="1.4.0">
  3. <name>Flag Duel</name>
  4. <version>1.0.0</version>
  5. <objective>Take the flag from the center and capture it behind your opponent's spawn!</objective>
  6. <authors>
  7. <author uuid="61982fa8-f0f9-46d7-977a-47325c9bbd5c" />
  8. <!-- JSBach -->
  9. </authors>
  10. <contributors>
  11. <contributor uuid="c2848337-b526-4db0-9130-fabd0a5c7cfb" contribution="Provided the MapDev Server"/>
  12. <!-- Rasta_Jol -->
  13. </contributors>
  14. <teams>
  15. <team id="blue" color="blue" max="10">Blue Team</team>
  16. <team id="red" color="dark red" max="10">Red Team</team>
  17. </teams>
  18. <filters>
  19. <team id="only-blue">blue</team>
  20. <team id="only-red">red</team>
  21. <not id="deny-void">
  22. <void />
  23. </not>
  24. <any id="ladder-allowed">
  25. <material>ladder</material>
  26. </any>
  27. </filters>
  28. <regions>
  29. <apply block="ladder-allowed">
  30. <everywhere />
  31. </apply>
  32. <union id="flag-nets">
  33. <cuboid id="blue-net" min="-15,9,67" max="16,11,61" />
  34. <cuboid id="red-net" min="-15,9,-66" max="16,11,-60" />
  35. </union>
  36. <union id="spawns">
  37. <cuboid id="red-spawn" min="?,?,?" max="?,?,?" />
  38. <cuboid id="blue-spawn" min="?,?,?" max="?,?,?" />
  39. <cuboid id="default-spawn" min="-43.6,31,7.5" max="-51.27,34,-6.45" />
  40. </union>
  41. <apply enter="only-red" region="red-spawn" message="You may not enter the enemy's spawn!"/>
  42. <apply enter="only-blue" region="blue-spawn" message="You may not enter the enemy's spawn!"/>
  43. </regions>
  44. <kits>
  45. <kit id="spawn" force="true">
  46. <item slot="0" unbreakable="true">stone sword</item>
  47. <item slot="1" unbreakable="true">bow</item>
  48. <item slot="2" amount="16">arrow</item>
  49. <item slot="3">golden apple</item>
  50. <leggings locked="true" unbreakable="true">chainmail leggings</leggings>
  51. </kit>
  52. <kit id="blue-kit" parents="spawn">
  53. <helmet locked="true" color="0066cc" unbreakable="true">leather helmet</helmet>
  54. <boots locked="true" color="0066cc" unbreakable="true">leather boots</boots>
  55. <chestplate locked="true" color="0066cc" unbreakable="true">leather chestplate</chestplate>
  56. </kit>
  57. <kit id="red-kit" parents="spawn">
  58. <helmet locked="true" color="cd0000" unbreakable="true">leather helmet</helmet>
  59. <boots locked="true" color="cd0000" unbreakable="true">leather boots</boots>
  60. <chestplate locked="true" color="cd0000" unbreakable="true">leather chestplate</chestplate>
  61. </kit>
  62. </kits>
  63. <respawn delay="10s" auto="false" />
  64. <spawns>
  65. <spawn team="blue" kit="blue-kit">
  66. <regions>
  67. <point yaw="0">0.5,36,-55</point>
  68. </regions>
  69. </spawn>
  70. <spawn team="red" kit="red-kit">
  71. <regions yaw="180">
  72. <point yaw="180">0.5,2,56</point>
  73. </regions>
  74. </spawn>
  75. <default>
  76. <regions>
  77. <point yaw="-90">-47.5,33,0.5</point>
  78. </regions>
  79. </default>
  80. </spawns>
  81. <portals>
  82. <portal x="@0" y="@7" z="@-25">
  83. <region><cuboid min="-4,35,-54" max="-4,37,-56"/></region>
  84. </portal>
  85. <portal x="@0" y="@7" z="@26">
  86. <region><cuboid min="5,35,-54" max="5,37,-56"/></region>
  87. </portal>
  88. <portal x="@0" y="@7" z="@26">
  89. <region><cuboid min="5,35,55" max="5,37,57"/></region>
  90. </portal>
  91. <portal x="@0" y="@7" z="@-25">
  92. <region><cuboid min="-4,35,55" max="-4,37,57"/></region>
  93. </portal>
  94. </portals>
  95. <hunger>
  96. <depletion>off</depletion>
  97. </hunger>
  98. <timelock>on</timelock>
  99. <itemremove>
  100. <item>chainmail leggings</item>
  101. <item>leather helmet</item>
  102. <item>leather chestplate</item>
  103. <item>leather boots</item>
  104. </itemremove>
  105. <score>
  106. <limit>3</limit>
  107. </score>
  108. <time>15m</time>
  109. <flags>
  110. <flag id="flag" name="Flag" color="black" shared="true">
  111. <post id="center-post">
  112. <cylinder base="0,8,0" radius="4" height="1"/>
  113. </post>
  114. <net points="1" region="red-net" capture-filter="only-red"/>
  115. <net points="1" region="blue-net" capture-filter="only-blue"/>
  116. </flag>
  117. </flags>
  118. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement