Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <map proto="1.3.6">
  3. <name>The Dome</name>
  4. <version>1.0.1</version>
  5. <objective>Eliminate the other team before the time is up!</objective>
  6. <authors>
  7. <author>ItzaMeLuigi_</author>
  8. <author>i2</author>
  9. </authors>
  10. <contributors>
  11. <contributor contribution="Feedback and XML">nixter1029</contributor>
  12. <contributor contribution="Feedback">Plastix</contributor>
  13. </contributors>
  14. <rules>
  15. <rule>Do not hide!</rule>
  16. </rules>
  17. <teams>
  18. <team color="dark red" max="16">Red Team</team>
  19. <team color="blue" max="16">Blue Team</team>
  20. </teams>
  21. <rage />
  22. <blitz>
  23. <time>3m</time>
  24. <lives>1</lives>
  25. </blitz>
  26. <spawns>
  27. <spawn team="red" kit="red" yaw="135">
  28. <cylinder base="24.5,6,23.5" radius="1.5" height="0" />
  29. </spawn>
  30. <spawn team="blue" kit="blue" yaw="-45">
  31. <cylinder base="-23.5,6,-24.5" radius="1.5" height="0" />
  32. </spawn>
  33. <default yaw="-90">
  34. <cylinder base="0.5,23,0.5" radius="2" height="0" />
  35. </default>
  36. </spawns>
  37. <kits>
  38. <kit name="spawn">
  39. <item slot="0" enchantment="damage all:10" lore="§91-Hit Kill!">diamond sword</item>
  40. <item slot="1" enchantment="arrow damage:10" lore="§91-Shot Kill!">bow</item>
  41. <item slot="2" amount="1">arrow</item>
  42. <chestplate>iron chestplate</chestplate>
  43. <boots>chain boots</boots>
  44. <potion duration="5" amplifier="1">heal</potion>
  45. <potion duration="5" amplifier="4">damage resistance</potion>
  46. </kit>
  47. <kit name="red" parents="spawn">
  48. <helmet color="ff0000">leather helmet</helmet>
  49. </kit>
  50. <kit name="blue" parents="spawn">
  51. <helmet color="0000ff">leather helmet</helmet>
  52. </kit>
  53. </kits>
  54. <portals>
  55. <portal z="64">
  56. <region><cuboid min="-1,5,-32" max="1,7,-32"/></region>
  57. </portal>
  58. <portal z="-64">
  59. <region><cuboid min="-1,5,32" max="1,7,32"/></region>
  60. </portal>
  61. </portals>
  62. <regions>
  63. <apply block="deny-all">
  64. <rectangle name="playable" min="-oo,-oo" max="oo,oo" />
  65. </apply>
  66. </regions>
  67. <timelock>on</timelock>
  68. <killreward>
  69. <item amount="1">arrow</item>
  70. <potion duration="5" amplifier="1">speed</potion>
  71. </killreward>
  72. <hunger>
  73. <depletion>off</depletion>
  74. </hunger>
  75. <toolrepair>
  76. <tool>bow</tool>
  77. <tool>diamond sword</tool>
  78. </toolrepair>
  79. <itemremove>
  80. <item>leather helmet</item>
  81. <item>iron chestplate</item>
  82. <item>chain leggings</item>
  83. <item>arrow</item>
  84. </itemremove>
  85. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement