Advertisement
Guest User

xml for muddy paths

a guest
Sep 2nd, 2015
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <map proto="1.4.0">
  3. <name>Muddy Paths</name>
  4. <version>1.0.0</version>
  5. <objective>kill the other team in 5 min!</objective>
  6.  
  7. <authors>
  8. <author uuid="5198dc37-537f-4ea5-8ee8-1e0952d4a36b contribution="map building"/> <!-- Each_1234 -->
  9. </authors>
  10.  
  11. <blitz>
  12. <lives>1</lives>
  13. <broadcastLives>false</broadcastLives>
  14. <time>5m</time>
  15. </blitz>
  16. </rage>
  17.  
  18. <teams>
  19. <team id="red-team" color="dark red" max="25" max-overfill="50">Red Team</team>
  20. <team id="blue-team" color="blue" max="25" max-overfill="50">Blue Team</team>
  21. </teams>
  22.  
  23. <kits>
  24. <kit id="spawn">
  25. <item slot="0" enchantment= damage all:1" material="diamond sword"/>
  26. <item slot="1" enchantment="arrow damage:1" material="bow"/>
  27. <item slot="2" material="arrow"/>
  28. <item slot="8" amount="32" material="bread"/>
  29. </kit>
  30. <kit id="Red Team" parents="spawn">
  31. <helmet color="cd0000" material="leather helmet"/>
  32. <chestplate color="cd0000" material="leather chestplate"/>
  33. <leggings color="cd0000" material="leather leggings"/>
  34. <boots color="cd0000" material="leather boots"/>
  35. </kit>
  36. <kit id="Blue Team" parents="spawn">
  37. <helmet color="0066cc" material="leather helmet"/>
  38. <chestplate color="0066cc" material="leather chestplate"/>
  39. <leggings color="0066cc" material="leather leggings"/>
  40. <boots color="0066cc" material="leather boots"/>
  41. </kit>
  42. </kits>
  43.  
  44. <itemremove>
  45. <item>bow</item>
  46. <item>diamond sword</item>
  47. <item>leather helmet</item>
  48. <item>leather chestplate</item>
  49. <item>leather leggings</item>
  50. <item>leather boots</item>
  51. </itemremove>
  52.  
  53. <kill-rewards>
  54. <kill-reward>
  55. <item amount="1" material="arrow"/>
  56. </kill-reward>
  57.  
  58. <spawns>
  59. <spawn team="Red Team" kit="Red Team">
  60. <regions yaw="180">
  61. <cuboid min="1557,1,-1621" max="1557,1,-1621"/>
  62. </regions>
  63. </spawn>
  64. <spawn team="Blue Team" kit="Blue Team">
  65. <regions yaw="0">
  66. <cuboid min="1556,1,-1676" max="1556,1,-1648"/>
  67. </regions>
  68. </spawn>
  69. <default>
  70. <regions yaw="88">
  71. <cuboid min="1605,22,-1648" max="1605,22,-1605"/>
  72. </regions>
  73. </default>
  74.  
  75. <timelock>on</timelock></spawns>
  76.  
  77. <include src="blitz-global.xml"/>
  78. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement