Skip to content

Instantly share code, notes, and snippets.

@96alexmr
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save 96alexmr/f2ea1c63ce303a50f1e5 to your computer and use it in GitHub Desktop.

Select an option

Save 96alexmr/f2ea1c63ce303a50f1e5 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<map proto="1.3.6">
<name>Crossfire Skies</name>
<version>1.0.0</version>
<objective>Destroy both enemy monuments and leak the core.</objective>
<authors>
<author>koipen</author>
</authors>
<contributors>
<contributor contribution="XML">nixter1029</contributor>
</contributors>
<destroyables materials="diamond block" completion="100%">
<destroyables owner="blue">
<destroyable name="Upper Monument">
<region name="blue-upper-monument"/>
</destroyable>
<destroyable name="Bottom Monument">
<region name="blue-bottom-monument"/>
</destroyable>
</destroyables>
<destroyables owner="red">
<destroyable name="Upper Monument">
<region name="red-upper-monument"/>
</destroyable>
<destroyable name="Bottom Monument">
<region name="red-bottom-monument"/>
</destroyable>
</destroyables>
</destroyables>
<cores material="obsidian" leak="4">
<core team="blue">
<region>
<cuboid min="27,36,16" max="32,29,11"/>
</region>
</core>
<core team="red">
<region>
<cuboid min="90,36,16" max="85,29,11"/>
</region>
</core>
</cores>
<teams>
<team id="blue" color="blue" max="10">Blue Team</team>
<team id="red" color="red" max="10">Red Team</team>
</teams>
<kits>
<kit name="spawn">
<item slot="0">iron sword</item>
<item slot="1">bow</item>
<item slot="2">diamond pickaxe</item>
<item slot="3">stone axe</item>
<item slot="4" amount="64">wood</item>
<item slot="5" amount="32">cooked beef</item>
<item slot="28" amount="64">arrow</item>
<potion duration="5" amplifier="1">heal</potion>
</kit>
</kits>
<regions>
<cuboid name="blue-upper-monument" min="28,40,41" max="40,45,44"/>
<cuboid name="blue-bottom-monument" min="28,15,31" max="31,20,34"/>
<cuboid name="red-upper-monument" min="86,40,41" max="89,45,44"/>
<cuboid name="red-bottom-monument" min="86,15,31" max="89,20,34"/>
<apply block="deny-all" message="You may not build outside of the map.">
<negative>
<rectangle min="14,82" max="103,0"/>
</negative>
</apply>
</regions>
<maxbuildheight>40</maxbuildheight>
<multitrade/>
<spawns>
<spawn team="blue" kit="spawn">
<regions yaw="180">
<cylinder origin="29.5,33,78.5" radius="2" height="1"/>
</regions>
</spawn>
<spawn team="red" kit="spawn">
<regions yaw="180">
<cylinder origin="87.5,33,78.5" radius="2" height="1"/>
</regions>
</spawn>
</spawns>
<toolrepair>
<tool>iron sword</tool>
<tool>bow</tool>
<tool>diamond pickaxe</tool>
<tool>stone axe</tool>
</toolrepair>
<itemremove>
<item>obsidian</item>
</itemremove>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment