Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. <map proto="1.3.6">
  2. <name>Thunderstorm</name>
  3. <version>1.0.0</version>
  4. <objective>
  5. Capture the other team's wools and take it to your victory monument to win.
  6. </objective>
  7. <authors>
  8. <author>rockymine</author>
  9. </authors>
  10. <teams>
  11. <team color="yellow" max="12" max-overfill="14">Yellow Team</team>
  12. <team color="red" max="12" max-overfill="14">Red Team</team>
  13. <team color="green" max="12" max-overfill="14">Green Team</team>
  14. <team color="blue" max="12" max-overfill="14">Blue Team</team>
  15. </teams>
  16. <wools team="yellow">
  17. <wool color="red" location="-11,11,-54" monument="red-monument"/>
  18. <wool color="green" location="-10,11,-54" monument="green-monument"/>
  19. <wool color="blue" location="-9,11,-54" monument="blue-monument"/>
  20. </wools>
  21. <wools team="red">
  22. <wool color="green" location="35,11,68" monument="green-monument"/>
  23. <wool color="blue" location="35,11,69" monument="blue-monument"/>
  24. <wool color="yellow" location="35,11,70" monument="yellow-monument"/>
  25. </wools>
  26. <wools team="green">
  27. <wool color="blue" location="-133,11,-8" monument="blue-monument"/>
  28. <wool color="yellow" location="-133,11,-9" monument="yellow-monument"/>
  29. <wool color="red" location="-133,11,-10" monument="red-monument"/>
  30. </wools>
  31. <wools team="green">
  32. <wool color="yellow" location="-87,11,114" monument="yellow-monument"/>
  33. <wool color="red" location="-88,11,114" monument="red-monument"/>
  34. <wool color="blue" location="-89,11,114" monument="blue-monument"/>
  35. </wools>
  36. <kits>
  37. <kit name="spawn">
  38. <item slot="0">iron sword</item>
  39. <item slot="1" damage="-30000" enchantment="arrow infinite:1">bow</item>
  40. <item slot="2">iron pickaxe</item>
  41. <item slot="3">iron shovel</item>
  42. <item slot="30">iron axe</item>
  43. <item slot="5" amount="64">sandstone</item>
  44. <item slot="6" amount="32" damage="2">wood</item>
  45. <item slot="7" amount="32">steak</item>
  46. <item slot="8">golden apple</item>
  47. <item slot="27">arrow</item>
  48. <potion duration="5" amplifier="5">damage resistance</potion>
  49. <helmet damage="-30000">iron helmet</helmet>
  50. <chestplate damage="-30000">chainmail chestplate</chestplate>
  51. <boots damage="-30000">iron boots</boots>
  52. </kit>
  53. <kit name="yellow" parents="spawn">
  54. <leggings damage="-30000" color="E5E533">leather leggings</leggings>
  55. </kit>
  56. <kit name="red" parents="spawn">
  57. <leggings damage="-30000" color="993333">leather leggings</leggings>
  58. </kit>
  59. <kit name="green" parents="spawn">
  60. <leggings damage="-30000" color="667F33">leather leggings</leggings>
  61. </kit>
  62. <kit name="blue" parents="spawn">
  63. <leggings damage="-30000" color="334CB2">leather leggings</leggings>
  64. </kit>
  65. </kits>
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement