Last active
August 29, 2015 14:11
-
-
Save 96alexmr/dd59e55c9179552a2b26 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <map proto="1.3.6"> | |
| <name>The Dome</name> | |
| <version>1.0.1</version> | |
| <objective>Eliminate the other team before the time is up!</objective> | |
| <authors> | |
| <author>ItzaMeLuigi_</author> | |
| <author>i2</author> | |
| </authors> | |
| <contributors> | |
| <contributor contribution="Feedback and XML">nixter1029</contributor> | |
| <contributor contribution="Feedback">Plastix</contributor> | |
| </contributors> | |
| <rules> | |
| <rule>Do not hide!</rule> | |
| </rules> | |
| <teams> | |
| <team color="dark red" max="16">Red Team</team> | |
| <team color="blue" max="16">Blue Team</team> | |
| </teams> | |
| <rage /> | |
| <blitz> | |
| <time>3m</time> | |
| <lives>1</lives> | |
| </blitz> | |
| <spawns> | |
| <spawn team="red" kit="red" yaw="135"> | |
| <cylinder base="24.5,6,23.5" radius="1.5" height="0" /> | |
| </spawn> | |
| <spawn team="blue" kit="blue" yaw="-45"> | |
| <cylinder base="-23.5,6,-24.5" radius="1.5" height="0" /> | |
| </spawn> | |
| <default yaw="-90"> | |
| <cylinder base="0.5,23,0.5" radius="2" height="0" /> | |
| </default> | |
| </spawns> | |
| <kits> | |
| <kit name="spawn"> | |
| <item slot="0" enchantment="damage all:10" lore="`91-Hit Kill!">diamond sword</item> | |
| <item slot="1" enchantment="arrow damage:10" lore="`91-Shot Kill!">bow</item> | |
| <item slot="2" amount="1">arrow</item> | |
| <chestplate>iron chestplate</chestplate> | |
| <boots>chain boots</boots> | |
| <potion duration="5" amplifier="1">heal</potion> | |
| <potion duration="5" amplifier="4">damage resistance</potion> | |
| </kit> | |
| <kit name="red" parents="spawn"> | |
| <helmet color="ff0000">leather helmet</helmet> | |
| </kit> | |
| <kit name="blue" parents="spawn"> | |
| <helmet color="0000ff">leather helmet</helmet> | |
| </kit> | |
| <kit name="jump"> | |
| <potion duration="5s" amplifier="2">jump</potion> | |
| </kit> | |
| </kits> | |
| <portals> | |
| <portal z="64"> | |
| <region><cuboid min="-1,5,-32" max="1,7,-32"/></region> | |
| </portal> | |
| <portal z="-64"> | |
| <region><cuboid min="-1,5,32" max="1,7,32"/></region> | |
| </portal> | |
| </portals> | |
| <regions> | |
| <apply block="deny-all"> | |
| <rectangle name="playable" min="-oo,-oo" max="oo,oo" /> | |
| </apply> | |
| <apply kit="jump"> | |
| <cuboid min="0,3,0" max="0,4,0"/> | |
| </apply> | |
| </regions> | |
| <timelock>on</timelock> | |
| <killreward> | |
| <item amount="1">arrow</item> | |
| <potion duration="7" amplifier="1">speed</potion> | |
| </killreward> | |
| <hunger> | |
| <depletion>off</depletion> | |
| </hunger> | |
| <itemremove> | |
| <item>leather helmet</item> | |
| <item>iron chestplate</item> | |
| <item>chain leggings</item> | |
| <item>arrow</item> | |
| <tool>bow</tool> | |
| <tool>diamond sword</tool> | |
| </itemremove> | |
| </map> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment