Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <map proto="1.4.2">
  2. <name>North Winds</name>
  3. <version>1.0</version>
  4. <objective>Reach 500 points before the opposing team!</objective>
  5. <gamemode>koth</gamemode>
  6. <authors>
  7. <author uuid= "0c44ca5a-6a42-49b7-81f2-58dc6d2ae3e9"/> <!-- Xerocoles -->
  8. </authors>
  9. <teams>
  10. <team id="red" color="dark red" max="4">Red/team>
  11. <team id="blue" color= "blue" max="4">Blue</team>
  12. </teams>
  13. <kits>
  14. <kit id="spawn">
  15. <item slot="0" unbreakable="true" material="stone sword"/>
  16. <item slot="1" unbreakable="true" enchantment="infinity:1" material="bow"/>
  17. <item slot="28" material="arrow"/>
  18. <item slot="2" amount="64" material="golden carrot"/>
  19. <item slot="8" material="golden apple"/>
  20. <leggings material="chainmail leggings"/>
  21. <boots enchantment="protection fall:1" material="iron boots"/>
  22. <effect duration="5" amplifier="1">heal</effect>
  23. </kit>
  24. <kit id="red-kit" parents="spawn">
  25. <helmet color="993333" material="leather helmet"/>
  26. <chestplate color="993333" material="leather chestplate"/>
  27. </kit>
  28. <kit id="blue-kit" parents="spawn">
  29. <helmet color="334CB2" material="leather helmet"/>
  30. <chestplate color="334CB2" material="leather chestplate"/>
  31. </kit>
  32. </kits>
  33. <spawns>
  34. <default yaw="0">
  35. <region>
  36. <cuboid min="45.5,33,-17.5" max="42.5,33,-17.5"/>
  37. </region>
  38. </default>
  39. <spawn team="red" kit="red-kit" yaw="0">
  40. <region>
  41. <cuboid min="56.5,20,-18.5" max="55.5,20,-17.5"/>
  42. </region>
  43. </spawn>
  44. <spawn team="blue" kit="blue-kit" yaw="0">
  45. <region>
  46. <cuboid min="32.5,20,-18.5" max="31.5,20,-17.5"/>
  47. </region>
  48. </spawn>
  49. </spawns>
  50. <control-points capture-time="7s" incremental="true" neutral-state="true" show-progress="true" visual-materials="true"
  51. scaled-time="true" time-multiplier="0.5">
  52. <control-point name="Hill" points="1">
  53. <capture-region>
  54. <cuboid min="47,26,28" max="41,26,32"/>
  55. <cuboid min="42,26,33" max="46,26,27"/>
  56. </capture-region>
  57. <visual-materials-region>
  58. <cuboid min="47,26,28" max="41,26,32"/>
  59. <cuboid min="42,26,33" max="46,26,27"/>
  60. </visual-materials-region>
  61. <owner-display-region>
  62. <cuboid min="47,26,28" max="41,26,32"/>
  63. <cuboid min="42,26,33" max="46,26,27"/>
  64. </owner-display-region>
  65. </control-point>
  66. </control-points>
  67. <itemremove>
  68. <item>stone sword</item>
  69. <item>bow</item>
  70. <item>arrow</item>
  71. <item>golden apple</item>
  72. <item>golden carrot</item>
  73. <item>leather helmet</item>
  74. <item>leather chestplate</item>
  75. <item>chainmail leggings</item>
  76. <item>iron boots</item>
  77. </itemremove>
  78. <kill-rewards>
  79. <kill-reward>
  80. <item>golden apple</item>
  81. </kill-reward>
  82. </kill-rewards>
  83. <regions>
  84. <apply block="never" region="everywhere"/>
  85. <apply
  86. </regions>
  87. <score>
  88. <limit>500</limit>
  89. <king/>
  90. </score>
  91. <timelock>on</timelock>
  92. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement