Skip to content

Instantly share code, notes, and snippets.

@Dinner1111
Last active December 20, 2015 16:19
Show Gist options
  • Save Dinner1111/6160530 to your computer and use it in GitHub Desktop.
Save Dinner1111/6160530 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Catalyst - PTW</name>
<version>1.0</version>
<objective>Obtain the Gray Wool and place it in the other team's core.</objective>
<authors>
<author contribution="Map Design and XML">kalikakitty</author>
</authors>
<contributors>
<contributor contribution="Pathway Design">moo88888888</contributor>
<contributor contribution="NBT Balancing and Moral Support">TranquilSea</contributor>
<contributor contribution="MCEditor">xXFracXx</contributor>
<contributor contribution="Server Host">PepsiDawg00</contributor>
<contributor contribution="Aesthetic Ideas">Ain360</contributor>
<contributor contribution="Balancing Help">Lyzak</contributor>
</contributors>
<teams>
<team color="dark green" max="50">Green Team</team>
<team color="dark purple" max="50">Purple Team</team>
</teams>
<spawns>
<spawn team="green" kit="green" yaw="45">
<cylinder base="-52,28,108" radius="4" height="0"/>
</spawn>
<spawn team="purple" kit="purple" yaw="-135">
<cylinder base="-52,28,4" radius="4" height="0"/>
</spawn>
<default yaw="-45">
<cylinder base="-76,48,-21" radius="3" height="0"/>
</default>
</spawns>
<kits>
<kit name="spawn">
<item slot="0">stone sword</item>
<item slot="1">bread</item>
<item slot="8" name="`8`l`oCoin">402</item>
</kit>
<kit name="green" parents="spawn">
<helmet color="006600">leather helmet</helmet>
<chestplate color="006600">leather chestplate</chestplate>
</kit>
<kit name="purple" parents="spawn">
<helmet color="660099">leather helmet</helmet>
<chestplate color="660099">leather chestplate</chestplate>
</kit>
</kits>
<filters>
<filter name="purple-core" block="deny-all">
<allow>
<team>green</team>
</allow>
</filter>
<filter name="green-core" block="deny-all">
<allow>
<team>purple</team>
</allow>
</filter>
</filters>
<regions>
<apply block="deny-all">
<cuboid min="oo,oo" max="-oo,-oo"/>
</apply>
<apply block="purple-core">
<cuboid min="-18,19,82" max="-26,31,74"/>
</apply>
<apply block="green-core">
<cuboid min="26,19,30" max="18,31,38"/>
</apply>
</regions>
<wools>
<wool team="green" color="dark gray">
<block>-22,25,78</block>
</wool>
<wool team="purple" color="dark gray">
<block>22,25,34</block>
</wool>
</wools>
<timelock>on</timelock>
<multitrade/>
<itemremove>
<item>stone sword</item>
<item>iron sword</item>
<item>gold sword</item>
<item>tnt</item>
<item>arrow</item>
<item>bow</item>
<item>diamond sword</item>
<item>iron boots</item>
<item>leather leggings</item>
<item>gold leggings</item>
<item>iron leggings</item>
<item>diamond leggings</item>
<item>gold chestplate</item>
<item>iron chestplate</item>
<item>diamond chestplate</item>
<item>373</item>
<item>iron pickaxe</item>
</itemremove>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment