Skip to content

Instantly share code, notes, and snippets.

@rmsy
Last active December 20, 2015 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmsy/6135377 to your computer and use it in GitHub Desktop.
Save rmsy/6135377 to your computer and use it in GitHub Desktop.
Metadata for Ice Rack.
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Ice Rack</name>
<version>1.0.1</version>
<objective>Capture both of your team's wools!</objective>
<authors>
<author>Tywnis</author>
</authors>
<contributors>
<contributor contribution="Metadata (XML)">iamramsey</contributor>
</contributors>
<teams>
<team color="dark red" max="32">Red Team</team>
<team color="yellow" max="32">Yellow Team</team>
</teams>
<kits>
<kit name="players">
<item slot="0">stone sword</item>
<item slot="1" enchantment="arrow infinite:1">bow</item>
<item slot="2">iron pickaxe</item>
<item slot="3">iron axe</item>
<item slot="4" amount="64" damage="2">log</item>
<item slot="5" amount="64">glass</item>
<item slot="6" amount="32">bread</item>
<item slot="7">milk bucket</item>
<item slot="28">arrow</item>
<leggings>iron leggings</leggings>
</kit>
<kit name="effect-slowness">
<potion duration="180" amplifier="1">slow</potion>
</kit>
<kit name="team-yellow" parents="players">
<helmet color="c2b51c">leather helmet</helmet>
<chestplate color="c2b51c">leather chestplate</chestplate>
<boots color="c2b51c">leather boots</boots>
</kit>
<kit name="team-red" parents="players">
<helmet color="9e2b27">leather helmet</helmet>
<chestplate color="9e2b27">leather chestplate</chestplate>
<boots color="9e2b27">leather boots</boots>
</kit>
</kits>
<spawns>
<default yaw="90">
<cuboid min="2291,110,-598" max="2293,110,-600"/>
</default>
<spawn team="red" kit="team-red" yaw="-179">
<cuboid min="2333,23,-515" max="2335,23,-515"/>
</spawn>
<spawn team="yellow" kit="team-yellow" yaw="0">
<cuboid min="2383,23,-683" max="2385,23,-681"/>
</spawn>
</spawns>
<filters>
<filter name="red-only" parents="deny-players">
<allow>
<team>red</team>
</allow>
</filter>
<filter name="yellow-only" parents="deny-players">
<allow>
<team>yellow</team>
</allow>
</filter>
<filter name="protected-area" parents="deny-all"/>
<filter name="protected-blocks">
<not>
<any>
<block>mob spawner</block>
<!--
~ Vulnerability in Minecraft Server allows for Bedrock to be
~ broken. Obviously a corner case, but better to just avoid it.
-->
<block>bedrock</block>
</any>
</not>
</filter>
<filter name="deny-ice-melt">
<not>
<all>
<any>
<filter name="allow-world"/>
<filter name="deny-all"/>
</any>
<block>ice</block>
</all>
</not>
</filter>
<filter name="no-void">
<deny><void/></deny>
</filter>
<filter name="wool-room-protection">
<not>
<any>
<block>ladder</block>
<block>chest</block>
<block>dispenser</block>
<block>wood plate</block>
<block>stone plate</block>
</any>
</not>
</filter>
<filter name="wool-room-dispenser-protection">
<deny><block>dispenser</block></deny>
</filter>
</filters>
<regions>
<union name="red-wool-rooms">
<!-- Orange wool room -->
<rectangle min="2425,-674" max="2431,-684"/>
<rectangle min="2424,-675" max="2424,-683"/>
<rectangle min="2423,-676" max="2423,-682"/>
<rectangle min="2432,-675" max="2432,-683"/>
<rectangle min="2433,-676" max="2433,-682"/>
<rectangle min="2434,-679" max="2434,-679"/>
<rectangle min="2428,-673" max="2428,-673"/>
<rectangle min="2422,-679" max="2422,-679"/>
<rectangle min="2428,-685" max="2428,-685"/>
<!-- Pink wool room -->
<rectangle min="2305,-674" max="2312,-665"/>
<rectangle min="2313,-666" max="2313,-673"/>
<rectangle min="2304,-665" max="2304,-673"/>
<rectangle min="2303,-666" max="2303,-672"/>
<rectangle min="2305,-664" max="2311,-664"/>
<rectangle min="2308,-675" max="2308,-675"/>
<rectangle min="2302,-669" max="2302,-669"/>
<rectangle min="2308,-663" max="2308,-663"/>
<rectangle min="2314,-669" max="2314,-669"/>
</union>
<union name="yellow-wool-rooms">
<!-- Blue wool room -->
<rectangle min="2287,-512" max="2293,-522"/>
<rectangle min="2286,-513" max="2286,-521"/>
<rectangle min="2285,-514" max="2285,-520"/>
<rectangle min="2284,-517" max="2284,-517"/>
<rectangle min="2294,-513" max="2294,-521"/>
<rectangle min="2295,-514" max="2295,-520"/>
<rectangle min="2296,-517" max="2296,-517"/>
<rectangle min="2290,-511" max="2290,-511"/>
<rectangle min="2290,-523" max="2290,-523"/>
<!-- Lime wool room -->
<rectangle min="2406,-531" max="2413,-522"/>
<rectangle min="2414,-523" max="2414,-531"/>
<rectangle min="2415,-524" max="2415,-530"/>
<rectangle min="2405,-523" max="2414,-523"/>
<rectangle min="2407,-532" max="2413,-532"/>
<rectangle min="2405,-523" max="2405,-530"/>
<rectangle min="2410,-521" max="2410,-521"/>
<rectangle min="2410,-533" max="2410,-533"/>
<rectangle min="2404,-527" max="2404,-527"/>
<rectangle min="2416,-527" max="2416,-527"/>
</union>
<union name="spawn-areas">
<!-- Yellow spawn -->
<rectangle min="2382,-672" max="2387,-685"/>
<!-- Red spawn -->
<rectangle min="2331,-511" max="2336,-524"/>
</union>
<block name="lime-victory-post">2355,27,-653</block>
<block name="blue-victory-post">2355,27,-655</block>
<complement name="yellow-victory-monument">
<union>
<rectangle min="2355,-649" max="2359,-659"/>
<rectangle min="2354,-650" max="2354,-658"/>
<rectangle min="2353,-651" max="2353,-657"/>
<rectangle min="2352,-652" max="2352,-656"/>
<rectangle min="2360,-650" max="2360,-658"/>
<rectangle min="2361,-651" max="2361,-657"/>
<rectangle min="2362,-652" max="2362,-656"/>
</union>
<region name="lime-victory-post"/>
<region name="blue-victory-post"/>
</complement>
<block name="orange-victory-post">2363,27,-543</block>
<block name="pink-victory-post">2363,27,-541</block>
<complement name="red-victory-monument">
<union>
<rectangle min="2359,-537" max="2363,-547"/>
<rectangle min="2358,-538" max="2358,-546"/>
<rectangle min="2357,-539" max="2357,-545"/>
<rectangle min="2356,-540" max="2356,-544"/>
<rectangle min="2364,-538" max="2364,-546"/>
<rectangle min="2365,-539" max="2365,-545"/>
<rectangle min="2366,-540" max="2366,-544"/>
</union>
<region name="orange-victory-post"/>
<region name="pink-victory-post"/>
</complement>
<union name="allowed-void">
<rectangle min="2436,-660" max="2394,-687"/>
<rectangle min="2368,-557" max="2381,-544"/>
<rectangle min="2291,-629" max="2427,-567"/>
<rectangle min="2337,-652" max="2350,-639"/>
<rectangle min="2281,-536" max="2325,-508"/>
</union>
<union name="slowness-pipes">
<!-- Red team pipes -->
<cuboid min="2323,31,-530" max="2339,32,-530"/>
<cuboid min="2395,31,-666" max="2379,32,-667"/>
<!-- Yellow team pipes -->
<cuboid min="2415,31,-645" max="2416,32,-659"/>
<cuboid min="2302,31,-537" max="2303,32,-550"/>
</union>
<apply kit="effect-slowness">
<region name="slowness-pipes"/>
</apply>
<apply enter="red-only" block="red-only" use="red-only" message="You may not access `r`l`4Red Team`r`c's wool rooms.">
<region name="red-wool-rooms"/>
</apply>
<apply enter="yellow-only" block="yellow-only" use="yellow-only" message="You may not access `r`l`eYellow Team`r`c's wool rooms.">
<region name="yellow-wool-rooms"/>
</apply>
<apply block="protected-area" use="protected-area">
<region name="yellow-victory-monument"/>
<region name="red-victory-monument"/>
<region name="spawn-areas"/>
</apply>
<apply block="no-void" use="no-void">
<complement>
<rectangle min="-oo,-oo" max="oo,oo"/>
<region name="allowed-void"/>
</complement>
</apply>
<apply block="deny-ice-melt">
<rectangle min="-oo,-oo" max="oo,oo"/>
</apply>
<apply block-break="protected-blocks">
<rectangle min="-oo,-oo" max="oo,oo"/>
</apply>
<apply block-break="wool-room-protection">
<region name="yellow-wool-rooms"/>
<region name="red-wool-rooms"/>
</apply>
<apply use="wool-room-dispenser-protection">
<region name="yellow-wool-rooms"/>
<region name="red-wool-rooms"/>
</apply>
</regions>
<wools team="red">
<wool color="orange">
<region name="orange-victory-post"/>
</wool>
<wool color="pink">
<region name="pink-victory-post"/>
</wool>
</wools>
<wools team="yellow">
<wool color="blue">
<region name="blue-victory-post"/>
</wool>
<wool color="lime">
<region name="lime-victory-post"/>
</wool>
</wools>
<timelock>on</timelock>
<maxbuildheight>60</maxbuildheight>
<toolrepair>
<tool>stone sword</tool>
<tool>bow</tool>
<tool>iron pickaxe</tool>
<tool>iron axe</tool>
</toolrepair>
<itemremove>
<item>leather helmet</item>
<item>leather chestplate</item>
<item>iron leggings</item>
<item>leather boots</item>
<item>milk bucket</item>
<item>bread</item>
<item>glass</item>
<item>wood</item>
<item>log</item>
</itemremove>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment