Skip to content

Instantly share code, notes, and snippets.

@Dinner1111
Created July 26, 2013 23:11
Show Gist options
  • Save Dinner1111/6092855 to your computer and use it in GitHub Desktop.
Save Dinner1111/6092855 to your computer and use it in GitHub Desktop.
Removed all efficiency enchantments from bows and updated their version.
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Aerobellum</name>
<version>1.0.1-alpha</version>
<objective>Destroy the obsidian from the enemy team's main engine.</objective>
<authors>
<author>Stealth5061</author>
</authors>
<rules>
<rule>Do not target the mapmaker :(</rule>
</rules>
<teams>
<team color="dark red" max="24">Red Team</team>
<team color="blue" max="24">Blue Team</team>
</teams>
<maxbuildheight>71</maxbuildheight>
<spawns>
<spawns kit="spawn">
<spawn team="red" yaw="90">
<cylinder base="-59,22,22" radius="2" height="0"/>
</spawn>
<spawn team="blue" yaw="90">
<cylinder base="-59,22,-39" radius="2" height="0"/>
</spawn>
</spawns>
<default yaw="270">
<cuboid min="-110,42,-11" max="-106,42,-5"/>
</default>
</spawns>
<filters>
<filter name="deny-fire">
<deny><block>fire</block></deny>
</filter>
</filters>
<regions>
<apply block="deny-all">
<cylinder base="-59,21,22" radius="2" height="0"/>
<cylinder base="-59,21,-39" radius="2" height="0"/>
<!-- Blue Spawn Protection -->
<cuboid min="-61,21,-36" max="-56,24,-41"/>
<!--Red Spawn Protection -->
<cuboid min="-61,21,24" max="-56,24,21"/>
</apply>
<apply block="deny-all">
<negative>
<rectangle min="-102,-67" max="8,51"/>
</negative>
</apply>
<apply block="deny-fire">
<rectangle min="-102,-67" max="8,51"/>
</apply>
</regions>
<tnt>
<blockdamage>off</blockdamage>
</tnt>
<kits>
<kit name="spawn">
<item slot="2">diamond pickaxe</item>
<item slot="0">iron sword</item>
<item slot="1" enchantment="arrow infinite:1">bow</item>
<item slot="5" amount="32">grilled pork</item>
<item slot="3" damage="1" amount="32">log</item>
<item slot="4" amount="8">ladder</item>
<item slot="28">arrow</item>
<potion duration="5">damage resistance</potion>
<potion duration="5">heal</potion>
<chestplate>chainmail chestplate</chestplate>
</kit>
</kits>
<destroyables name="engine" materials="obsidian" completion="100%">
<destroyable owner="red">
<cuboid min="-32,23,22" max="-30,23,22"/>
</destroyable>
<destroyable owner="blue">
<cuboid min="-32,23,-39" max="-30,23,-39"/>
</destroyable>
</destroyables>
<toolrepair>
<tool>iron sword</tool>
<tool>diamond pickaxe</tool>
<tool>bow</tool>
<tool>iron axe</tool>
</toolrepair>
<itemremove>
<item>arrow</item>
<item>chainmail chestplate</item>
<item>obsidian</item>
<item>log</item>
<item>wood</item>
<item>grilled pork</item>
<item>ladder</item>
<item>string</item>
</itemremove>
</map>
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Anathema</name>
<version>0.1.1</version>
<objective>Destroy the enemy team's sponges underneath their beacon towers!</objective>
<authors>
<author>Rixiot</author>
<author>xSugoix</author>
</authors>
<teams>
<team color="blue" max="50">Blue Team</team>
<team color="dark red" max="50">Red Team</team>
</teams>
<timelock>off</timelock>
<filters>
<filter name="deny-fire">
<deny><block>fire</block><block>bed</block></deny>
</filter>
<filter name="iron-protection">
<deny><block>beacon</block></deny>
<deny><block>iron block</block></deny>
</filter>
<filter name="beacon-protection">
<deny><block>beacon</block></deny>
</filter>
<filter name="red-base-tnt">
<all>
<any>
<not>
<all>
<team>red</team>
<block>tnt</block>
</all>
</not>
<team>blue</team>
</any>
<filter name="deny-fire" />
</all>
</filter>
<filter name="blue-base-tnt">
<all>
<any>
<not>
<all>
<team>blue</team>
<block>tnt</block>
</all>
</not>
<team>red</team>
</any>
<filter name="deny-fire" />
</all>
</filter>
</filters>
<mobs>
<filter parents="deny-all">
<allow>
<spawn>spawner egg</spawn>
</allow>
</filter>
</mobs>
<regions>
<rectangle name="main-area" min="227,1" max="-259,-79"/>
<!-- blue classes -->
<cuboid name="b-knight" min="-16,26,-100" max="-15,32,-98"/>
<cuboid name="b-archer" min="-16,26,-103" max="-15,32,-101"/>
<cuboid name="b-builder" min="-16,26,-106" max="-15,32,-104"/>
<cuboid name="b-sapper" min="-16,26,-109" max="-15,32,-107"/>
<!-- red classes -->
<cuboid name="r-knight" min="-17,26,-109" max="-16,32,-107"/>
<cuboid name="r-archer" min="-17,26,-106" max="-16,32,-104"/>
<cuboid name="r-builder" min="-17,26,-103" max="-16,32,-101"/>
<cuboid name="r-sapper" min="-17,26,-100" max="-16,32,-98"/>
<!-- red beacons -->
<union name="r-beacons">
<cuboid min="-212,33,-15" max="-207,38,-10"/>
<cuboid min="-212,33,-68" max="-207,38,-63"/>
<cuboid min="-249,40,-75" max="-244,45,-70"/>
<cuboid min="-249,40,-8" max="-244,45,-3"/>
</union>
<!-- blue beacons -->
<union name="b-beacons">
<cuboid min="175,33,-15" max="180,38,-10"/>
<cuboid min="175,33,-68" max="180,38,-63"/>
<cuboid min="212,40,-75" max="217,45,-70"/>
<cuboid min="212,40,-8" max="217,45,-3"/>
</union>
<apply kit="knight">
<region name="r-knight"/>
<region name="b-knight"/>
</apply>
<apply kit="archer">
<region name="r-archer"/>
<region name="b-archer"/>
</apply>
<apply kit="builder">
<region name="r-builder"/>
<region name="b-builder"/>
</apply>
<apply kit="sapper">
<region name="r-sapper"/>
<region name="b-sapper"/>
</apply>
<apply block="deny-all" message="You may not place blocks in the void">
<negative>
<region name="main-area"/>
</negative>
</apply>
<apply block="iron-protection" use="beacon-protection" message="You may not modify the beacon area">
<region name="b-beacons"/>
<region name="r-beacons"/>
</apply>
<rectangle name="blue-spawn" min="217,-79" max="227,1"/>
<rectangle name="red-spawn" min="-259,1" max="-249,-79"/>
<apply block="deny-all" message="You may not modify spawn">
<region name="red-spawn"/>
<region name="blue-spawn"/>
</apply>
<apply block-place="blue-base-tnt" message="You may not place TNT in your fortress!">
<complement name="blue-tnt-prot">
<union>
<rectangle min="147,-79" max="227,1"/><!-- Standard protection - inside fortress -->
<rectangle min="95,-79" max="147,1"/><!-- Extended protection -->
</union>
<region name="blue-spawn"/>
</complement>
</apply>
<apply block-place="red-base-tnt" message="You may not place TNT in your fortress!">
<complement name="red-tnt-prot">
<union>
<rectangle min="-259,-79" max="-178,1"/><!-- Standard protection - inside fortress -->
<rectangle min="-178,-79" max="-127,1"/><!-- Extended public server anti-teamgrief -->
</union>
<region name="red-spawn"/>
</complement>
</apply>
<apply block="deny-fire">
<complement>
<region name="main-area" />
<union>
<region name="blue-spawn" />
<region name="blue-tnt-prot" />
<region name="red-spawn" />
<region name="red-tnt-prot" />
</union>
</complement>
</apply>
</regions>
<kits>
<kit name="spawn">
<potion duration="15" amplifier="1">heal</potion>
</kit>
<kit name="builder">
<item slot="0" damage="-3000" enchantment="damage all:2;knockback:1">iron hoe</item>
<item slot="1" damage="-3000" enchantment="durability:3;dig speed:2">iron pickaxe</item>
<item slot="2" amount="8" damage="16389">potion</item> <!-- instant health 1 -->
<item slot="3" amount="4" damage="16396">potion</item> <!-- instant damage 1 -->
<item slot="4" amount="64" damage="3">smooth brick</item>
<item slot="31" amount="64" damage="3">smooth brick</item>
<item slot="22" amount="64" damage="3">smooth brick</item>
<item slot="32" amount="64" damage="4">wood</item>
<item slot="23" amount="64" damage="4">wood</item>
<item slot="5" amount="16">cookie</item>
<item slot="6" amount="4">cake block</item>
<item slot="7" amount="32">gravel</item>
<item slot="8" amount="12">web</item>
<helmet enchantment="oxygen:2;water worker:2">gold helmet</helmet>
<chestplate>leather chestplate</chestplate>
<boots enchantment="protection fall:3;protection fall:2">leather boots</boots>
<potion duration="1200" amplifier="2">fast digging</potion>
<potion duration="10" amplifier="1">heal</potion>
</kit>
<kit name="knight">
<item slot="0" damage="-3000" enchantment="damage all:1">iron axe</item>
<item slot="1" damage="-3000" enchantment="knockback:1">iron spade</item>
<item slot="2" amount="4">cooked beef</item>
<item slot="3" amount="8">bread</item>
<item slot="4">golden apple</item>
<item slot="5">carrot stick</item>
<item slot="6" amount="4">carrot item</item>
<item slot="7" damage="90">monster egg</item>
<item slot="8">saddle</item>
<helmet enchantment="protection environmental:1">chainmail helmet</helmet>
<chestplate enchantment="protection environmental:1">iron chestplate</chestplate>
<leggings enchantment="protection environmental:1">chainmail leggings</leggings>
<boots enchantment="protection environmental:1;protection fall:2">iron boots</boots>
<potion duration="10" amplifier="1">heal</potion>
<potion duration="30" amplifier="1">slow</potion>
</kit>
<kit name="sapper">
<item slot="0" damage="-3000" enchantment="damage all:1">stone pickaxe</item>
<item slot="1" damage="-3000">stone spade</item>
<item slot="2" damage="-3000" enchantment="fire aspect:3">flint and steel</item>
<item slot="3" amount="16">TNT</item>
<item slot="4" amount="64">gravel</item>
<item slot="5" amount="16">cooked chicken</item>
<helmet enchantment="protection explosions:5;protection projectile:1">diamond helmet</helmet>
<boots enchantment="protection explosions:5;protection fall:4">diamond boots</boots>
<potion duration="1200" amplifier="2">jump</potion>
<potion duration="10" amplifier="1">heal</potion>
</kit>
<kit name="archer">
<item slot="0" damage="-3000" enchantment="arrow damage:2">bow</item>
<item slot="1" amount="24">ladder</item>
<item slot="2" amount="16">cooked fish</item>
<item slot="7" amount="64">arrow</item>
<item slot="8" amount="64">arrow</item>
<helmet>chainmail helmet</helmet>
<chestplate enchantment="protection projectile:1">leather chestplate</chestplate>
<leggings>chainmail leggings</leggings>
<boots enchantment="protection projectile:1;protection fall:2">leather boots</boots>
<potion duration="10" amplifier="1">heal</potion>
</kit>
<kit name="observer">
<potion duration="54000" amplifier="1">night vision</potion>
</kit>
</kits>
<spawns>
<spawns kit="spawn">
<spawn team="red" yaw="270">
<cuboid min="-21,27,-107" max="-18,27,-100"/>
</spawn>
<spawn team="blue" yaw="90">
<cuboid min="-14,27,-107" max="-11,27,-100"/>
</spawn>
</spawns>
<default yaw="0" kit="observer"><cylinder base="-16,33,-104.5" radius="3" height="0"/></default>
</spawns>
<maxbuildheight>65</maxbuildheight>
<portals>
<!-- red portals -->
<portal x="-237" y="-7" z="97" yaw="90">
<region name="r-knight"/>
</portal>
<portal x="-236" y="-7" z="71" yaw="180">
<region name="r-archer"/>
</portal>
<portal x="-236" y="-7" z="58" yaw="180">
<region name="r-builder"/>
</portal>
<portal x="-237" y="-7" z="33" yaw="-90">
<region name="r-sapper"/>
</portal>
<!-- blue portals -->
<portal x="237" y="-7" z="32" yaw="90">
<region name="b-knight"/>
</portal>
<portal x="236" y="-7" z="58" yaw="180">
<region name="b-archer"/>
</portal>
<portal x="236" y="-7" z="71" yaw="180">
<region name="b-builder"/>
</portal>
<portal x="237" y="-7" z="96" yaw="-90">
<region name="b-sapper"/>
</portal>
</portals>
<destroyables completion="100%" materials="sponge">
<destroyable name="Sponge A" owner="blue">
<cuboid min="177,32,-66" max="178,33,-65"/>
</destroyable>
<destroyable name="Sponge B" owner="blue">
<cuboid min="177,32,-13" max="178,33,-12"/>
</destroyable>
<destroyable name="Sponge C" owner="blue">
<cuboid min="214,39,-73" max="215,40,-72"/>
</destroyable>
<destroyable name="Sponge D" owner="blue">
<cuboid min="214,39,-6" max="215,40,-5"/>
</destroyable>
<destroyable name="Sponge A" owner="red">
<cuboid min="-210,32,-13" max="-209,33,-12"/>
</destroyable>
<destroyable name="Sponge B" owner="red">
<cuboid min="-210,32,-66" max="-209,33,-65"/>
</destroyable>
<destroyable name="Sponge C" owner="red">
<cuboid min="-247,39,-6" max="-246,40,-5"/>
</destroyable>
<destroyable name="Sponge D" owner="red">
<cuboid min="-247,39,-73" max="-246,40,-72"/>
</destroyable>
</destroyables>
<time result="objectives">1200</time>
<itemremove>
<item>sponge</item>
<!-- armor -->
<item>leather chestplate</item>
<item>leather leggings</item>
<item>leather boots</item>
<item>chainmail helmet</item>
<item>chainmail leggings</item>
<item>iron chestplate</item>
<item>iron boots</item>
<item>diamond helmet</item>
<item>diamond boots</item>
<item>gold helmet</item>
<!-- tools -->
<item>wood sword</item>
<item>stone pickaxe</item>
<item>stone spade</item>
<item>iron hoe</item>
<item>iron pickaxe</item>
<item>iron spade</item>
<item>iron axe</item>
<item>stone sword</item>
<item>flint and steel</item>
<!-- food -->
<item>golden apple</item>
<item>cookie</item>
<item>cake block</item>
<item>cooked beef</item>
<item>bread</item>
<item>cooked chicken</item>
<item>cooked fish</item>
<!-- misc -->
<item>web</item>
<item>TNT</item>
<item>bow</item>
<item>ladder</item>
<item>arrow</item>
<item>potion</item>
<item>carrot stick</item>
<item>carrot item</item>
<item>monster egg</item>
<item>saddle</item>
<item>smooth brick:3</item>
<item>wood:4</item>
</itemremove>
</map>
<?xml version="1.0"?>
<map proto="1.0.0">
<name>Avalon Funland</name>
<version>1.1.3</version>
<objective>Destroy the enemy team's core in the center of their Ferris Wheel</objective>
<authors>
<author>911chandler</author>
<author>Nadastorm</author>
</authors>
<teams>
<team color="blue" max="50">Blue Team</team>
<team color="dark red" max="50">Red Team</team>
</teams>
<kits>
<kit name="spawn">
<item slot="0">iron sword</item>
<item slot="1">bow</item>
<item slot="19" amount="64">arrow</item>
<item slot="28" amount="64">arrow</item>
<item slot="2" enchantment="durability:3;dig speed:1">iron pickaxe</item>
<item slot="3" amount="64" damage="1">log</item>
<item slot="4" amount="64">glass</item>
<item slot="5" amount="2">golden apple</item>
<item slot="6" name="TNT Defuser" lore="`7Right click to defuse teammate's TNT">shears</item>
<item slot="8" amount="64">cooked chicken</item>
<head>pumpkin</head>
</kit>
</kits>
<itemremove>
<item>glowstone dust</item>
</itemremove>
<spawns>
<spawns kit="spawn">
<spawn team="blue" yaw="180"><cylinder base="49.5,22,88.5" radius="3.5" height="0"/></spawn>
<spawn team="red" yaw="0"><cylinder base="49.5,22,-89.5" radius="3.5" height="0"/></spawn>
</spawns>
<default yaw="270"><cylinder base="0.5,30,-0.5" radius="5" height="0"/></default>
</spawns>
<filters>
<filter name="only-resources" parents="deny-blocks">
<allow>
<block>diamond block</block>
<block>iron block</block>
<block>glass</block>
</allow>
</filter>
<filter name="only-blue" parents="deny-players deny-world">
<allow><team>blue</team></allow>
</filter>
<filter name="only-red" parents="deny-players deny-world">
<allow><team>red</team></allow>
</filter>
</filters>
<regions>
<apply block="deny-all">
<negative><rectangle name="playable" min="15,-158" max="84,157"/></negative>
</apply>
<cuboid name="red-spawn" min="38,21,-100" max="61,33,-78"/>
<cuboid name="blue-spawn" min="38,21,77" max="61,33,99"/>
<apply block="only-resources" message="You may not modify the base area">
<region name="red-spawn"/>
<region name="blue-spawn"/>
</apply>
<apply enter="only-red" message="You may not enter red team's base">
<region name="red-spawn"/>
</apply>
<apply enter="only-blue" message="You may not enter blue team's base">
<region name="blue-spawn"/>
</apply>
</regions>
<maxbuildheight>76</maxbuildheight>
<cores material="obsidian" leak="5">
<core team="blue"><cuboid min="47,48,139" max="52,53,150"/></core>
<core team="red"><cuboid min="47,48,-151" max="52,53,-140"/></core>
</cores>
</map>
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Battle of Tenjin 2</name>
<version>1.0.2</version>
<objective>Break and leak lava from both of the opposing team's cores.</objective>
<authors>
<author>SajinZero</author>
<author>Plastix</author>
<author>MonsieurApple</author>
<author>Stealth5061</author>
</authors>
<contributors>
<contributor contribution="Feedback and details">Lyzak</contributor>
<contributor contribution="Feedback and details">i2</contributor>
<contributor contribution="Nothing really supid whale">Ander301</contributor>
<contributor contribution="Shire baggins">IM_A_H0B0</contributor>
</contributors>
<teams>
<team color="blue" max="50">Blue Team</team>
<team color="dark red" max="50">Red Team</team>
</teams>
<spawns>
<spawn team="blue" kit="blue" yaw="180"><cuboid min="-2,25,-58" max="3,25,-55"/>></spawn>
<spawn team="red" kit="red" yaw="0"><cuboid min="3,25,59" max="-2,25,56"/></spawn>
<default yaw="-90"><cylinder base="92,39,0" radius="3" height="0"/></default>
</spawns>
<kits>
<kit name="spawn">
<item slot="0">iron sword</item>
<item slot="1" enchantment="arrow infinite:1">bow</item>
<item slot="28" amount="1">arrow</item>
<item slot="2" enchantment="dig speed:1;durability:3">iron pickaxe</item>
<item slot="3" amount="64" damage="2">wood</item>
<item slot="4" amount="32">glass</item>
<item slot="5" amount="32">ladder</item>
<item slot="6" amount="64">cooked fish</item>
<item slot="7" amount="1">golden apple</item>
<potion duration="10">heal</potion>
<potion duration="15">damage resistance</potion>
</kit>
<kit name="red" parents="spawn">
<helmet color="cd0000">leather helmet</helmet>
<chestplate color="cd0000">leather chestplate</chestplate>
<leggings color="cd0000">leather leggings</leggings>
<boots color="cd0000" enchantment="protection fall:2">leather boots</boots>
</kit>
<kit name="blue" parents="spawn">
<helmet color="0066cc">leather helmet</helmet>
<chestplate color="0066cc">leather chestplate</chestplate>
<leggings color="0066cc">leather leggings</leggings>
<boots color="0066cc" enchantment="protection fall:2">leather boots</boots>
</kit>
</kits>
<filters>
<filter name="only-blue" parents="deny-players deny-world">
<allow><team>blue</team></allow>
</filter>
<filter name="only-red" parents="deny-players deny-world">
<allow><team>red</team></allow>
</filter>
<filter name="base-protection" parents="deny-all">
<allow>
<block>iron block</block>
<block>diamond block</block>
<block>ladder</block>
<block>rails</block>
</allow>
</filter>
</filters>
<regions>
<apply enter="only-red">
<cuboid min="5,18,53" max="-4,22,54"/>
</apply>
<apply enter="only-blue">
<cuboid min="-4,18,-53" max="5,22,-52"/>
</apply>
<apply block="base-protection">
<!-- Red Team -->
<cuboid min="17,17,51" max="-16,32,84"/>
<!-- Blue Team -->
<cuboid min="-16,17,-50" max="17,32,-83"/>
</apply>
<apply block="deny-all">
<negative name="playable-inverse">
<rectangle min="56,107" max="-55,-106"/>
</negative>
</apply>
</regions>
<maxbuildheight>45</maxbuildheight>
<timelock>off</timelock>
<cores material="obsidian" leak="7">
<cores team="red">
<core name="Left Core"><cuboid min="46,15,92" max="40,22,98"/></core>
<core name="Right Core"><cuboid min="-40,15,92" max="-46,22,98"/></core>
</cores>
<cores team="blue">
<core name="Left Core"><cuboid min="-46,15,-90" max="-39,22,-97"/></core>
<core name="Right Core"><cuboid min="40,15,-90" max="47,22,-97"/></core>
</cores>
</cores>
<toolrepair>
<tool>iron sword</tool>
<tool>iron pickaxe</tool>
<tool>bow</tool>
</toolrepair>
<itemremove>
<item>cooked fish</item>
<item>golden apple</item>
<item>ladder</item>
<item>glass</item>
<item>wood</item>
<item>flint</item>
<item>seeds</item>
<item>red rose</item>
<item>yellow flower</item>
<item>sugar cane</item>
<item>leather helmet</item>
<item>leather chestplate</item>
<item>leather leggings</item>
<item>leather boots</item>
<item>rails</item>
<item>red mushroom</item>
</itemremove>
</map>
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Bessemer's Process</name>
<version>1.0.1</version>
<objective>Leak lava from the enemy's obsidian core.</objective>
<authors>
<author contribution="Overall design, major building, coding">Zelocksurian</author>
<author contribution="Details, consistency, minor design">Stealth5061</author>
</authors>
<contributors>
<contributor contribution="Sewers">SH4DOW_HAWK</contributor>
</contributors>
<teams>
<team color="blue" max="32">Blue Team</team>
<team color="dark red" max="32">Red Team</team>
</teams>
<kits>
<kit name="spawn">
<item slot="0">stone sword</item>
<item slot="1">bow</item>
<item slot="2" enchantment="dig speed:1">iron pickaxe</item>
<item slot="28" amount="64">arrow</item>
<item slot="19" amount="64">arrow</item>
<item slot="3" amount="32">cooked fish</item>
<item slot="4" amount="64">brick</item>
<item slot="5" amount="64">wood</item>
<chestplate>chainmail chestplate</chestplate>
</kit>
</kits>
<spawns>
<default yaw="90">
<cuboid min="111,51,-8" max="106,51,-13"/>
</default>
<spawns kit="spawn">
<spawn team="red" yaw="0">
<cuboid min="8,8,-103" max="12,8,-98"/>
</spawn>
<spawn team="blue" yaw="180">
<cuboid min="55,8,81" max="51,8,75"/>
</spawn>
</spawns>
</spawns>
<filters>
<filter name="no-void" parents="allow-all">
<deny>
<void/>
</deny>
</filter>
</filters>
<regions>
<!-- Main build region -->
<apply block="no-void" message="You may not build outside of the map!">
<complement>
<rectangle name="main-area" min="0,-121" max="64,99" /> <!-- Main region -->
<rectangle min="0,-54" max="64,32" /> <!-- Buildable region in middle of map -->
</complement>
</apply>
<apply block="deny-all" message="You may not build outside of the map!">
<negative><region name="main-area" /></negative>
</apply>
<!-- Spawn protection -->
<apply block="deny-all" message="Stop messing with the spawn and fight">
<cuboid min="18,6,-94" max="2,20,-108"/>
<cuboid min="45,6,71" max="61,20,85"/>
</apply>
</regions>
<cores material="obsidian" leak="2">
<core team="red"><cuboid min="43,11,-105" max="39,17,-109"/></core>
<core team="blue"><cuboid min="20,11,82" max="24,17,86"/></core>
</cores>
<toolrepair>
<tool>stone sword</tool>
<tool>bow</tool>
<tool>iron pickaxe</tool>
</toolrepair>
<itemremove>
<item>brick</item>
<item>wood</item>
<item>chainmail chestplate</item>
<item>cooked fish</item>
<item>arrow</item>
</itemremove>
</map>
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Golden Drought</name>
<version>1.2.6</version>
<objective>Take the wool from the enemy wool rooms and place it on your victory monument while defending your own wool.</objective>
<authors>
<author>Reshif</author>
</authors>
<contributors>
<contributor contribution="Beautificationalist and consultant">IM_A_H0B0</contributor>
<contributor contribution="Mindless slave">magnussvoge</contributor>
</contributors>
<teams>
<team color="blue" max="50">Blue Team</team>
<team color="dark red" max="50">Red Team</team>
</teams>
<kits>
<kit name="spawn">
<item slot="0">stone sword</item>
<item slot="1" enchantment="arrow infinite:1">bow</item>
<item slot="2" enchantment="durability:1;dig speed:1">iron pickaxe</item>
<item slot="3" amount="64">sandstone</item>
<item slot="4" amount="64" damage="2">wood</item>
<item slot="8" amount="64">cooked chicken</item>
<item slot="7" amount="2">golden apple</item>
<item slot="6" amount="64">ladder</item>
<item slot="5" amount="4">web</item>
<item slot="35" amount="1">bucket</item>
<item slot="28" amount="1">arrow</item>
<item slot="21" amount="64">sandstone</item>
<item slot="30" amount="64">sandstone</item>
<potion duration="10" amplifier="4">damage resistance</potion>
</kit>
</kits>
<itemremove>
<item>cooked chicken</item>
<item>golden apple</item>
<item>sandstone</item>
<item>wood</item>
<item>ladder</item>
<item>web</item>
<item>arrow</item>
<item>bucket</item>
<item>glass bottle</item>
<item>string</item>
</itemremove>
<toolrepair>
<tool>stone sword</tool>
<tool>bow</tool>
<tool>iron pickaxe</tool>
</toolrepair>
<spawns>
<spawn team="blue" kit="spawn">
<point type="random" yaw="135">
<cylinder base="136,17,-346" radius="1" height="0"/>
</point>
</spawn>
<spawn team="red" kit="spawn">
<point type="random" yaw="315">
<cylinder base="2,17,-481" radius="1" height="0"/>
</point>
</spawn>
<default>
<point type="random" yaw="225">
<cylinder base="116,12,-461" radius="2" height="0"/>
</point>
</default>
</spawns>
<filters>
<filter name="only-blue" parents="deny-players deny-world">
<allow><team>blue</team></allow>
</filter>
<filter name="only-red" parents="deny-players deny-world">
<allow><team>red</team></allow>
</filter>
<filter name="allow-gold" parents="deny-all">
<allow>
<block>gold block</block>
</allow>
</filter>
</filters>
<regions>
<!-- blue wool room protection (these are the wools blue has to get) -->
<union name="blue-wool-rooms">
<rectangle min="-42,-496" max="-27,-481"/>
<rectangle min="-13,-525" max="2,-510"/>
</union>
<apply block="only-blue" use="only-blue">
<region name="blue-wool-rooms"/>
</apply>
<apply enter="only-blue" message="You may not enter your own wool room!">
<region name="blue-wool-rooms"/>
</apply>
<apply enter="only-blue" message="You may not enter the enemy team's base">
<rectangle min="154,-329" max="119,-364"/>
</apply>
<!-- red wool room protection (these are the wools red has to get) -->
<union name="red-wool-rooms">
<rectangle min="166,-346" max="181,-331"/>
<rectangle min="152,-302" max="137,-317"/>
</union>
<apply block="only-red" use="only-red">
<region name="red-wool-rooms"/>
</apply>
<apply enter="only-red" message="You may not enter your own wool room!">
<region name="red-wool-rooms"/>
</apply>
<apply enter="only-red" message="You may not enter the enemy team's base">
<rectangle min="-15,-498" max="20,-463"/>
</apply>
<!-- void protection -->
<apply block="deny-all" message="You may not break or place blocks in the void!">
<!-- red side -->
<rectangle min="-1000,1000" max="32,-436"/>
<rectangle min="1000,-1000" max="47,-451"/>
<rectangle min="-1000,-1000" max="-13,-496"/>
<rectangle min="-1000,-1000" max="-42,-436"/>
<rectangle min="-1000,-1000" max="46,-525"/>
<!-- blue side -->
<rectangle min="1000,-1000" max="107,-391"/>
<rectangle min="-1000,1000" max="92,-376"/>
<rectangle min="1000,1000" max="152,-331"/>
<rectangle min="1000,1000" max="181,-390"/>
<rectangle min="1000,1000" max="92,-302"/>
</apply>
<apply block-break="allow-gold" block-place="deny-all" message="You may only break gold blocks in the base">
<rectangle min="107,-376" max="166,-317"/>
<rectangle min="-27,-510" max="32,-451"/>
</apply>
</regions>
<maxbuildheight>45</maxbuildheight>
<wools>
<wool team="red" color="lime">
<block location="17,14,-467"/>
</wool>
<wool team="red" color="green">
<block location="16,14,-466"/>
</wool>
<wool team="blue" color="pink">
<block location="122,14,-362"/>
</wool>
<wool team="blue" color="purple">
<block location="121,14,-361"/>
</wool>
</wools>
</map>
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Hadron</name>
<version>1.0.1</version>
<objective>Take both of the enemy team's wools back to your base before the other team can do the same!</objective>
<authors>
<author contibution="Overall map design and aesthetics">Stealth5061</author>
</authors>
<contributors>
<contibutor contribution="Minor aesthetics help">SH4D0W_HAWK</contibutor>
</contributors>
<teams>
<team color="dark red" max="40">Red Team</team>
<team color="blue" max="40">Blue Team</team>
</teams>
<spawns>
<spawns kit="spawn">
<spawn team="blue">
<point yaw="0">
<cylinder name="blue1" base="47,16,97" radius="3" height="0"/>
</point>
<point yaw="180">
<cylinder name="blue2" base="47,16,121" radius="3" height="0"/>
</point>
</spawn>
<spawn team="red">
<point yaw="0">
<cylinder name="red1" base="175,16,97" radius="3" height="0"/>
</point>
<point yaw="180">
<cylinder name="red2" base="175,16,121" radius="3" height="0"/>
</point>
</spawn>
</spawns>
<default yaw="-90">
<cylinder base="111,8,109" radius="2" height="0"/>
</default>
</spawns>
<kits>
<kit name="spawn">
<item slot="0">iron sword</item>
<item slot="1" enchantment="arrow infinite:1">bow</item>
<item slot="28" amount="1">arrow</item>
<item slot="2" enchantment="durability:3;dig speed:1">iron pickaxe</item>
<item slot="3" amount="32">cooked chicken</item>
<item slot="4" amount="32" damage="2">log</item>
<item slot="5" amount="64">smooth brick</item>
<item slot="6" amount="2">golden apple</item>
</kit>
</kits>
<filters>
<!-- voidmatcher -->
<filter name="no-void" parents="allow-all">
<deny>
<void/>
</deny>
</filter>
<filter name="only-iron">
<any>
<block>iron block</block>
</any>
</filter>
<!-- Spawn room filters only allow breaking of iron blocks-->
<filter name="blue-spawn-prot">
<all>
<filter name="only-iron" />
<team>blue</team>
</all>
</filter>
<filter name="red-spawn-prot">
<all>
<filter name="only-iron" />
<team>red</team>
</all>
</filter>
<!-- Wool room filters -->
<filter name="blue-wool" parents="deny-all">
<allow>
<team>blue</team>
</allow>
<deny>
<block>chest</block>
</deny>
</filter>
<filter name="red-wool" parents="deny-all">
<allow>
<team>red</team>
</allow>
<deny>
<block>chest</block>
</deny>
</filter>
</filters>
<regions>
<!-- Prevent players from building over the void -->
<apply block="no-void" message="You may not edit the void area.">
<complement>
<rectangle name="main" min="-11,5" max="234,214"/>
<union>
<rectangle name="fl1" min="97,143" max="126,168"/>
<rectangle name="fl2" min="97,51" max="125,76"/>
</union>
</complement>
</apply>
<apply block="deny-all" message="You may not edit the void area.">
<negative><region name="main" /></negative>
</apply>
<!-- Blue side room regions -->
<circle name="green-wool" center="9.5,25.5" radius="11.5"/>
<complement name="outside-green">
<circle center="9.5,25.5" radius="15.5"/>
<region name="green-wool"/>
</complement>
<circle name="purple-wool" center="9.5,193.5" radius="11.5"/>
<complement name="outside-purple">
<circle center="9.5,193.5" radius="15.5"/>
<region name="purple-wool"/>
</complement>
<!-- Only allow reds to build in blue's wool rooms-->
<apply block="red-wool" enter="red-wool" message="Only red team may enter and modify this wool room.">
<region name="green-wool"/>
<region name="purple-wool"/>
</apply>
<!-- Red side wool rooms -->
<circle name="pink-wool" center="213.5,25.5" radius="11.5"/>
<complement name="outside-pink">
<circle center="213.5,25.5" radius="15.5"/>
<region name="pink-wool"/>
</complement>
<circle name="magenta-wool" center="213.5,193.5" radius="11.5"/>
<complement name="outside-magenta">
<circle center="213.5,193.5" radius="15.5"/>
<region name="magenta-wool"/>
</complement>
<!-- Add protections -->
<apply block="blue-wool" enter="blue-wool" message="Only blue team may enter and modify this wool room.">
<region name="pink-wool" />
<region name="magenta-wool" />
</apply>
<!-- Blue spawn -->
<apply block-break="blue-spawn-prot" block-place="deny-all" message="Blue may modify only iron blocks in their base. Red can't break blocks here.">
<rectangle min="35,82" max="60,102"/>
<rectangle min="35,117" max="60,137"/>
<cuboid min="31,13,100" max="64,32,119"/>
</apply>
<!-- Red spawn -->
<apply block-break="red-spawn-prot" block-place="deny-all" message="Red may modify only iron blocks in their base. Blue can't break blocks here.">
<rectangle min="163,117" max="188,136"/>
<rectangle min="163,82" max="188,102"/>
<cuboid min="159,13,100" max="192,32,119"/>
</apply>
<!-- Prevent all building outside wool rooms -->
<apply block="deny-all" message="You may not modify the area around the wool rooms.">
<region name="outside-pink"/>
<region name="outside-purple"/>
<region name="outside-green"/>
<region name="outside-magenta"/>
</apply>
<!-- Protect wool Monuments -->
<apply block-break="deny-all">
<cuboid name="pink" min="46,8,116" max="49,11,117" />
<block>47,8,115</block>
<cuboid name="magenta" min="46,8,102" max="49,11,103" />
<block>47,8,103</block>
<cuboid name="purple" min="174,8,116" max="177,11,117" />
<block>175,8,115</block>
<cuboid name="green" min="174,8,102" max="177,11,103" />
<block>175,8,103</block>
</apply>
</regions>
<toolrepair>
<tool>iron sword</tool>
<tool>iron pickaxe</tool>
<tool>bow</tool>
</toolrepair>
<itemremove>
<item>arrow</item>
<item>cooked chicken</item>
<item>glowstone dust</item>
<item>sapling</item>
<item>string</item>
<item>golden apple</item>
<item>smooth brick</item>
</itemremove>
<maxbuildheight>40</maxbuildheight>
<wools>
<!-- Blue wools -->
<wool team="blue" color="magenta">
<block location="47,9,102"/>
</wool>
<wool team="blue" color="pink">
<block location="47,9,116"/>
</wool>
<!-- Red wools -->
<wool team="red" color="green">
<block location="175,9,102"/>
</wool>
<wool team="red" color="purple">
<block location="175,9,116"/>
</wool>
</wools>
</map>
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Soviet Chills</name>
<version>1.1.2</version>
<objective>Destroy 75% of the team's spherical monument.</objective>
<authors>
<author>Eclipsen</author>
<author>EnarRikardz</author>
<author>IM_A_H0B0</author>
<author>bleangamer</author>
</authors>
<contributors>
<contributor contribution="terraforming and gameplay">Anxuiz</contributor>
</contributors>
<rules>
</rules>
<teams>
<team color="dark red" max="50">Red Team</team>
<team color="blue" max="50">Blue Team</team>
</teams>
<kits>
<kit name="spawn">
<item slot="0">iron sword</item>
<item slot="1" enchantment="arrow infinite:1">bow</item>
<item slot="28" amount="1">arrow</item>
<item slot="2" enchantment="durability:3;dig speed:1">iron pickaxe</item>
<item slot="3" amount="32">bread</item>
<item slot="4" amount="64" damage="1">leaves</item>
<item slot="5" amount="64" damage="1">log</item>
<potion duration="10" amplifier="2">heal</potion>
<potion duration="10">damage resistance</potion>
</kit>
<kit name="red" parents="spawn">
<chestplate color="cd0000">leather chestplate</chestplate>
</kit>
<kit name="blue" parents="spawn">
<chestplate color="0066cc">leather chestplate</chestplate>
</kit>
</kits>
<spawns>
<spawn team="blue" kit="blue" yaw="270"><cuboid min="-46.5,54,144.5" max="-44.5,54,146.5"/></spawn>
<spawn team="red" kit="red" yaw="270"><cuboid min="-46.5,54,-178.5" max="-45.5,54,-176.5"/></spawn>
<default yaw="270"><cylinder base="101,74,-16" radius="4" height="0"/></default>
</spawns>
<filters>
<filter name="deny-ice">
<deny><block>ice</block></deny>
</filter>
</filters>
<regions>
<!-- protect spawn buildings -->
<apply block="deny-all" message="You may not modify the spawn buildings">
<cuboid name="blue-spawn-building" min="-50,52,132" max="-41,62,150"/>
<cuboid name="red-spawn-building" min="-50,52,-182" max="-41,62,-164"/>
</apply>
<apply block="deny-all">
<negative><rectangle name="playable" min="-50,-182" max="50,150"/></negative>
</apply>
<apply block="deny-ice">
<region name="playable"/>
</apply>
<apply block="deny-all" message="You may not build over the battlefield">
<cuboid min="-50,30,-48" max="50,oo,16"/>
</apply>
</regions>
<destroyables completion="75%" name="Monument">
<destroyable owner="blue" materials="smooth brick;wool:11">
<cuboid name="blue-core" min="8,49,115" max="17,58,124"/>
</destroyable>
<destroyable owner="red" materials="smooth brick;wool:14">
<cuboid name="red-core" min="8,49,-156" max="17,58,-148"/>
</destroyable>
</destroyables>
<toolrepair>
<tool>iron sword</tool>
<tool>bow</tool>
<tool>iron pickaxe</tool>
</toolrepair>
<itemremove>
<item>arrow</item>
<item>leather chestplate</item>
</itemremove>
<maxbuildheight>69</maxbuildheight>
</map>
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Interitus</name>
<version>1.2.6</version>
<objective>Leak lava from the enemy's obsidian core into the void.</objective>
<authors>
<author>Plastix</author>
<author>SH4D0W_HAWK</author>
<author>IM_A_H0B0</author>
</authors>
<contributors>
<contributor contribution="Help and Feedback">Khazhyk</contributor>
</contributors>
<rules>
<rule>Don't spawn kill!</rule>
<rule>Don't team grief!</rule>
<rule>Don't carpet bomb the spawn(s)!</rule>
</rules>
<teams>
<team color="blue" max="32">Blue Team</team>
<team color="dark red" max="32">Red Team</team>
</teams>
<spawns>
<default kit="observer" yaw="90"><cylinder base="-84,33,0" radius="2" height="0"/></default>
<spawns kit="spawn">
<spawns team="blue">
<!-- Blue Team Spawn A -->
<spawn yaw="270"><cuboid min="-58,4,-56" max="-56,4,-54"/></spawn>
<spawn yaw="0"><cuboid min="-62,4,-50" max="-64,4,-48"/></spawn>
<!-- Blue Team Spawn B -->
<spawn yaw="90"><cuboid min="59,4,-54" max="57,4,-56"/></spawn>
<spawn yaw="0"><cuboid min="65,4,-48" max="63,4,-50"/></spawn>
</spawns>
<spawns team="red">
<!-- Red Team Spawn A -->
<spawn yaw="270"><cuboid min="-56,4,55" max="-58,4,57"/></spawn>
<spawn yaw="180"><cuboid min="-64,4,49" max="-62,4,51"/></spawn>
<!-- Red Team Spawn B -->
<spawn yaw="180"><cuboid min="63,4,49" max="65,4,51"/></spawn>
<spawn yaw="90"><cuboid min="57,4,57" max="59,4,55"/></spawn>
</spawns>
</spawns>
</spawns>
<kits>
<kit name="spawn">
<item slot="0">iron sword</item>
<item slot="1" enchantment="arrow infinite:1">bow</item>
<item slot="28">arrow</item>
<item slot="2" enchantment="durability:3;dig speed:1">iron pickaxe</item>
<item slot="3" amount="64" damage="1">wood</item>
<item slot="4" name="TNT Defuser" lore="`7Right click to defuse teammate's TNT">shears</item>
<item slot="8" amount="64">bread</item>
<potion duration="5" amplifier="1">heal</potion>
<potion duration="54000" amplifier="1">night vision</potion>
</kit>
<kit name="observer">
<potion duration="54000" amplifier="1">night vision</potion>
</kit>
</kits>
<toolrepair>
<tool>iron sword</tool>
<tool>iron pickaxe</tool>
<tool>bow</tool>
</toolrepair>
<itemremove>
<item>log</item>
<item>wood</item>
<item>arrow</item>
<item>bread</item>
<item>clay ball</item>
<item>beacon</item>
</itemremove>
<filters>
<filter name="only-blue" parents="deny-players deny-world">
<allow><team>blue</team></allow>
</filter>
<filter name="only-red" parents="deny-players deny-world">
<allow><team>red</team></allow>
</filter>
<filter name="deny-beacon" parents="allow-all">
<deny><block>beacon</block></deny>
</filter>
</filters>
<regions>
<apply block="deny-all" message="You may not build outside the playable area!">
<!-- Main Playable Area -->
<negative name="playable-inverse">
<union>
<rectangle name="playable" min="61,53" max="-60,-52"/>
<!-- Allow building around Blue Team's Core -->
<circle name="blue-core-area" center="0.5,-53" radius="7"/>
<!-- Allow building around Red Team's Core -->
<circle name="red-core-area" center="0.5,53" radius="7"/>
</union>
</negative>
</apply>
<apply block="deny-all" message="You may not modify the spawns!">
<intersect>
<region name="playable"/>
<union>
<circle name="red-spawn-a" center="-63,55" radius="15"/>
<circle name="red-spawn-b" center="63,55" radius="15"/>
<circle name="blue-spawn-a" center="-63,-55" radius="15"/>
<circle name="blue-spawn-b" center="63,-55" radius="15"/>
</union>
</intersect>
</apply>
<apply enter="only-red" message="You may not enter the Red Team's spawn!">
<region name="red-spawn-a"/>
<region name="red-spawn-b"/>
</apply>
<apply enter="only-blue" message="You may not enter the Blue Team's spawn!">
<region name="blue-spawn-a"/>
<region name="blue-spawn-b"/>
</apply>
<apply use="deny-beacon" message="You may not right click beacons!">
<region name="blue-core-area"/>
<region name="red-core-area"/>
</apply>
</regions>
<maxbuildheight>40</maxbuildheight>
<cores material="obsidian" leak="8">
<core team="blue"><cuboid min="3,21,-55" max="-2,14,-49"/></core>
<core team="red"><cuboid min="-2,21,56" max="3,14,50"/></core>
</cores>
</map>
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Mushroom Gorge</name>
<version>1.0.3</version>
<objective>Take the enemy's wool located in bedrock castles on the enemy's side and place it in your victory monument.</objective>
<authors>
<author>Stealth5061</author>
</authors>
<contributors>
<contributor>Eclipsen</contributor>
<contributor>khazhyk</contributor>
</contributors>
<teams>
<team color="blue" max="32">Blue Team</team>
<team color="dark red" max="32">Red Team</team>
</teams>
<rules>
<rule>Don't break the enchanting table!</rule>
</rules>
<kits>
<kit name="spawn">
<item slot="2" enchantment="durability:3;dig speed:1">iron pickaxe</item>
<item slot="0">iron sword</item>
<item slot="1">bow</item>
<item slot="28" amount="64">arrow</item>
<item slot="5" amount="32">bread</item>
<item slot="3" amount="64" damage="1">log</item>
<item slot="4" amount="64">glass</item>
<item slot="6" amount="2">golden apple</item>
<item slot="7">milk bucket</item>
<potion duration="54000" amplifier="1">night vision</potion>
</kit>
<kit name="obs">
<potion duration="54000" amplifier="1">night vision</potion>
</kit>
</kits>
<spawns>
<spawn team="red" kit="spawn">
<point yaw="-90">
<cuboid min="-49,26,71" max="-47,26,74" />
</point>
<point yaw="90">
<cuboid min="-41, 26, 71" max="-39,26,74" />
</point>
</spawn>
<spawn team="blue" kit="spawn">
<point yaw="-90">
<cuboid min="-49,26,-79" max="-47,26,-76" />
</point>
<point yaw="90">
<cuboid min="-41, 26, -79" max="-39,26,-76" />
</point>
</spawn>
<default yaw="270" kit="obs">
<cylinder base="-95.5,53,-2.5" radius="3" height="0"/>
</default>
</spawns>
<filters>
<filter name="only-blue" parents="deny-players deny-world">
<allow><team>blue</team></allow>
</filter>
<filter name="only-red" parents="deny-players deny-world">
<allow><team>red</team></allow>
</filter>
<filter name="no-void" parents="allow-all">
<deny><void/></deny>
</filter>
</filters>
<regions>
<!-- Team base protections -->
<apply enter="only-red" message="You cannot enter red's base!">
<union name="red-base">
<rectangle min="-67,71" max="-54,77" /><!-- West side -->
<rectangle min="-54,66" max="-34,82" /><!-- Main -->
<rectangle min="-34,71" max="-21,77" /><!-- East side -->
</union>
</apply>
<apply enter="only-blue" message="You cannot enter blue's base!">
<union name="blue-base">
<rectangle min="-67,-82" max="-54,-76" /><!-- West side -->
<rectangle min="-54,-87" max="-34,-71" /><!-- Main -->
<rectangle min="-34,-82" max="-21,-76" /><!-- East side -->
</union>
</apply>
<apply block="deny-all" message="You may not modify the bases!">
<region name="red-base" />
<region name="blue-base" />
</apply>
<!-- Playable region -->
<apply block="no-void" message="You cannot build in the void">
<complement>
<rectangle name="main-region" min="-102,-149" max="14,146" /><!-- Main -->
<union>
<rectangle min="-75,-37" max="-13,32" /><!-- Building region in center -->
<region name="red-base" />
<region name="blue-base" />
</union>
</complement>
</apply>
<apply block="deny-all">
<negative><region name="main-region" /></negative><!-- Can't build outside of the main region, including spawn. -->
</apply>
<!-- Wool room protections -->
<!-- Blue side -->
<apply enter="only-red" use="only-red" block="only-red" message="You may not enter or modify your own wool room!">
<rectangle min="-96,-143" max="-71,-125" /><!-- Purple wool -->
<rectangle min="-17,-143" max="8,-125" /><!-- Green wool -->
</apply>
<!-- Red side -->
<apply enter="only-blue" use="only-blue" block="only-blue" message="You may not enter or modify your own wool room!">
<rectangle min="-96,120" max="-71,138" /><!-- Yellow wool -->
<rectangle min="-17,120" max="8,138" /><!-- Orange wool -->
</apply>
<!-- Wool chest protection -->
<apply block="deny-all" message="Please don't break the wool chests">
<block>-83,38,-138</block><!-- Purple wool -->
<block>-85,38,-138</block>
<block>-4,38,-138</block><!-- Green wool -->
<block>-6,38,-138</block>
<block>-4,38,132</block><!-- Orange wool -->
<block>-6,38,132</block>
<block>-85,38,132</block><!-- Yellow wool -->
<block>-83,38,132</block>
</apply>
<apply block="deny-all" message="Please don't break the enchanting tables!">
<block>-64,10,-49</block><!-- Blue side -->
<block>-25,10,-49</block>
<block>-64,10,43</block><!-- Red side -->
<block>-25,10,43</block>
</apply>
</regions>
<maxbuildheight>58</maxbuildheight>
<wools>
<wools team="blue">
<wool color="orange">
<block location="-44,27,-74" />
</wool>
<wool color="yellow">
<block location="-45,27,-74" />
</wool>
</wools>
<wools team="red">
<wool color="purple">
<block location="-45,27,68" />
</wool>
<wool color="green">
<block location="-44,27,68" />
</wool>
</wools>
</wools>
<toolrepair>
<tool>bow</tool>
<tool>iron pickaxe</tool>
<tool>iron sword</tool>
</toolrepair>
</map>
<?xml version="1.0"?>
<map proto="1.0.0">
<name>Paradise Isle</name>
<version>2.1</version>
<objective>Destroy the enemy team's core on top of their tower</objective>
<authors>
<author contribution="Map Design">xxjkr7xx</author>
</authors>
<teams>
<team color="blue" max="50">Blue Team</team>
<team color="dark red" max="50">Red Team</team>
</teams>
<kits>
<kit name="spawn">
<item slot="1" enchantment="arrow infinite:1">bow</item>
<item slot="0">diamond sword</item>
<item slot="28">arrow</item>
<item slot="2" enchantment="durability:3;dig speed:2">iron pickaxe</item>
<item slot="3" amount="16">grilled pork</item>
<item slot="4" amount="64">log</item>
<item slot="5" amount="1">water bucket</item>
<item slot="6" amount="2">golden apple</item>
<item slot="7" amount="64">glass</item>
<item slot="8" amount="16">ladder</item>
</kit>
</kits>
<spawns>
<spawn team="blue" kit="spawn">
<point type="random" yaw="270"><cylinder base="-62,16,-336" radius="5" height="0"/></point>
</spawn>
<spawn team="red" kit="spawn">
<point type="random" yaw="270"><cylinder base="-62,16,-716" radius="5" height="0"/></point>
</spawn>
<default> <!-- default / lobby -->
<point yaw="-90">87,80,-528</point>
</default>
</spawns>
<cores material="obsidian" leak="5">
<core team="blue" leak="2"><cuboid min="-5,22,-324" max="1,28,-318"/></core>
<core team="red" leak="2"><cuboid min="-5,22,-733" max="1,28,-727"/></core>
</cores>
</map>
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Race Through the Forest</name>
<version>1.0.1</version>
<objective>Capture both wool from the enemy and place it on your monument!</objective>
<authors>
<author>legomarsm</author>
</authors>
<contributors>
<contributor contribution="Feedback and Criticism">Athena1425</contributor>
</contributors>
<teams>
<team color="gold" max="30">Orange Team</team>
<team color="dark purple" max="30">Purple Team</team>
</teams>
<filters>
<filter name="only-orange" parents="deny-players deny-world">
<allow>
<team>orange</team>
</allow>
</filter>
<filter name="only-purple" parents="deny-players deny-world">
<allow>
<team>purple</team>
</allow>
</filter>
</filters>
<regions>
<!-- Main protections -->
<rectangle name="main-playable" min="-151,-64" max="-100,123" />
<rectangle name="purple-side-wools" min="-190,-47" max="-61,-29"/>
<rectangle name="orange-side-wools" min="-190,88" max="-61,106"/>
<!-- Wool rooms -->
<rectangle name="blue-wool" min="-79,88" max="-61,106" /><!-- Left to purple -->
<rectangle name="yellow-wool" min="-190,88" max="-172,106" />
<rectangle name="lime-wool" min="-190,-47" max="-172,-29"/><!-- Left to orange -->
<rectangle name="magenta-wool" min="-79,-47" max="-61,-29"/>
<!-- Wool protections -->
<apply block="only-orange" enter="only-orange" message="You may not enter or modify orange's wool rooms!">
<region name="lime-wool"/>
<region name="magenta-wool"/>
</apply>
<apply block="only-purple" enter="only-purple" message="You may not enter or modify purple's wool rooms!">
<region name="blue-wool"/>
<region name="yellow-wool"/>
</apply>
<!-- Spawn rooms -->
<cuboid name="purple-spawn-stairs" min="-143,7,-60" max="-108,15,-50"/>
<cuboid name="purple-spawn-inner" min="-133,7,-64" max="-118,13,-50"/>
<cuboid name="orange-spawn-stairs" min="-143,7,109" max="-108,15,119"/>
<cuboid name="orange-spawn-inner" min="-133,7,109" max="-118,13,123" />
<!-- Spawn protections -->
<apply block="deny-all" message="You may not break or place blocks in the bases!">
<region name="purple-spawn-stairs"/>
<region name="purple-spawn-inner"/>
<region name="orange-spawn-stairs"/>
<region name="orange-spawn-inner"/>
</apply>
<apply enter="only-purple" message="You may not enter purple team's base!">
<region name="purple-spawn-inner"/>
</apply>
<apply enter="only-orange" message="You may not enter orange team's base!">
<region name="orange-spawn-inner"/>
</apply>
<!-- Playable protections -->
<apply block-place="deny-all" message="You may not build outside of the world!">
<negative>
<region name="main-playable"/>
<region name="purple-side-wools"/>
<region name="orange-side-wools"/>
</negative>
</apply>
</regions>
<kits>
<kit name="spawn">
<item slot="0">iron sword</item>
<item slot="1" enchantment="arrow infinite:1">bow</item>
<item slot="28">arrow</item>
<item slot="2" enchantment="durability:3;dig speed:2">iron pickaxe</item>
<item slot="3" amount="32">bread</item>
<item slot="4" amount="64" damage="2">log</item>
<item slot="5" amount="64">glass</item>
<item slot="6" amount="2" >golden apple</item>
</kit>
</kits>
<spawns>
<spawns kit="spawn">
<spawn team="purple" yaw="0">
<cylinder name="purplespawn" base="-125.5,8,-57.5" radius="1" height="0"/>
</spawn>
<spawn team="orange" yaw="180">
<cylinder name="orangespawn" base="-125.5,8,116.5" radius="1" height="0"/>
</spawn>
</spawns>
<default yaw="-90">
<cylinder name="observerspawn" base="-191.5,40,29.5" radius="7" height="0"/>
</default>
</spawns>
<maxbuildheight>55</maxbuildheight>
<toolrepair>
<tool>iron sword</tool>
<tool>bow</tool>
</toolrepair>
<!--<time result="objectives">4400</time>-->
<wools>
<wool team="orange" color="lime">
<block location="-127,9,120"/>
</wool>
<wool team="orange" color="magenta">
<block location="-125,9,120"/>
</wool>
<wool team="purple" color="light blue">
<block location="-125,9,-62"/>
</wool>
<wool team="purple" color="yellow">
<block location="-127,9,-62"/>
</wool>
</wools>
</map>
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Race for Victory 3</name>
<version>1.2.6</version>
<objective>Take the enemy's wool located to either side of the enemy's base and place it in your victory monument.</objective>
<authors>
<author contribution="map design and master gardener">MonsieurApple</author>
<author contribution="map design and code memorization">Plastix</author>
<author contribution="map design and beautification">IM_A_H0B0</author>
</authors>
<contributors>
<contributor contribution="item management and shenanigan manager">Anxuiz</contributor>
<contributor contribution="portals and various asthetics">Torn_Ares</contributor>
<contributor contribution="words">KasiCrafter</contributor>
</contributors>
<rules>
<rule>Do not block spawn(s)</rule>
<rule>Do not team spleef</rule>
</rules>
<teams>
<team color="blue" max="50">Blue Team</team>
<team color="dark red" max="50">Red Team</team>
</teams>
<spawns>
<spawns kit="spawn">
<spawn team="blue" yaw="180"><cylinder base="0.5,2,91.5" radius="5" height="0"/></spawn>
<spawn team="red" yaw="0"><cylinder base="0.5,2,-90.5" radius="5" height="0"/></spawn>
</spawns>
<default yaw="270"><cylinder base="44.5,8,0.5" radius="4" height="0"/></default>
</spawns>
<kits>
<kit name="spawn">
<item slot="0">iron sword</item>
<item slot="1" enchantment="arrow infinite:1">bow</item>
<item slot="28">arrow</item>
<item slot="2" enchantment="durability:3;dig speed:1">iron pickaxe</item>
<item slot="3" amount="64" damage="1">log</item>
<item slot="4" amount="64">glass</item>
<item slot="6">milk bucket</item>
<item slot="7">golden apple</item>
<item slot="8" amount="64">cooked fish</item>
</kit>
</kits>
<filters>
<filter name="no-void" parents="allow-all">
<deny><void/></deny>
</filter>
<filter name="only-blue" parents="deny-players deny-world">
<allow><team>blue</team></allow>
</filter>
<filter name="only-red" parents="deny-players deny-world">
<allow><team>red</team></allow>
</filter>
</filters>
<regions>
<union name="portals">
<circle center="-48.5,-90.5" radius="8"/>
<circle center="49.5,-90.5" radius="8"/>
<circle center="0.5,-139.5" radius="8"/>
<circle center="49.5,91.5" radius="8"/>
<circle center="-48.5,91.5" radius="8"/>
<circle center="0.5,140.5" radius="8"/>
</union>
<!-- void protection -->
<apply block="no-void" message="You may not edit the void area">
<negative>
<rectangle min="-14,-12" max="15,13"/>
<region name="portals"/>
</negative>
</apply>
<!-- portal protections -->
<apply block="deny-all">
<region name="portals"/>
</apply>
<apply block="deny-all" message="You may not modify your supply room">
<complement name="blue-supplies">
<circle center="0.5,91.5" radius="22"/> <!-- circle encompassing the entire base -->
<cylinder base="0.5,7,91.5" radius="19" height="8"/> <!-- defines the area where iron can be gotten -->
</complement>
<complement name="red-supplies">
<circle center="0.5,-90.5" radius="22"/> <!-- circle encompassing the entire base -->
<cylinder base="0.5,7,-90.5" radius="19" height="8"/> <!-- defines the area where iron can be gotten -->
</complement>
</apply>
<!-- the wools red has to get -->
<union name="red-wool-rooms">
<circle name="yellow-island" center="-83.5,91.5" radius="11"/>
<circle name="purple-island" center="84.5,91.5" radius="11"/>
<circle name="cyan-island" center="0.5,175.5" radius="11"/>
</union>
<!-- the wools blue has to get -->
<union name="blue-wool-rooms">
<circle name="orange-island" center="84.5,-90.5" radius="11"/>
<circle name="lime-island" center="-83.5,-90.5" radius="11"/>
<circle name="pink-island" center="0.5,-174.5" radius="11"/>
</union>
<!-- the blocks outside of blue's wool rooms -->
<complement name="outside-yellow">
<circle center="-83.5,91.5" radius="14.9"/>
<region name="yellow-island"/>
</complement>
<complement name="outside-purple">
<circle center="84.5,91.5" radius="14.9"/>
<region name="purple-island"/>
</complement>
<complement name="outside-cyan">
<circle center="0.5,175.5" radius="14.9"/>
<region name="cyan-island"/>
</complement>
<!-- the blocks outside of red's wool rooms -->
<complement name="outside-orange">
<circle center="84.5,-90.5" radius="14.9"/>
<region name="orange-island"/>
</complement>
<complement name="outside-lime">
<circle center="-83.5,-90.5" radius="14.9"/>
<region name="lime-island"/>
</complement>
<complement name="outside-pink">
<circle center="0.5,-174.5" radius="14.9"/>
<region name="pink-island"/>
</complement>
<!-- wool room rules -->
<apply block="only-blue" use="only-blue">
<region name="blue-wool-rooms"/>
</apply>
<apply enter="only-blue" message="You may not enter your own wool room.">
<region name="blue-wool-rooms"/>
</apply>
<apply block="only-red" use="only-red">
<region name="red-wool-rooms"/>
</apply>
<apply enter="only-red" message="You may not enter your own wool room.">
<region name="red-wool-rooms"/>
</apply>
<!-- no block placement outside wool rooms -->
<apply block="deny-all">
<region name="outside-yellow"/>
<region name="outside-purple"/>
<region name="outside-cyan"/>
<region name="outside-orange"/>
<region name="outside-lime"/>
<region name="outside-pink"/>
</apply>
</regions>
<portals>
<!-- portals in red base -->
<portal x="-33" y="7">
<cuboid min="-12,2,-92" max="-11,5,-89"/>
</portal>
<portal x="33" y="7">
<cuboid min="12,2,-92" max="13,5,-89"/>
</portal>
<!-- portals in blue base -->
<portal x="33" y="7">
<cuboid min="12,2,90" max="13,5,93"/>
</portal>
<portal x="-33" y="7">
<cuboid min="-12,2,90" max="-11,5,93"/>
</portal>
<!-- portal back to blue base -->
<portal filter="only-blue" z="-33" y="-13">
<cuboid min="-1,15,134" max="2,18,135"/>
</portal>
<!-- portal back to red base -->
<portal filter="only-red" z="34" y="-13">
<cuboid min="-1,15,-134" max="2,18,-133"/>
</portal>
</portals>
<toolrepair>
<tool>iron sword</tool>
<tool>iron pickaxe</tool>
<tool>bow</tool>
<tool>arrow</tool>
</toolrepair>
<itemremove>
<item>log</item>
<item>wood</item>
<item>milk bucket</item>
<item>cooked fish</item>
<item>golden apple</item>
<item>glass</item>
<item>seeds</item>
<item>sugar cane</item>
<item>string</item>
<item>glowstone dust</item>
</itemremove>
<maxbuildheight>40</maxbuildheight>
<wools>
<wool team="red" color="purple">
<block location="-49,10,-91"/>
</wool>
<wool team="red" color="yellow">
<block location="49,10,-91"/>
</wool>
<wool team="red" color="cyan">
<block location="0,16,-140"/>
</wool>
<wool team="blue" color="lime">
<block location="49,10,91"/>
</wool>
<wool team="blue" color="orange">
<block location="-49,10,91"/>
</wool>
<wool team="blue" color="pink">
<block location="0,16,140"/>
</wool>
</wools>
</map>
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Soviet Mills</name>
<version>1.2.2</version>
<objective>Destroy 75% of the team's spherical monument.</objective>
<authors>
<author>Eclipsen</author>
<author>EnarRikardz</author>
</authors>
<contributors>
<contributor contribution="terraforming and gameplay">Anxuiz</contributor>
</contributors>
<rules>
</rules>
<teams>
<team color="dark red" max="50">Red Team</team>
<team color="blue" max="50">Blue Team</team>
</teams>
<kits>
<kit name="spawn">
<item slot="0">iron sword</item>
<item slot="1" enchantment="arrow infinite:1">bow</item>
<item slot="28" amount="1">arrow</item>
<item slot="2" enchantment="durability:3;dig speed:1">iron pickaxe</item>
<item slot="3" amount="32">bread</item>
<item slot="4" amount="64" damage="1">leaves</item>
<item slot="5" amount="64" damage="1">log</item>
<potion duration="10" amplifier="2">heal</potion>
<potion duration="20">damage resistance</potion>
</kit>
<kit name="red" parents="spawn">
<chestplate color="cd0000">leather chestplate</chestplate>
</kit>
<kit name="blue" parents="spawn">
<chestplate color="0066cc">leather chestplate</chestplate>
</kit>
</kits>
<spawns>
<spawn team="blue" kit="blue" yaw="270"><cuboid min="-46.5,54,144.5" max="-44.5,54,146.5"/></spawn>
<spawn team="red" kit="red" yaw="270"><cuboid min="-46.5,54,-178.5" max="-45.5,54,-176.5"/></spawn>
<default yaw="270"><cylinder base="101,74,-16" radius="4" height="0"/></default>
</spawns>
<filters>
<filter name="deny-ice">
<deny><block>ice</block></deny>
</filter>
</filters>
<regions>
<!-- protect spawn buildings -->
<apply block="deny-all" message="You may not modify the spawn buildings">
<cuboid name="blue-spawn-building" min="-50,52,132" max="-41,62,150"/>
<cuboid name="red-spawn-building" min="-50,52,-182" max="-41,62,-164"/>
</apply>
<apply block="deny-all">
<negative><rectangle name="playable" min="-50,-182" max="50,150"/></negative>
</apply>
<apply block="deny-ice">
<region name="playable"/>
</apply>
<apply block="deny-all" message="You may not build over the battlefield">
<cuboid min="-50,30,-48" max="50,oo,16"/>
</apply>
</regions>
<destroyables completion="75%" name="Monument">
<destroyable owner="blue" materials="smooth brick;wool:11">
<cuboid name="blue-core" min="8,49,115" max="17,58,124"/>
</destroyable>
<destroyable owner="red" materials="smooth brick;wool:14">
<cuboid name="red-core" min="8,49,-156" max="17,58,-148"/>
</destroyable>
</destroyables>
<toolrepair>
<tool>iron sword</tool>
<tool>bow</tool>
<tool>iron pickaxe</tool>
</toolrepair>
<itemremove>
<item>arrow</item>
<item>leather chestplate</item>
</itemremove>
<maxbuildheight>69</maxbuildheight>
</map>
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Golden Drought:TD</name>
<version>1.2.6-tourney</version>
<objective>Take the wool from the enemy wool rooms and place it on your victory monument while defending your own wool.</objective>
<authors>
<author>Reshif</author>
</authors>
<contributors>
<contributor contribution="Beautificationalist and consultant">IM_A_H0B0</contributor>
<contributor contribution="Mindless slave">magnussvoge</contributor>
</contributors>
<teams>
<team color="blue" max="50">Blue Team</team>
<team color="dark red" max="50">Red Team</team>
</teams>
<kits>
<kit name="spawn">
<item slot="0">stone sword</item>
<item slot="1" enchantment="arrow infinite:1">bow</item>
<item slot="2" enchantment="durability:1;dig speed:1">iron pickaxe</item>
<item slot="3" amount="64">sandstone</item>
<item slot="4" amount="64" damage="2">wood</item>
<item slot="8" amount="64">cooked chicken</item>
<item slot="7" amount="2">golden apple</item>
<item slot="6" amount="64">ladder</item>
<item slot="5" amount="4">web</item>
<item slot="35" amount="1">bucket</item>
<item slot="28" amount="1">arrow</item>
<item slot="21" amount="64">sandstone</item>
<item slot="30" amount="64">sandstone</item>
</kit>
</kits>
<itemremove>
<item>cooked chicken</item>
<item>golden apple</item>
<item>sandstone</item>
<item>wood</item>
<item>ladder</item>
<item>web</item>
<item>arrow</item>
<item>bucket</item>
<item>glass bottle</item>
<item>string</item>
</itemremove>
<toolrepair>
<tool>stone sword</tool>
<tool>bow</tool>
<tool>iron pickaxe</tool>
</toolrepair>
<spawns>
<spawn team="blue" kit="spawn">
<point type="random" yaw="135">
<cylinder base="136,17,-346" radius="1" height="0"/>
</point>
</spawn>
<spawn team="red" kit="spawn">
<point type="random" yaw="315">
<cylinder base="2,17,-481" radius="1" height="0"/>
</point>
</spawn>
<default>
<point type="random" yaw="225">
<cylinder base="116,12,-461" radius="2" height="0"/>
</point>
</default>
</spawns>
<filters>
<filter name="only-blue" parents="deny-players deny-world">
<allow><team>blue</team></allow>
</filter>
<filter name="only-red" parents="deny-players deny-world">
<allow><team>red</team></allow>
</filter>
<filter name="allow-gold" parents="deny-all">
<allow>
<block>gold block</block>
</allow>
</filter>
</filters>
<regions>
<!-- blue wool room protection (these are the wools blue has to get) -->
<union name="blue-wool-rooms">
<rectangle min="-42,-496" max="-27,-481"/>
<rectangle min="-13,-525" max="2,-510"/>
</union>
<apply block="only-blue" use="only-blue">
<region name="blue-wool-rooms"/>
</apply>
<apply enter="only-blue" message="You may not enter your own wool room!">
<region name="blue-wool-rooms"/>
</apply>
<apply enter="only-blue" message="You may not enter the enemy team's base">
<rectangle min="154,-329" max="119,-364"/>
</apply>
<!-- red wool room protection (these are the wools red has to get) -->
<union name="red-wool-rooms">
<rectangle min="166,-346" max="181,-331"/>
<rectangle min="152,-302" max="137,-317"/>
</union>
<apply block="only-red" use="only-red">
<region name="red-wool-rooms"/>
</apply>
<apply enter="only-red" message="You may not enter your own wool room!">
<region name="red-wool-rooms"/>
</apply>
<apply enter="only-red" message="You may not enter the enemy team's base">
<rectangle min="-15,-498" max="20,-463"/>
</apply>
<!-- void protection -->
<apply block="deny-all" message="You may not break or place blocks in the void!">
<!-- red side -->
<rectangle min="-1000,1000" max="32,-436"/>
<rectangle min="1000,-1000" max="47,-451"/>
<rectangle min="-1000,-1000" max="-13,-496"/>
<rectangle min="-1000,-1000" max="-42,-436"/>
<rectangle min="-1000,-1000" max="46,-525"/>
<!-- blue side -->
<rectangle min="1000,-1000" max="107,-391"/>
<rectangle min="-1000,1000" max="92,-376"/>
<rectangle min="1000,1000" max="150,-333"/>
<rectangle min="1000,1000" max="181,-390"/>
<rectangle min="1000,1000" max="92,-302"/>
</apply>
<apply block-break="allow-gold" block-place="deny-all" message="You may only break gold blocks in the base">
<rectangle min="107,-376" max="166,-317"/>
<rectangle min="-27,-510" max="32,-451"/>
</apply>
</regions>
<maxbuildheight>45</maxbuildheight>
<wools>
<wool team="red" color="lime">
<block location="17,14,-467"/>
</wool>
<wool team="red" color="green">
<block location="16,14,-466"/>
</wool>
<wool team="blue" color="pink">
<block location="122,14,-362"/>
</wool>
<wool team="blue" color="purple">
<block location="121,14,-361"/>
</wool>
</wools>
</map>
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Hadron:TD</name>
<version>1.0.1-tourney</version>
<objective>Take both of the enemy team's wools back to your base before the other team can do the same!</objective>
<authors>
<author contibution="Overall map design and aesthetics">Stealth5061</author>
</authors>
<contributors>
<contibutor contribution="Minor aesthetics help">SH4D0W_HAWK</contibutor>
</contributors>
<teams>
<team color="dark red" max="40">Red Team</team>
<team color="blue" max="40">Blue Team</team>
</teams>
<spawns>
<spawns kit="spawn">
<spawn team="blue">
<point yaw="0">
<cylinder name="blue1" base="47,16,97" radius="3" height="0"/>
</point>
<point yaw="180">
<cylinder name="blue2" base="47,16,121" radius="3" height="0"/>
</point>
</spawn>
<spawn team="red">
<point yaw="0">
<cylinder name="red1" base="175,16,97" radius="3" height="0"/>
</point>
<point yaw="180">
<cylinder name="red2" base="175,16,121" radius="3" height="0"/>
</point>
</spawn>
</spawns>
<default yaw="-90">
<cylinder base="111,8,109" radius="2" height="0"/>
</default>
</spawns>
<kits>
<kit name="spawn">
<item slot="0">iron sword</item>
<item slot="1" enchantment="arrow infinite:1">bow</item>
<item slot="28" amount="1">arrow</item>
<item slot="2" enchantment="durability:3;dig speed:1">iron pickaxe</item>
<item slot="3" amount="32">cooked chicken</item>
<item slot="4" amount="32" damage="2">log</item>
<item slot="5" amount="64">smooth brick</item>
<item slot="6" amount="2">golden apple</item>
</kit>
</kits>
<filters>
<!-- voidmatcher -->
<filter name="no-void" parents="allow-all">
<deny>
<void/>
</deny>
</filter>
<filter name="only-iron">
<any>
<block>iron block</block>
</any>
</filter>
<!-- Spawn room filters only allow breaking of iron blocks-->
<filter name="blue-spawn-prot">
<all>
<filter name="only-iron" />
<team>blue</team>
</all>
</filter>
<filter name="red-spawn-prot">
<all>
<filter name="only-iron" />
<team>red</team>
</all>
</filter>
<!-- Wool room filters -->
<filter name="blue-wool" parents="deny-all">
<allow>
<team>blue</team>
</allow>
<deny>
<block>chest</block>
</deny>
</filter>
<filter name="red-wool" parents="deny-all">
<allow>
<team>red</team>
</allow>
<deny>
<block>chest</block>
</deny>
</filter>
</filters>
<regions>
<!-- Prevent players from building over the void -->
<apply block="no-void" message="You may not edit the void area.">
<complement>
<rectangle name="main" min="-11,5" max="234,214"/>
<union>
<rectangle name="fl1" min="97,143" max="126,168"/>
<rectangle name="fl2" min="97,51" max="125,76"/>
</union>
</complement>
</apply>
<apply block="deny-all" message="You may not edit the void area.">
<negative><region name="main" /></negative>
</apply>
<!-- Blue side room regions -->
<circle name="green-wool" center="9.5,25.5" radius="11.5"/>
<complement name="outside-green">
<circle center="9.5,25.5" radius="15.5"/>
<region name="green-wool"/>
</complement>
<circle name="purple-wool" center="9.5,193.5" radius="11.5"/>
<complement name="outside-purple">
<circle center="9.5,193.5" radius="15.5"/>
<region name="purple-wool"/>
</complement>
<!-- Only allow reds to build in blue's wool rooms-->
<apply block="red-wool" enter="red-wool" message="Only red team may enter and modify this wool room.">
<region name="green-wool"/>
<region name="purple-wool"/>
</apply>
<!-- Red side wool rooms -->
<circle name="pink-wool" center="213.5,25.5" radius="11.5"/>
<complement name="outside-pink">
<circle center="213.5,25.5" radius="15.5"/>
<region name="pink-wool"/>
</complement>
<circle name="magenta-wool" center="213.5,193.5" radius="11.5"/>
<complement name="outside-magenta">
<circle center="213.5,193.5" radius="15.5"/>
<region name="magenta-wool"/>
</complement>
<!-- Add protections -->
<apply block="blue-wool" enter="blue-wool" message="Only blue team may enter and modify this wool room.">
<region name="pink-wool" />
<region name="magenta-wool" />
</apply>
<!-- Blue spawn -->
<apply block-break="blue-spawn-prot" block-place="deny-all" message="Blue may modify only iron blocks in their base. Red can't break blocks here.">
<rectangle min="35,82" max="60,102"/>
<rectangle min="35,117" max="60,137"/>
<cuboid min="31,13,100" max="64,32,119"/>
</apply>
<!-- Red spawn -->
<apply block-break="red-spawn-prot" block-place="deny-all" message="Red may modify only iron blocks in their base. Blue can't break blocks here.">
<rectangle min="163,117" max="188,136"/>
<rectangle min="163,82" max="188,102"/>
<cuboid min="159,13,100" max="192,32,119"/>
</apply>
<!-- Prevent all building outside wool rooms -->
<apply block="deny-all" message="You may not modify the area around the wool rooms.">
<region name="outside-pink"/>
<region name="outside-purple"/>
<region name="outside-green"/>
<region name="outside-magenta"/>
</apply>
<!-- Protect wool Monuments -->
<apply block-break="deny-all">
<cuboid name="pink" min="46,8,116" max="49,11,117" />
<block>47,8,115</block>
<cuboid name="magenta" min="46,8,102" max="49,11,103" />
<block>47,8,103</block>
<cuboid name="purple" min="174,8,116" max="177,11,117" />
<block>175,8,115</block>
<cuboid name="green" min="174,8,102" max="177,11,103" />
<block>175,8,103</block>
</apply>
</regions>
<toolrepair>
<tool>iron sword</tool>
<tool>iron pickaxe</tool>
<tool>bow</tool>
</toolrepair>
<itemremove>
<item>arrow</item>
<item>cooked chicken</item>
<item>glowstone dust</item>
<item>sapling</item>
<item>string</item>
<item>golden apple</item>
<item>smooth brick</item>
</itemremove>
<maxbuildheight>40</maxbuildheight>
<wools>
<!-- Blue wools -->
<wool team="blue" color="magenta">
<block location="47,9,102"/>
</wool>
<wool team="blue" color="pink">
<block location="47,9,116"/>
</wool>
<!-- Red wools -->
<wool team="red" color="green">
<block location="175,9,102"/>
</wool>
<wool team="red" color="purple">
<block location="175,9,116"/>
</wool>
</wools>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment