Guest User

Untitled

a guest
Oct 15th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.54 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <map>
  3. <name>Surburban Complex (Ressurected)</name>
  4. <version>1.6</version>
  5. <objective>Leak lava from the enemy core into the void</objective>
  6. <authors>
  7.     <author>R3creat3</author>
  8.     <author>zachoz</author>
  9.     <author>danielschroeder</author>
  10.     <author>biadondzombie</author>
  11. </authors>
  12. <contributors>
  13.     <contributor contribution="XML help">MonsieurApple</contributor>
  14.     <contributor contribution="Being nice and early testing">MinimalCow</contributor>
  15.     <contributor contribution="Finishing-toucher">squad7</contributor>
  16.     <contributor contribution="Necessary herp">Plaatinum10</contributor>
  17.     <contributor contribution="Resurrection">dinner1111</contributor>
  18.     <contributor contribution="Nicely done.">911chandler</contributor>
  19. </contributors>
  20. <teams>
  21.     <team color="blue" max="45">Reds</team>
  22.     <team color="dark red" max="45">Blues</team>
  23. </teams>
  24. <kits>
  25.         <item slot="0" enchantment="power:1">diamond sword</item>
  26.         <item slot="1" enchantment="arrow infinite:1">bow</item>
  27.         <item slot="2" amount="1" enchantment="efficiency:2 unbreaking:5">ironpickaxe</item>
  28.         <item slot="28" amount="1">arrow</item>
  29.         <item slot="3" amount="3">golden apple</item>
  30.         <item slot="4" amount="32">cooked fish</item>
  31.         <item slot="5" amount="64">birchwood</item>
  32.         <item slot="6" amount="64">glass</item>
  33.         <chestplate enchantment="protection fall:4;protection projectile:6">iron chestplate</chestplate>
  34.         <potion duration="30" amplifier="4">regen</potion>
  35.         <potion duration="20" amplifier="2">speed</potion>
  36.     </kit>
  37. <spawns>
  38.     <spawn team="blue" kit="spawn" yaw="89"><cylinder base="87,48,-482" radius="1" height="0"/></spawn>
  39.     <spawn team="red" kit="spawn" yaw="266"><cylinder base="349,48,-482" radius="1" height="0"/></spawn>
  40.     <default yaw="1"><cylinder base="217,39,-397" radius="20" height="30"/></default>
  41. </spawns>
  42. <filters>
  43.     <filter name="only-blue" parents="deny-players deny-world">
  44.         <allow><team>blue</team></allow>
  45.     </filter>
  46.     <filter name="only-red" parents="deny-players deny-world">
  47.         <allow><team>red</team></allow>
  48.     </filter>
  49. </filters>
  50. </kits>
  51. <playable>
  52.     <rectangle min="26,-430" max="417,-537"/>
  53. </playable>
  54. <cores material="obsidian" leak="3">
  55.         <core team="blue" name="Blue core"><cuboid min="93,55,-479" max="87,61,-485"/></core>
  56.         <core team="red"name="Red core"><cuboid min="343,55,-485" max="349,61,-479"/></core>
  57. </cores>
  58. <maxbuildheight>68</maxbuildheight>
  59. </map>
Add Comment
Please, Sign In to add comment