Advertisement
Guest User

Untitled

a guest
Nov 28th, 2015
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <map proto="1.4.0">
  3. <name>Desert Station</name>
  4. <version>1.0.0</version>
  5. <objective>Capture the other teams flag!</objective>
  6.  
  7. <!-- Major map authors. -->
  8. <authors>
  9. <author uuid="5198dc37-537f-4ea5-8ee8-1e0952d4a36b" contribution="Building and XML"/> <!-- _3Each -->
  10. <author uuid="b6a25001-d380-41d6-9b35-60d6b82aa125" contribution="Building"/> <!-- BigMike2252 -->
  11. <author uuid="bac7aaf9-888c-4522-8913-13a833527da6" contribution="Building"/> <!-- Chro_ -->
  12. </authors>
  13. <contributors>
  14. <contributor uuid="a23a1d91-7e97-40b4-8f5e-1ab82d8f5ade" contribution="XML Fixing"/> <!-- chle_ -->
  15. </contributors>
  16.  
  17. <flags>
  18. <post id="red-flag-post" pickup-filter="blue-only">-620,23,-491</post>
  19. <flag id="red-flag" name="Red Flag" color="red" post="red-flag-post"/>
  20. <net post="red-flag-post" points="1" region="blue-net" capture-filter="blue-only"/>
  21. </flags>
  22.  
  23. <flags>
  24. <post id="blue-flag-post" pickup-filter="red-only">-620,23,-314</post>
  25. <flag id="blue-flag" name="Blue Flag" color="blue" post="blue-flag-post"/>
  26. <net post="blue-flag-post" points="1" region="red-net" capture-filter="red-only"/>
  27. </flags>
  28.  
  29. <score>
  30. <limit>3</limit>
  31. </score>
  32.  
  33. <flags>
  34. <flag id="blue-flag" name="Blue Flag" owner="blue-team">
  35. <post pickup-filter="red-only">-620,23,-314</post>
  36. </flag>
  37.  
  38. <flag id="red-flag" name="Red Flag" owner="red-team">
  39. <post pickup-filter="blue-only">-620,23,-491</post>
  40. </flag>
  41.  
  42. <flags points="1">
  43. <net region="red-net" flag="blue-flag" rescue="red-flag"/>
  44. <net region="blue-net" flag="red-flag" rescue="blue-flag"/>
  45. </flags>
  46. </flags>
  47.  
  48. <teams>
  49. <team id="red-team" color="dark red" max="25" max-overfill="30">Red</team>
  50. <team id="blue-team" color="blue" max="25" max-overfill="30">Blue</team>
  51. </teams>
  52.  
  53. <kits>
  54. <kit id="spawn" force="true">
  55. <item slot="0" material="stone sword"/>
  56. <item slot="1" material="bow"/>
  57. <boots material="iron boots"/>
  58. <helmet material="iron helmet"/>
  59. <item slot="3" amount="16" material="arrow"/>
  60. </kit>
  61. <kit id="red" parents="spawn">
  62. <chestplate color="cd0000" material="leather chestplate"/>
  63. <leggings color="cd0000" material="leather leggings"/>
  64. </kit>
  65. <kit id="blue" parents="spawn">
  66. <chestplate color="0066cc" material="leather chestplate"/>
  67. <leggings color="0066cc" material="leather leggings"/>
  68. </kit>
  69. </kits>
  70. <regions>
  71. <apply block="never" region="everywhere"/>
  72. </regions>
  73. <gamerules>
  74. <doDaylightCycle>false</doDaylightCycle>
  75. </gamerules>
  76.  
  77. <kill-rewards>
  78. <!-- Give 1 golden apple for all kills -->
  79. <kill-reward>
  80. <item amount="1" material="golden apple"/>
  81. </kill-reward>
  82. </kill-rewards>
  83. <hunger>
  84. <depletion>off</depletion>
  85. </hunger>
  86.  
  87. <spawns>
  88. <spawn team="red-team" kit="red">
  89. <regions yaw="0">
  90. <cuboid min="-669,21,-499" max="-669,21,-499"/>
  91. </regions>
  92. </spawn>
  93. <spawn team="blue-team" kit="blue">
  94. <regions yaw="180">
  95. <cuboid min="-669,21,-306" max="-669,21,-306"/>
  96. </regions>
  97. </spawn>
  98. <default>
  99. <regions yaw="-90">
  100. <cuboid min="-556,62,-402" max="-556,62,-402"/>
  101. </regions>
  102. </default>
  103. </spawns>
  104. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement