Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <map name="Modern Brawl">
  3. <version="1.0"/>
  4. <gamemode type="tdm"/>
  5.  
  6. <authors>
  7. <author uuid="bf3319534f9243ee8abc7544b8234936" role="Map author/XML" />
  8. <!-- ViceWatercolour -->
  9. </authors>
  10.  
  11. <teams>
  12. <team color="dark-red" min="2" max="12" kit="electrons">Electrons</team>
  13. <team color="yellow" min="2" max="12" kit="protons">Protons</team>
  14. </teams>
  15.  
  16. <spawns>
  17. <spawns team="electrons" kit="electrons">
  18. <spawn>
  19. <point yield="east">
  20. <cyl base="463.5,18,287.5" height="0" radius="1" />
  21. </point>
  22. </spawn>
  23. </spawns>
  24. <spawns team="protons" kit="protons">
  25. <spawn>
  26. <point yield="west">
  27. <cyl base="-557.5,18,287.5" height="0" radius="1" />
  28. </point>
  29. </spawn>
  30. </spawns>
  31. <spawn team="observers" type="default" yield="north">
  32. <cyl base="510.5,13,263.5" radius="0" />
  33. </spawn>
  34. </spawns>
  35.  
  36. <kits>
  37. <kit type="default" name="spawn">
  38. <item slot="0">iron axe</item>
  39. <item slot="1" enchantment="arrowInfinite:1">bow</item>
  40. <item slot="28">arrow</item>
  41. <item slot="2" amount="2">golden apple</item>
  42. <item slot="8" amount="64">cooked fish</item>
  43. </kit>
  44. <kit name="electrons" parent="spawn">
  45. <item color="DB3A15">leather helmet</item>
  46. <item enchantment="projectileProtection:2">chainmail chestplate</item>
  47. <item color="DB3A15">leather leggings</item>
  48. <item color="DB3A15">leather boots</item>
  49. </kit>
  50. <kit name="protons" parent="spawn">
  51. <item color="F8FC23">leather helmet</item>
  52. <item enchantment="projectileProtection:2">chainmail chestplate</item>
  53. <item color="F8FC23">leather leggings</item>
  54. <item color="F8FC23">leather boots</item>
  55. </kit>
  56. </kits>
  57.  
  58. <objectives>
  59. <score>
  60. <timelimit>7m</timelimit>
  61. <kills>1</kills>
  62. <deaths>0</deaths>
  63. </score>
  64. </objectives>
  65.  
  66. <flags>
  67. <deny>hungerLoss</deny>
  68. <deny>fallDamage</deny>
  69. <deny>mapModify</deny>
  70. </flags>
  71.  
  72. <remove>
  73. <item>bread</item>
  74. <item>arrow</item>
  75. <item>bow</item>
  76. <item>iron axe</item>
  77. <item>leather helmet</item>
  78. <item>leather leggings</item>
  79. <item>leather boots</item>
  80. <item>chainmail chestplate</item>
  81. </remove>
  82.  
  83. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement