Skip to content

Instantly share code, notes, and snippets.

@gilrosenthal
Created April 26, 2015 00:00
Show Gist options
  • Save gilrosenthal/df2b0b146938d669b174 to your computer and use it in GitHub Desktop.
Save gilrosenthal/df2b0b146938d669b174 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<map proto="1.3.6">
<name>Crippled Divide</name>
<version>1.0.0</version>
<objective>Destroy the Core and Monuments from your Enemy and defend your own.</objective>
<authors>
<author uuid="c2848337-b526-4db0-9130-fabd0a5c7cfb"/> <!-- Rasta_Jol -->
<author uuid="a4266139-34f3-46c5-a730-f8828376a15a"/> <!-- LarrowHead -->
</authors>
<contributors>
<contributor contribution="Building Help">fe3608b7-d105-4029-8800-34b3147065b6</contributor> <!-- rockymine -->
</contributors>
<teams>
<team id="blue-team" color="blue" max="32" max-overfill="36">Blue Team</team>
<team id="red-team" color="dark red" max="32" max-overfill="36">Red Team</team>
</teams>
<kits>
<kit name="spawn" force="true">
<item slot="0">iron sword</item>
<item slot="1" enchantment="arrow damage:1">bow</item>
<item slot="2">diamond pickaxe</item>
<item slot="3">iron spade</item>
<item slot="4" enchantment="dig speed:1">iron axe</item>
<item slot="5" amount="2">golden apple</item>
<item slot="7" amount="32">log</item>
<item slot="8" amount="64">baked potato</item>
<item slot="28" amount="48">arrow</item>
<potion duration="5" amplifier="3">heal</potion>
<potion duration="5" amplifier="3">damage resistance</potion>
</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 color="cd0000">leather boots</boots>
</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 color="0066cc">leather boots</boots>
</kit>
</kits>
<killreward>
<item amount="4">arrow</item>
<item amount="1">golden apple</item>
</killreward>
<toolrepair>
<tool>iron sword</tool>
<tool>bow</tool>
<tool>diamond pickaxe</tool>
<tool>iron spade</tool>
<tool>iron axe</tool>
</toolrepair>
<itemremove>
<item>baked potato</item>
</itemremove>
<spawns>
<spawn team="red" kit="red">
<regions yaw="-90">
<cuboid min="72.5,75,107.5" max="74.5,75,109.5"/>
</regions>
</spawn>
<spawn team="blue" kit="blue">
<regions yaw="90">
<cuboid min="434.5,75,107.5" max="436.5,75,109.5"/>
</regions>
</spawn>
<default>
<regions yaw="0">
<cuboid min="253.5,117,108.5" max="254.5,117,109.5"/>
</regions>
</default>
</spawns>
<respawn auto="true"/>
<respawn delay="5s" blackout="true"/>
<maxbuildheight>72</maxbuildheight>
<cores material="obsidian" leak="5">
<core team="red">
<region><cuboid min="106.5,67,110.5" max="110.5,61,106.5"/></region>
</core>
<core team="blue">
<region><cuboid min="402.5,67,106.5" max="398.5,61,110.5"/></region>
</core>
</cores>
<destroyables name="Right Monument" materials="obsidian" completion="100%">
<destroyable owner="red">
<region><cuboid min="148.5,42,178.5" max="148.5,40,178.5"/></region>
</destroyable>
<destroyable owner="blue">
<region><cuboid min="360.5,42,38.5" max="360.5,40,38.5"/></region>
</destroyable>
</destroyables>
<destroyables name="Left Monument" materials="obsidian" completion="100%">
<destroyable owner="red">
<region><cuboid min="148.5,42,38.5" max="148.5,40,38.5"/></region>
</destroyable>
<destroyable owner="blue">
<region><cuboid min="360.5,42,178.5" max="360.5,40,178.5"/></region>
</destroyable>
</destroyables>
<filters>
<filter name="deny-some">
<deny>
<block>beacon</block>
<block>emerald block</block>
<block>stained glass</block>
</deny>
</filter>
</filters>
<regions>
<apply use="deny-some">
<rectangle min="-oo,-oo" max="oo,oo"/>
</apply>
</regions>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment