Advertisement
Guest User

Angry Lums

a guest
Jul 7th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <map proto="1.4.0">
  3. <name>Angry LuMs</name>
  4. <version>1.0.0</version>
  5. <objective>Survive Lums for 3 minutes</objective>
  6. <authors>
  7. <author uuid="4a05be89-8b8b-4dfe-848e-df6c42967c9a"/> <!-- ogel -->
  8. </authors>
  9. <teams>
  10. <team id="Lums" color="dark gray" max="1" max-overfill="1">Lums</team>
  11. <team id="Dynamite" color="dark red" max="7" max-overfill="7">Dynamite</team>
  12. </teams>
  13. <spawns>
  14. <spawn team="Lums" kit="Lums">
  15. <regions yaw="180">
  16. <cuboid min="21,24,58" max="27,24,56"/>
  17. </regions>
  18. </spawn>
  19. <spawn team="Dynamite" kit="Dynamite">
  20. <regions yaw="0">
  21. <cuboid min="24.5,13.5,-50.5" max="24.5,13.5,-50.5"/>
  22. </regions>
  23. </spawn>
  24. <default>
  25. <regions yaw="180">
  26. <cuboid min="24,34,63" max="23,34,63"/>
  27. </regions>
  28. </default>
  29. </spawns>
  30. <kits>
  31. <kit id="spawn" force="true">
  32. <game-mode>adventure</game-mode>
  33. <saturation>20</saturation>
  34. <item projectile="fire" name="`Get Down!" material="stick"/>
  35. <item projectile="cannon" name="`Cannonnnnnn" material="iron hoe"/>
  36. <item slot="1" material ="iron hoe"/>
  37. <item slot="2" material ="stick"/>
  38. </kit>
  39. <kit id="Dyanmite" parents="spawn">
  40. <walk-speed>1.5</walk-speed>
  41. <item projectile="creeper" name="`Creeperz" material="bow"/>
  42. <knockback-reduction>0.5</knockback-reduction>
  43. <boots color="993333" material="leather boots"/>
  44. <leggings color="993333" material="leather leggings"/>
  45. <helmet color="993333" material="leather helmet"/>
  46. <chestplate color="993333" material="leather chestplate"/>
  47. <item slot="0" material ="bow"/>
  48. </kit>
  49. <kit id="Lums" parents="spawn">
  50. <walk-speed>0.5</walk-speed>
  51. <chestplate color="4C4C4C" material="leather chestplate"/>
  52. <boots color="4C4C4C" material="leather boots"/>
  53. <leggings color="4C4C4C" material="leather leggings"/>
  54. <helmet color="4C4C4C" material="leather helmet"/>
  55. </kit>
  56. </kits>
  57. <projectiles>
  58. <projectile
  59. id="cannon"
  60. name="cannon"
  61. projectile="TNTPrimed"
  62. velocity="300"
  63. damage="5"
  64. throwable="false"
  65. cooldown="20s"/>
  66. <projectile
  67. id="creeper"
  68. name="creeper"
  69. projectile="Creeper"
  70. velocity="300"
  71. damage="5"
  72. throwable="false"
  73. cooldown="15s"/>
  74. <projectile
  75. id="fire"
  76. name="fire"
  77. projectile="SmallFireball"
  78. velocity="300"
  79. damage="1"
  80. throwable="false"
  81. cooldown="5s"/>
  82. </projectiles>
  83. <falling-blocks>
  84. <rule>
  85. <sticky>
  86. <any>
  87. <material>clay</material>
  88. </any>
  89. </sticky>
  90. </rule>
  91. </falling-blocks>
  92. <regions>
  93. <negitive>
  94. <apply enter="never">
  95. <rectangle id="TNT" min="15, 1, -43" max="31, 24, -66"/>
  96. <rectangle id="Lums" min="32, 8, -42" max="15, 24, -66"/>
  97. </apply>
  98. </negitive>
  99. </regions>
  100. <itemremove> </itemremove>
  101. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement