Skip to content

Instantly share code, notes, and snippets.

@Dinner1111
Created March 23, 2014 11:26
Show Gist options
  • Save Dinner1111/9721861 to your computer and use it in GitHub Desktop.
Save Dinner1111/9721861 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<map proto="1.3.0">
<name>BlitzMiners</name>
<version>2.0.1</version>
<objective>Eliminate the other team to win</objective>
<authors>
<author>_IQ</author>
<author>Stealth5061</author>
</authors>
<blitz>
<time>6m</time>
<lives>1</lives>
<title>Blitz</title>
</blitz>
<teams>
<team color="blue" max="12">Blue Team</team>
<team color="dark red" max="12">Red Team</team>
</teams>
<spawns>
<spawn team="blue" kit="blue" yaw="0">
<cuboid min="16,25,-13" max="14,25,-14"/>
</spawn>
<spawn team="red" kit="red" yaw="-180">
<cuboid min="14,25,27" max="16,25,29"/>
</spawn>
<default yaw="-180">
<cuboid min="11,56,-18" max="12,55,-13"/>
</default>
</spawns>
<kits>
<kit name="spawn">
<item slot="0" enchantment="damage all:2;knockback:1">iron pickaxe</item>
<item slot="1">bow</item>
<item slot="2" amount="5">arrow</item>
<item slot="3" amount="5">bread</item>
</kit>
<kit name="blue" parents="spawn">
<helmet color="4C72C5" enchantment="protection projectile:4">leather helmet</helmet>
</kit>
<kit name="red" parents="spawn">
<helmet color="C5596C" enchantment="protection projectile:4">leather helmet</helmet>
</kit>
</kits>
<itemremove>
<item>leather helmet</item>
</itemremove>
<toolrepair>
<tool>iron pickaxe</tool>
<tool>bow</tool>
</toolrepair>
<killreward>
<item amount="1">arrow</item>
</killreward>
<regions>
<apply block="deny-all">
<rectangle min="-oo,-oo" max="oo,oo"/>
</apply>
</regions>
<include src="blitz-global.xml"/>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment