Skip to content

Instantly share code, notes, and snippets.

@Electroid
Created October 8, 2013 20:38
Show Gist options
  • Select an option

  • Save Electroid/6891220 to your computer and use it in GitHub Desktop.

Select an option

Save Electroid/6891220 to your computer and use it in GitHub Desktop.
State of Decay XML
<?xml version="1.0"?>
<map proto="1.3.0">
<name>State of Decay</name>
<version>1.0.0-e</version>
<objective>Destroy the enemy team's obsidian monument to win!</objective>
<authors>
<author>Draco_Rogue</author>
</authors>
<contributors>
<contributor contribution="XML">Dinner1111</contributor>
</contributors>
<teams>
<team color="gold" max="40">Orange Team</team>
<team color="dark red" max="40">Red Team</team>
</teams>
<kits>
<kit name="spawn">
<item slot="0" name="`7Rusted Dagger">stone sword</item>
<item slot="1" name="`7Pinethorn Shortbow" enchantment="arrow infinite:1">bow</item>
<item slot="2">diamond pickaxe</item>
<item slot="3">stone axe</item>
<item slot="4" amount="64" name="`7Decaying Leaves" damage="1">leaves</item>
<item slot="5" amount="32" damage="1">log</item>
<item slot="6" amount="3">tnt</item>
<item slot="7">shears</item>
<item slot="8" name="`7Darkleaf Apple" amount="2">golden apple</item>
<item slot="28">arrow</item>
</kit>
<kit name="red" parents="spawn">
<helmet color="993333">leather helmet</helmet>
<chestplate color="993333" enchantment="protection explosions:2">leather chestplate</chestplate>
<boots color="993333" enchantment="protection fall:1">leather boots</boots>
</kit>
<kit name="orange" parents="spawn">
<helmet color="E5E533">leather helmet</helmet>
<chestplate color="E5E533" enchantment="protection explosions:2">leather chestplate</chestplate>
<boots color="E5E533" enchantment="protection fall:1">leather boots</boots>
</kit>
</kits>
<spawns>
<spawn team="red" kit="red" yaw="-45">
<point>-31,19,-101</point>
</spawn>
<spawn team="orange" kit="orange" yaw="135">
<point>32,19,54</point>
</spawn>
<default yaw="-90">
<cuboid min="-0,44,-24" max="1,44,-22"/>
</default>
</spawns>
<filters>
<filter name="only-red" parents="deny-players">
<allow><team>red</team></allow>
</filter>
<filter name="only-orange" parents="deny-players">
<allow><team>orange</team></allow>
</filter>
</filters>
<regions>
<apply block="deny-all">
<negative>
<rectangle min="-50,-123" max="50,75"/>
</negative>
</apply>
<apply block="deny-all">
<rectangle min="-17,-17" max="-15,-16"/>
<rectangle min="18,-29" max="16,-30"/>
</apply>
<apply block="deny-all" enter="only-red">
<circle center="-30,-100" radius="7"/>
</apply>
<apply block="deny-all" enter="only-orange">
<circle center="31,53" radius="7"/>
</apply>
</regions>
<killreward>
<item amount="3">tnt</item>
</killreward>
<timelock>on</timelock>
<maxbuildheight>30</maxbuildheight>
<tnt>
<instantignite>on</instantignite>
<blockdamage>off</blockdamage>
</tnt>
<itemremove>
<item>leather helmet</item>
<item>leather chestplate</item>
<item>leather boots</item>
<item>tnt</item>
</itemremove>
<toolrepair>
<tool>arrow</tool>
<tool>stone sword</tool>
<tool>bow</tool>
<tool>shears</tool>
<tool>diamond pickaxe</tool>
<tool>stone axe</tool>
</toolrepair>
<destroyables name="Monument" materials="obsidian" completion="100%">
<destroyable owner="red">
<cuboid min="-1,21,-77" max="-1,19,-77"/>
</destroyable>
<destroyable owner="orange">
<cuboid min="1,21,29" max="1,19,29"/>
</destroyable>
</destroyables>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment