Skip to content

Instantly share code, notes, and snippets.

@ryanwarsaw
Last active May 18, 2016 21:27
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 ryanwarsaw/a8388bb3ac2a6a735f39da47a8285c76 to your computer and use it in GitHub Desktop.
Save ryanwarsaw/a8388bb3ac2a6a735f39da47a8285c76 to your computer and use it in GitHub Desktop.
<map proto="1.4.0">
<name>Ice Wreck</name>
<version>1.1.3</version>
<objective>Get your team as many points as possible before time runs out!</objective>
<authors>
<!-- Simonbee10 -->
<author uuid="cd349e06-983b-4c67-ba1d-d33e1a8a0f74" contribution="Building, planning, XML"/> <!-- FLoortje96 -->
<author uuid="31fcd13d-7fa2-48b9-9987-50679ed1fcee" contribution="Building, planning"/>
</authors>
<contributors>
<!-- me_is_evil_fish -->
<contributor uuid="62d9830a-0b77-4e21-9d4f-de4b60c68fb5" contribution="Building"/>
</contributors>
<teams>
<team id="black-team" color="black" max="16" max-overfill="20">Black Team</team>
<team id="cyan-team" color="dark aqua" max="16" max-overfill="20">Cyan Team</team>
</teams>
<spawns>
<spawn team="black-team" yaw="90" kit="black">
<cuboid min="45.5,8.3,62.5" max="44.5,8.3,61.5"/>
</spawn>
<spawn team="cyan-team" yaw="-90" kit="cyan">
<cuboid min="-45.5,8.3,-62.5" max="-43.5,8.3,-60.5"/>
</spawn>
<default yaw="-90">
<cuboid min="-84.5,26.1,-0.5" max="-82.5,26.2,1.5"/>
</default>
</spawns>
<kits>
<kit id="spawn" force="true" >
<item slot="0" material="iron axe" name="Frozen Battle Axe" enchantment="luck:1" unbreakable="true" show-enchantments="false"/>
<item slot="1" material="bow" name="Frozen Bow" enchantment="power:1" unbreakable="true"/>
<item slot="2" material="boat spruce" name="Icy Boat" />
<item slot="3" material="cooked fish" name="Frozen Fish" amount="32"/>
<item slot="8" material="arrow" amount="12"/>
<item slot="22" material="wood" damage="1" amount="10" lore="Only for crafting purposes"/>
<helmet material="leather helmet" color="CCDDF2" unbreakable="true"/>
<leggings material="chainmail leggings" unbreakable="true"/>
<boots material="leather boots" color="CCDDF2" unbreakable="true"/>
<game-mode>adventure</game-mode>
</kit>
<kit id="black" parents="spawn">
<chestplate material="leather chestplate" color="191919" unbreakable="true"/>
</kit>
<kit id="cyan" parents="spawn">
<chestplate material="leather chestplate" color="4C7F99" unbreakable="true"/>
</kit>
</kits>
<regions>
<cuboid id="cyan-net" min="-7,4,-29" max="-9,6,-31"/>
<cuboid id="black-net" min="10,4,31" max="8,6,29"/>
</regions>
<kill-rewards>
<kill-reward>
<filter>
<kill-streak count="2"/>
</filter>
<item material="golden apple"/>
<item material="iron ingot"/>
</kill-reward>
<kill-reward>
<filter>
<kill-streak count="4"/>
</filter>
<item material="iron ingot"/>
</kill-reward>
<kill-reward>
<filter>
<kill-streak count="1" repeat="true"/>
</filter>
<item material="arrow" amount="2"/>
</kill-reward>
</kill-rewards>
<filters>
<team id="black-only">black</team>
<team id="cyan-only">cyan</team>
</filters>
<flags>
<flag id="black-flag" name="Black Flag" owner="black-team" color="gray" carry-message="You are carrying the flag, return it to your flag!">
<post pickup-filter="cyan-only" recover-time="20" respawn-time="10" yaw="180">9,5,30</post>
</flag>
<flag id="cyan-flag" name="Cyan Flag" owner="cyan-team" color="blue" carry-message="You are carrying the flag, return it to your flag!">
<post pickup-filter="black-only" recover-time="20" respawn-time="10" yaw="0">-9,5,-30</post>
</flag>
<flags points="3" drop-on-water="true" beam="false">
<net region="black-net" flag="cyan-flag"/>
<net region="cyan-net" flag="black-flag"/>
</flags>
</flags>
<itemremove>
<item>bow</item>
<item>iron axe</item>
<item>cooked fish</item>
<item>leather helmet</item>
<item>leather chestplate</item>
<item>chainmail leggings</item>
<item>leather boots</item>
<item>splash potion</item>
<item>arrow</item>
<item>wood</item>
<item>boat spruce</item>
</itemremove>
<tnt yield="0" friendly-defuse="false" power="11" fuse="3s"/>
<gamerules>
<doDaylightCycle>false</doDaylightCycle>
</gamerules>
<score>
<kills>1</kills>
</score>
<time>12m</time>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment