Advertisement
Guest User

Untitled

a guest
Jan 8th, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.25 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <map proto="1.4.0">
  3.     <name>Renegade</name>
  4.     <version>1.0</version>
  5.     <objective>Break the obsidian from the enemy team's monument(s).</objective>
  6.     <authors>
  7.         <author>Spiderman493</author>
  8.         <author>Pineapple203</author>
  9.     </authors>
  10.     <teams>
  11.         <team color="#4cffff" max="10">Cyan</team>
  12.         <team color="#26ff26" max="10">Lime</team>
  13.     </teams>
  14.     <spawns>
  15.         <spawn team="Cyan" yaw="0" kit="spawn">
  16.             <cuboid min="-100,29,-1190" max="-100,29,-1190"/>
  17.         </spawn>
  18.         <spawn team="Lime" yaw="0" kit="spawn">
  19.             <cuboid min="56,29,-1190" max="56,29,-1190"/>
  20.         </spawn>
  21.         <default yaw="0">
  22.             <cuboid min="-21,56,-1129" max="-21,56,-1129"/>
  23.         </default>
  24.     </spawns>
  25.     <kits>
  26.         <kit name="spawn">
  27.             <item slot="0" enchantment="sharpness:1;">iron sword</item>
  28.             <item slot="1" enchantment="arrow_infinite:1;">bow</item>
  29.             <item slot="2">diamond pickaxe</item>
  30.             <item slot="3" amount="3">golden apple</item>
  31.             <item slot="4" amount="8">cooked_beef</item>
  32.             <item slot="5" amount="64">stone</item>
  33.             <item slot="6" amount="32">log</item>
  34.             <item slot="7" amount="64">glass</item>
  35.             <item slot="10" amount="1">arrow</item>
  36.             <potion amplifier="5" duration="5">damage resistance</potion>
  37.             <helmet>leather helmet</helmet>
  38.             <chestplate>leather chestplate</chestplate>
  39.             <leggings>leather leggings</leggings>
  40.             <boots>leather boots</boots>
  41.         </kit>
  42.     </kits>
  43.     <itemremove>
  44.         <item>leather helmet</item>
  45.         <item>leather chestplate</item>
  46.         <item>leather leggings</item>
  47.         <item>leather boots</item>
  48.         <item>iron sword</item>
  49.         <item>bow</item>
  50.         <item>diamond pickaxe</item>
  51.     </itemremove>
  52.     <toolrepair>
  53.         <tool>iron sword</tool>
  54.         <tool>bow</tool>
  55.         <tool>diamond pickaxe</tool>
  56.     </toolrepair>
  57.     <destroyables completion="100%" materials="obsidian">
  58.         <destroyable name="Left" owner="Lime">
  59.             <cuboid min="112,29,-1212" max="112,29,-1212"/>
  60.         </destroyable>
  61.         <destroyable name="Right" owner="Lime">
  62.             <cuboid min="111,29,-116.6" max="111,29,-116.6"/>
  63.         </destroyable>
  64.         <destroyable name="Left" owner="Cyan">
  65.             <cuboid min="-152,29,-1167" max="-152,29,-1167"/>
  66.         </destroyable>
  67.         <destroyable name="Right" owner="Cyan">
  68.             <cuboid min="-151,29,-1213" max="-151,29,-1213"/>
  69.         </destroyable>
  70.     </destroyables>
  71. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement