Skip to content

Instantly share code, notes, and snippets.

@twizmwazin
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save twizmwazin/284eb32e67ebf101ef8f to your computer and use it in GitHub Desktop.

Select an option

Save twizmwazin/284eb32e67ebf101ef8f to your computer and use it in GitHub Desktop.
Iced Wars
<?xml version="1.0" encoding="UTF-8"?>
<map proto="1.3.6">
<name>Iced Wars</name>
<version>1.0.0</version>
<objective>Leak the enemy core and bring their wools back to your victory monument!</objective>
<authors>
<author uuid="1e79acd3-562e-42d4-9a6c-e923f5284329" />
<author uuid="4c8b644b-4c7f-48db-92b1-f3aee86a328d" />
</authors>
<contributors>
<contributor uuid="385710d4-a1c8-4e57-9900-1ecd169ab853" />
<contributor uuid="98ad0d6c-26e8-48ee-8140-6fafcdd614da" />
<contributor uuid="dff980ed-9f69-491e-b79c-30c21350baf2" contribution="XML Fixing" />
</contributors>
<teams>
<team id="red-team" color="dark red" max="16" max-overfill="22">Red Team</team>
<team id="blue-team" color="blue" max="16" max-overfill="22">Blue Team</team>
</teams>
<kits>
<kit name="spawn" force="true">
<item slot="0">iron sword</item>
<item slot="1">bow</item>
<item slot="2">diamond pickaxe</item>
<item slot="3" amount="64">arrow</item>
<item slot="4" amount="64">arrow</item>
<item slot="5" amount="64">golden carrot</item>
<item slot="6" amount="64">glass</item>
<item slot="7" amount="64" damage="0">log</item>
<item slot="8">bucket</item>
</kit>
<kit name="red" parents="spawn">
<helmet color="cd0000">leather helmet</helmet>
</kit>
<kit name="blue" parents="spawn">
<helmet color="0066cc">leather helmet</helmet>
</kit>
</kits>
<filters>
<filter name="only-red">
<team>red</team>
</filter>
<filter name="only-blue">
<team>blue</team>
</filter>
<filter name="no-void">
<not>
<void />
</not>
</filter>
<filter name="only-cobweb">
<block>web</block>
</filter>
<filter name="some-blocks">
<any>
<block>log:0</block>
<block>wood:0</block>
</any>
</filter>
<filter name="only-iron">
<block>iron block</block>
</filter>
</filters>
<regions>
<union name="wool-lanes">
<cuboid name="yellow-lane" min="-19,4,-71" max="-74,56,-62" />
<cuboid name="green-lane" min="-23,4,-62" max="78,56,-71" />
<cuboid name="orange-lane" min="23,4,28" max="78,56,19" />
<cuboid name="purple-lane" min="-19,4,19" max="-74,56,28" />
</union>
<union name="wool-rooms">
<union name="blue-wools">
<rectangle name="purple" min="-74,28" max="-85,19" />
<rectangle name="purple-front" min="-68,28" max="-74,19" />
<rectangle name="orange" min="78,19" max="89,28" />
<rectangle name="orange-front" min="72,19" max="78,28" />
</union>
<union name="red-wools">
<rectangle name="green" min="78,-62" max="89,-71" />
<rectangle name="green-front" min="72,-71" max="78,-62" />
<rectangle name="yellow" min="-74,-71" max="-85,-62" />
<rectangle name="yellow-front" min="-68,-62" max="-74,-71" />
</union>
</union>
<union name="spawns">
<rectangle name="red-spawn" min="-19,-75" max="23,-112" />
<rectangle name="blue-spawn" min="23,32" max="-19,69" />
</union>
<rectangle name="center-gap" min="23,1" max="-19,-44" />
<rectangle name="map" min="oo,oo" max="-oo,-oo" />
<!-- Applied -->
<apply block="some-blocks">
<region name="purple-front" />
<region name="orange-front" />
<region name="green-front" />
<region name="yellow-front" />
</apply>
<apply block="only-cobweb">
<region name="purple" />
<region name="orange" />
<region name="green" />
<region name="yellow" />
</apply>
<apply block-break="only-iron">
<region name="spawns" />
</apply>
<apply block-place="deny-all">
<region name="spawns" />
</apply>
<apply block="only-red" enter="only-red">
<region name="red-spawn" />
<region name="blue-wools" />
</apply>
<apply block="only-blue" enter="only-blue">
<region name="blue-spawn" />
<region name="red-wools" />
</apply>
<apply block="no-void" message="You may not build in the void!">
<complement>
<region name="map" min="oo,oo" max="-oo,-oo" />
<region name="center-gap" />
<region name="wool-lanes" />
</complement>
</apply>
</regions>
<spawns>
<spawn team="red" kit="red">
<regions yaw="0">
<cuboid min="3,10,-93" max="0,10,-90" />
</regions>
</spawn>
<spawn team="blue" kit="blue">
<regions yaw="-180">
<cuboid min="1,10,50" max="4,10,47" />
</regions>
</spawn>
<default>
<complement>
<cylinder base="-34.5,53,-21.5" radius="3" height="1" />
<cylinder base="-34.5,53,-21.5" radius="2" height="1" />
</complement>
</default>
</spawns>
<wools>
<wool team="red-team" color="orange" location="83.5,12,20.5">
<monument>
<block>-0.5,11,-98.5</block>
</monument>
</wool>
<wool team="red-team" color="purple" location="-79.5,12,20.5">
<monument>
<block>3.5,11,-98.5</block>
</monument>
</wool>
<wool team="blue-team" color="lime" location="83.5,12,-63.5">
<monument>
<block>4.5,11,55.5</block>
</monument>
</wool>
<wool team="blue-team" color="yellow" location="-79.5,12,-63.5">
<monument>
<block>0.5,11,55.5</block>
</monument>
</wool>
</wools>
<cores material="obsidian" leak="5">
<core team="red-team">
<region>
<cuboid min="-1,15,-55" max="4,21,-60" />
</region>
</core>
<core team="blue-team">
<region>
<cuboid min="5,15,12" max="0,21,17" />
</region>
</core>
</cores>
<toolrepair>
<tool>iron sword</tool>
<tool>bow</tool>
</toolrepair>
<itemremove>
<item>arrow</item>
<item>golden carrot</item>
<item>leather helmet</item>
<item>glass</item>
<item>string</item>
</itemremove>
<timelock>on</timelock>
<maxbuildheight>55</maxbuildheight>
</map>
@guillevn

guillevn commented Mar 1, 2015

Copy link
Copy Markdown

Thank you! I will test it tomorrow :)

ghost commented Mar 2, 2015

Copy link
Copy Markdown

Sometimes, when you broke a piece of core the server crash (crash-report: http://pastebin.com/NSZqS9hM ) and you cant broke the cobwebs in the wool-room (is void)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment