Skip to content

Instantly share code, notes, and snippets.

@Electroid
Created July 6, 2014 19:31
Show Gist options
  • Save Electroid/ab4a85186cd4bf941368 to your computer and use it in GitHub Desktop.
Save Electroid/ab4a85186cd4bf941368 to your computer and use it in GitHub Desktop.
Beauty of Ashes
<?xml version="1.0"?>
<map proto="1.3.3">
<include src="tutorial.xml"/>
<name>Beauty to Ashes</name>
<version>1.0</version>
<objective>Destroy the enemy's monument and leak their core!</objective>
<authors>
<author>artur1197</author>
<author>roro28gutier</author>
<author>Puyi2912</author>
<author>hanchulonXD1</author>
</authors>
<contributors>
<contributor>Avaleer</contributor>
<contributor>G_Marturet</contributor>
<contributor>xannallax33</contributor>
<contributor>JETUB1</contributor>
</contributors>
<teams>
<team color="gold" max="36">Orange Team</team>
<team color="light purple" max="36">Magenta Team</team>
</teams>
<spawns>
<spawn team="orange" kit="orange" yaw="180">
<point>-49.5,82,78.5</point>
</spawn>
<spawn team="magenta" kit="magenta" yaw="0">
<point>-49.5,82,78.5</point>
</spawn>
<default yaw="180">
<cylinder base="10.5,49,-72.5" radius="3" height="0"/>
</default>
</spawns>
<kits>
<kit name="teams">
<item slot="0" damage="-3000">iron sword</item>
<item slot="1" damage="-3000">bow</item>
<item slot="2" damage="-3000">diamond pickaxe</item>
<item slot="3" damage="-3000" enchantment="dig speed">iron axe</item>
<item slot="4" damage="1" amount="48">log</item>
<item slot="5" amount="8">torch</item>
<item slot="7" amount="16">ladder</item>
<item slot="8" damage="1" amount="48">cooked fish</item>
<item slot="28" amount="64">arrow</item>
<item slot="19" amount="64">arrow</item>
<potion duration="4">heal</potion>
<potion duration="5" amplifier="2">damage resistance</potion>
</kit>
<kit name="orange" parents="teams">
<helmet damage="-3000" color="D87F33">leather helmet</helmet>
<chestplate damage="-3000" color="D87F33">leather chestplate</chestplate>
<leggings damage="-3000" color="D87F33">leather leggings</leggings>
<boots damage="-3000" color="D87F33">leather boots</boots>
</kit>
<kit name="magenta" parents="teams">
<helmet damage="-3000" color="B24CD8">leather helmet</helmet>
<chestplate damage="3000" color="B24CD8">leather chestplate</chestplate>
<leggings damage="-3000" color="B24CD8">leather leggings</leggings>
<boots damage="-3000" color="B24CD8">leather boots</boots>
</kit>
<kit name="heal">
<potion duration="6">heal</potion>
<potion duration="7" amplifier="3">damage resistance</potion>
</kit>
</kits>
<filters>
<filter name="only-orange">
<team>orange</team>
</filter>
<filter name="only-magenta">
<team>magenta</team>
</filter>
<filter name="not-spawners">
<deny>
<block>mob spawner</block>
<block>gold plate</block>
</deny>
</filter>
</filters>
<regions>
<rectangle name="map" min="-8,62" max="-103,-209"/>
<cuboid name="above-river" min="-8,35,-93" max="-103,oo,-53"/>
<union name="velocity-pads">
<cuboid name="orange-pad" min="-45,82,63" max="-54,84,60"/>
<cuboid name="magenta-pad" min="-54,82,-210" max="-45,82,-207"/>
</union>
<union name="spawns">
<cuboid name="orange-spawn" min="-36,44,-10" max="-19,56,19"/>
<cuboid name="magenta-spawn" min="-19,44,-137" max="-35,56,-166"/>
</union>
<union name="monuments">
<cuboid name="magenta-monument" min="-89,29,-116" max="-88,32,-117"/>
<cuboid name="orange-monument" min="-89,29,-31" max="-88,32,-30"/>
</union>
<union name="cores">
<cuboid name="magenta-core" min="-87,56,-169" max="-92,61,-164"/>
<cuboid name="orange-core" min="-92,56,22" max="-87,62,17"/>
</union>
<!-- Applied -->
<apply block="deny-all" message="You may not edit outside the main area!">
<negative>
<region name="map"/>
</negative>
</apply>
<apply block="deny-all" message="You have reach the maximum build height above the river! (`735 Blocks`c)">
<region name="above-river"/>
</apply>
<apply block="deny-all" message="You may not modify the spawn area!">
<region name="spawns"/>
</apply>
<apply block="not-spawners" message="You may not break the iron spawner!">
<region name="map"/>
</apply>
<apply velocity="@0,3,0.5" kit="heal" filter="only-magenta">
<region name="magenta-pad"/>
</apply>
<apply velocity="@0,3,-0.5" kit="heal" filter="only-orange">
<region name="orange-pad"/>
</apply>
</regions>
<modes>
<mode after="15m" material="gold block" name="GOLD CORE MODE"/>
<mode after="25m" material="glass" name="GLASS CORE MODE"/>
</modes>
<cores material="obsidian" leak="7" mode-changes="true">
<core team="orange">
<region name="orange-core"/>
</core>
<core team="magenta">
<region name="magenta-core"/>
</core>
</cores>
<destroyables name="Monument" materials="obsidian" completion="100%" repairable="false">
<destroyable owner="orange">
<region name="orange-monument"/>
</destroyable>
<destroyable owner="magenta">
<region name="magenta-monument"/>
</destroyable>
</destroyables>
<maxbuildheight>68</maxbuildheight>
<toolrepair>
<tool>iron sword</tool>
<tool>bow</tool>
<tool>diamond pickaxe</tool>
<tool>iron axe</tool>
</toolrepair>
<itemremove>
<item>log</item>
<item>wood</item>
<item>cooked fish</item>
<item>ladder</item>
<item>torch</item>
<item>arrow</item>
<item>leather helmet</item>
<item>leather chestplate</item>
<item>leather leggings</item>
<item>leather boots</item>
</itemremove>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment