Last active
January 3, 2016 07:19
-
-
Save Electroid/8428384 to your computer and use it in GitHub Desktop.
Last Hope XML
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"?> | |
| <map proto="1.3.0"> | |
| <name>Last Hope</name> | |
| <version>1.0</version> | |
| <objective>Eliminate the other team before 5 minutes! One hit kills!</objective> | |
| <authors> | |
| <author>Gone52</author> | |
| </authors> | |
| <contributors> | |
| <contributor contribution="XML">MrBleeple</contributor> | |
| </contributors> | |
| <teams> | |
| <team color="dark red" max="15">Red Team</team> | |
| <team color="blue" max="15">Blue Team</team> | |
| </teams> | |
| <blitz> | |
| <time>5m</time> | |
| <lives>1</lives> | |
| <title>Blitz: Rage</title> | |
| </blitz> | |
| <timelock>on</timelock> | |
| <spawns> | |
| <spawn team="red" kit="red" yaw="180"> | |
| <cuboid min="18,18,55" max="-17,18,53"/> | |
| </spawn> | |
| <spawn team="blue" kit="blue" yaw="0"> | |
| <cuboid min="2,72,34" max="4,72,36"/> | |
| </spawn> | |
| <default yaw="270"> | |
| <cylinder base="3,106,6" radius="2" height="0"/> | |
| </default> | |
| </spawns> | |
| <regions> | |
| <apply block="deny-all"> | |
| <rectangle min="-oo,-oo" max="oo,oo"/> | |
| </apply> | |
| </regions> | |
| <kits> | |
| <kit name="spawn"> | |
| <item slot="0" enchantment="damage all:10">iron sword</item> | |
| <item slot="1" enchantment="arrow damage:10">bow</item> | |
| <item slot="28">arrow</item> | |
| </kit> | |
| <kit name="blue" parents="spawn"> | |
| <helmet color="0066cc">leather helmet</helmet> | |
| <chestplate color="0066cc">leather chestplate</chestplate> | |
| <leggings color="0066cc">leather leggings</leggings> | |
| <boots>iron boots</boots> | |
| </kit> | |
| <kit name="red" parents="spawn"> | |
| <helmet color="cd0000">leather helmet</helmet> | |
| <chestplate color="cd0000">leather chestplate</chestplate> | |
| <leggings color="cd0000">leather leggings</leggings> | |
| <boots>iron boots</boots> | |
| </kit> | |
| </kits> | |
| <killreward> | |
| <item amount="1">arrow</item> | |
| </killreward> | |
| <hunger> | |
| <depletion>off</depletion> | |
| </hunger> | |
| <toolrepair> | |
| <tool>iron sword</tool> | |
| <tool>bow</tool> | |
| </toolrepair> | |
| <itemremove> | |
| <item>arrow</item> | |
| <item>leather helmet</item> | |
| <item>leather chestplate</item> | |
| <item>leather leggings</item> | |
| <item>iron boots</item> | |
| </itemremove> | |
| <include src="../blitz-global.xml"/> | |
| </map> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment