Skip to content

Instantly share code, notes, and snippets.

@Dinner1111
Last active December 20, 2015 07:29
Show Gist options
  • Save Dinner1111/6093431 to your computer and use it in GitHub Desktop.
Save Dinner1111/6093431 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Utopia</name>
<version>1.0.0</version>
<objective>Capture the enemy's two wools before they do the same to yours.</objective>
<authors>
<author>KronicSE</author>
<author>thestrangeboy1</author>
</authors>
<contributors>
<contributor contribution="Minor map help">Pandaboy999</contributor>
<contributor contribution="XML">Dinner1111</contributor>
</contributors>
<teams>
<team color="dark red" max="32">Red Team</team>
<team color="blue" max="32">Blue Team</team>
</teams>
<kits>
<kit name="spawn">
<item slot="0">iron sword</item>
<item slot="1" enchantment="arrow infinite">bow</item>
<item slot="2" enchantment="dig speed:2;durability:3">iron pickaxe</item>
<item slot="3" amount="64">log</item>
<item slot="4" amount="64">grilled pork</item>
<item slot="5" amount="2">golden apple</item>
<item slot="6">bucket</item>
<item slot="7" amount="64">glass</item>
<item slot="8" amount="16">ladder</item>
<item slot="28">arrow</item>
</kit>
</kits>
<spawns>
<spawn team="blue" yaw="-90" kit="spawn">
<cuboid min="-48,24,12" max="-47,24,13"/>
</spawn>
<spawn team="red" yaw="90" kit="spawn">
<cuboid min="145,24,13" max="144,24,12"/>
</spawn>
<default yaw="-180">
<cuboid min="47,19,55" max="49,19,53"/>
</default>
</spawns>
<filters>
<filter name="deny-void">
<deny>
<void/>
</deny>
</filter>
<filter name="deny-red">
<deny>
<team>red</team>
</deny>
</filter>
<filter name="deny-blue">
<deny>
<team>blue</team>
</deny>
</filter>
<filter name="deny-beacon">
<deny>
<block>beacon</block>
</deny>
</filter>
</filters>
<regions>
<apply block="deny-beacon" use="deny-beacon">
<negative>
<rectangle name="playable" min="186,-51" max="-88,100"/>
</negative>
</apply>
<!-- for the wool rooms, im just going to cheat, they arent normal shapes -->
<apply block="deny-blue" enter="deny-blue">
<rectangle min="-66,45" max="-82,47"/>
<rectangle min="-63,48" max="-65,71"/>
<rectangle min="-65,47" max="-65,47"/>
<rectangle min="-63,-22" max="-65,-42"/>
<rectangle min="-66,-19" max="-84,-21"/>
<rectangle min="-65,-21" max="-65,-21"/>
</apply>
<apply block="deny-red" enter="deny-red">
<rectangle min="160,-22" max="162,-47"/>
<rectangle min="163,-19" max="183,-21"/>
<rectangle min="162,-21" max="162,-21"/>
<rectangle min="163,54" max="197,46"/>
<rectangle min="160,48" max="162,66"/>
<rectangle min="162,47" max="162,47"/>
</apply>
<apply enter="deny-red">
<cuboid min="-24,18,6" max="-24,oo,19"/>
</apply>
<apply enter="deny-blue">
<cuboid min="121,18,6" max="121,oo,19"/>
</apply>
<apply block="deny-void">
<region name="playable"/>
<complement>
<rectangle min="75,26" max="21,-0"/>
</complement>
</apply>
</regions>
<playable>
<region name="playable"/>
</playable>
<itemremove>
<item>bucket</item>
<item>arrow</item>
</itemremove>
<toolrepair>
<tool>iron sword</tool>
<tool>bow</tool>
<tool>iron pickaxe</tool>
</toolrepair>
<timelock>on</timelock>
<wools>
<wools team="blue">
<wool color="orange">
<block>-28,25,9</block>
</wool>
<wool color="purple">
<block>-28,25,16</block>
</wool>
</wools>
<wools team="red">
<wool color="lime">
<block>125,25,16</block>
</wool>
<wool color="pink">
<block>125,25,9</block>
</wool>
</wools>
</wools>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment