Gmans97

bipbetamc_v1.0_xml2

Jun 2nd, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <map proto="1.3.0">
  2.  <name>BipBetaMC</name>
  3.  <version>1.0</version>
  4.  <objective> Blitz | Eliminate the other team before 5 minutes are up</objective>
  5.  <authors>
  6.   <author>thegoodguy</author>
  7.  </authors>
  8.  <contributors>
  9.   <contributor contribution="XML Fixing">RiceOpenOrange</contributor>
  10.   <contributor contribution="Map Testing">neseril</contributor>
  11.   <contributor contribution="XML">pat2424</contributor>
  12.  </contributors>
  13.  <teams>
  14.   <team color="green" max="20">Green</team>
  15.   <team color="aqua" max="20">Cyan</team>
  16.  </teams>
  17.  <blitz>
  18.   <time>5m</time>
  19.   <lives>1</lives>
  20.  </blitz>
  21.  <rules>
  22.   <rule>Follow Overcast Network rules!</rule>
  23.  </rules>
  24.  <kits>
  25.   <kit name="spawn">
  26.    <item slot="2" amount="64">golden apple</item>
  27.    <item slot="3" amount="1">arrow</item>
  28.    <boots enchantment="protection fall:9001">diamond boots</boots>
  29.    <potion duration="oo" amplifier="2">speed</potion>
  30.    <potion duration="oo" amplifier="1">night vision</potion>
  31.    <potion duration="oo" amplifier="50">regeneration</potion>
  32.   </kit>
  33.   <kit name="Lime" parents="spawn">
  34.    <chestplate color="4C7F99" name="Smexy Tunic">leather chestplate</chestplate>
  35.    <item slot="0" enchantment="damage all:9001" lore="`5One hit kills everything!" name="`a`lDiamond Sword">diamond Sword</item>
  36.    <item slot="1" enchantment="arrow damage:9001" lore="`5One hit kills everything!" name="`3`lBow">bow</item>
  37.   </kit>
  38.  <kit name="Cyan" parents="spawn">
  39.    <chestplate color="7FCC19" name="Smexy Tunic">leather chestplate</chestplate>
  40.    <item slot="0" enchantment="damage all:9001" lore="`5One hit kills everything!" name="`3`lDiamond Sword">diamond sword</item>
  41.    <item slot="1" enchantment="arrow damage:9001" lore="`5One hit kills everything!" name="`3`lBow">bow</item>
  42.   </kit>
  43.  </kits>
  44.  <itemremove>
  45.   <item>golden apple</item>
  46.   <item>diamond boots</item>
  47.   <item>bow</item>
  48.   <item>diamond sword</item>
  49.   <item> leather chestplate</item>
  50.  </itemremove>
  51.  <toolrepair>
  52.   <item>diamond sword</item>
  53.   <item>bow</item>
  54.   <item>leather chestplate</item>
  55.   <item>diamond boots</item>
  56.  </toolrepair>
  57.  <regions>
  58.   <apply block="deny-all" message="You may not break/place blocks">
  59.   <cuboid name="main-area" min="288,1,-713" max="369,41,-649"/>
  60.   </apply>
  61.  </regions>
  62.  <playable>
  63.   <region name="main-area"/>
  64.  </playable>
  65.   <spawns>
  66.    <spawn team="Green" kit="Lime" yaw="90">
  67.    <cylinder base="350,8,-686" radius="1.5" height="0"/>
  68.   </spawn>
  69.    <spawn team="Cyan" kit="Cyan" yaw="-90">
  70.    <cylinder base="291,14,-687" radius="1.5" height="0"/>
  71.   </spawn>
  72.    <default yaw="180">
  73.    <cylinder base="319,36,-683" radius="2" height="0"/>
  74.   </default>
  75.  </spawns>
  76. </map>
Advertisement
Add Comment
Please, Sign In to add comment