Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <map proto="1.4.0" title="Blitz: Rage">
  3. <name>Stone Henges</name>
  4. <version>1.0.0</version>
  5. <objective>Eliminate the opposing teams before the times runs out!</objective>
  6. <authors>
  7. <author uuid="ab8a0c0e-f609-417c-9b07-ceacf2320cbe"/> <!-- pulbos2 -->
  8. <author uuid="ba6d0091-b63a-4b22-8751-1432865b95a1"/> <!-- pulbos -->
  9. </authors>
  10. <contributors>
  11. <contributor uuid="e4b99cb2-9d7a-49a5-9743-f5b107d21053" contribution="XML"/> <!-- TheAAG -->
  12. </contributors>
  13. <blitz>
  14. <lives>2</lives>
  15. <broadcastLives>true</broadcastLives>
  16. </blitz>
  17. <include src="blitz-global.xml"/>
  18. <rage/>
  19. <teams>
  20. <team id="red"
  21. color="red"
  22. max="4" max-overfill="6">Red</team>
  23. <team id="blue"
  24. color="dark_aqua"
  25. max="4" max-overfill="6">Blue</team>
  26. <team id="yellow"
  27. color="yellow"
  28. max="4" max-overfill="6">Yellow</team>
  29. <team id="lime"
  30. color="lime"
  31. max="4" max-overfill="6">Lime</team>
  32. </teams>
  33. <kits>
  34. <kit id="kitSpawn">
  35. <item slot="0" enchantment="damage all:10">iron sword</item>
  36. <item slot="1" enchantment="arrow damage:10">bow</item>
  37. <item slot="2">arrow</item>
  38. <item slot="3" amount="12">cooked salmon</item>
  39. <chestplate locked="true">chain chestplate</chestplate>
  40. <boots locked="true">chain boots</boots>
  41. <potion duration="1" amplifier="10">damage resistance</potion>
  42. </kit>
  43. <kit id="kitRed" parents="kitSpawn">
  44. <helmet locked="true" color="334CB2">leather helmet</helmet>
  45. <leggings locked="true" color="334CB2">leather leggings</leggings>
  46. </kit>
  47. <kit id="kitBlue" parents="kitSpawn">
  48. <helmet locked="true" color="6699D8">leather helmet</helmet>
  49. <leggings locked="true" color="6699D8">leather leggings</leggings>
  50. </kit>
  51. <kit id="kitYellow" parents="kitSpawn">
  52. <helmet locked="true" color="E5E533">leather helmet</helmet>
  53. <leggings locked="true" color="E5E533">leather leggings</leggings>
  54. </kit>
  55. <kit id="kitLime" parents="kitSpawn">
  56. <helmet locked="true" color="7FCC19">leather helmet</helmet>
  57. <leggings locked="true" color="7FCC19">leather leggings</leggings>
  58. </kit>
  59. </kits>
  60. <spawns>
  61. <spawn team="red" kit="kitRed">
  62. <regions yaw="-90">
  63. <cuboid min="-39,23,1" max="-37,23,1-1"/>
  64. </regions>
  65. </spawn>
  66. <spawn team="blue" kit="kitBlue">
  67. <regions yaw="0">
  68. <cuboid min="-1,23,-39" max="1,23,-37"/>
  69. </regions>
  70. </spawn>
  71. <spawn team="yellow" kit="kitYellow">
  72. <regions yaw="90">
  73. <cuboid min="39,23,-1" max="32,23,1"/>
  74. </regions>
  75. </spawn>
  76. <spawn team="lime" kit="kitLime">
  77. <regions yaw="180">
  78. <cuboid min="1,23,39" max="-1,24,37"/>
  79. </regions>
  80. </spawn>
  81. <default>
  82. <regions yaw="0">
  83. <block>-0.5,49,0.5</block>
  84. </regions>
  85. </default>
  86. </spawns>
  87. <regions>
  88. <apply block="never">
  89. <region><everywhere/></region>
  90. </apply>
  91. </regions>
  92. <killreward>
  93. <item>arrow</item>
  94. </killreward>
  95. <itemremove>
  96. <item>iron sword</item>
  97. <item>bow</item>
  98. <item>arrow</item>
  99. <item>cooked salmon</item>
  100. <item>leather helmet</item>
  101. <item>chain chestplate</item>
  102. <item>leather leggings</item>
  103. <item>chain boots</item>
  104. </itemremove>
  105. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement