Skip to content

Instantly share code, notes, and snippets.

@Dinner1111
Created August 5, 2013 19:41
Show Gist options
  • Save Dinner1111/6158880 to your computer and use it in GitHub Desktop.
Save Dinner1111/6158880 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Midnight Train</name>
<version>1.2.4</version>
<objective>Break both of the enemy team's obsidian monuments</objective>
<authors>
<author>Aceman1998</author>
<author>Supadude565</author>
<author>Azinthu</author>
</authors>
<rules>
<rule>Do not block spawn</rule>
<rule>Do not go into the enemy team's base</rule>
<rule>Spawn killing is not allowed</rule>
</rules>
<teams>
<team color="blue" max="16">Blue Team</team>
<team color="red" max="16">Red Team</team>
</teams>
<timelock>on</timelock>
<kits>
<kit name="spawn">
<item slot="0">stone sword</item>
<item slot="1" enchantment="arrow infinite:1">bow</item>
<item slot="2">diamond pickaxe</item>
<item slot="3" amount="64">log</item>
<item slot="4">iron axe</item>
<item slot="5" amount="64">golden carrot</item>
<item slot="6" amount="64">glass</item>
<item slot="7" amount="32">ladder</item>
<item slot="8" amount="2">golden apple</item>
<item slot="28">arrow</item>
</kit>
</kits>
<spawns kit="spawn">
<spawn team="blue" yaw="0">
<cuboid min="-245,55,-332" max="-245,55,-338"/>
</spawn>
<spawn team="red" yaw="180">
<cuboid min="-341,55,-332" max="-339,55,-338"/>
</spawn>
<default yaw="0">
<cuboid min="-290,94,-355" max="-294,94,-353"/>
</default>
</spawns>
<destroyables completeion="100%" materials="obsidian" name="Monument">
<destroyable owner="blue">
<cuboid min="-259,68,-289" max="-259,70,-289"/>
</destroyable>
<destroyable owner="red">
<cuboid min="-327,68,-289" max="-327,70,-289"/>
</destroyable>
</destroyables>
<filters>
<filter name="no-void" block="allow-all">
<deny>
<void/>
</deny>
</filter>
</filters>
<regions>
<rectangle name="playable" min="" max=""/>
<!-- Blue Team Base-->
<apply enter="only-blue" message="You may not enter the enemy team's base!"/>
<cuboid min="-253,54,-336" max="-253,60,-334"/>
</apply>
<apply enter="only-blue" message="You may not enter the enemy team's base!"/>
<cuboid min="-247,54,328" max="-245,60,-328"/>\
<apply enter="only-blue" message="You may not enter the enemy team's iron mines!"/>
<cuboid min="-261,54,-294" max="-259,60,-294"/>
</apply>
<!-- Red Team Base-->
<apply enter="only-red" message="You may not enter the enemy team's base!"/>
<cuboid min="-333,54,-334" max="-333,60,-336"/>
</apply>
<apply enter="only-red" message="You may not enter the enemy team's base!"/>
<cuboid min="-341,54,-328" max="-339,60,-328"/>
<apply enter="only-red" message="You may not enter the enemy team's iron mines!"/>
<cuboid min="-323,54,-294" max="-325,60,-294"/>
</apply>
</regions>
<playable>
<region name="playable"/>
</playable>
<toolrepair>
<tool>stone sword</tool>
<tool>iron sword</tool>
<tool>bow</tool>
<tool>iron axe</item>
<tool>diamond pickaxe</item>
</toolrepair>
<itemremove>
<item>glass</item>
<item>arrow</item>
<item>golden carrot</item>
</itemremove>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment