Skip to content

Instantly share code, notes, and snippets.

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

  • Save twizmwazin/9af7463bcc65bab358ae to your computer and use it in GitHub Desktop.

Select an option

Save twizmwazin/9af7463bcc65bab358ae to your computer and use it in GitHub Desktop.
<map proto="1.3.6">
<name>Pine Island</name>
<objective>Be the first team to reach 1,000 points!</objective>
<authors>
<author>King_Coolwhip</author>
</authors>
<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" damage="-3000">stone sword</item>
<item slot="1" damage="-3000">bow</item>
<item slot="2" damage="-3000">stone pickaxe</item>
<item slot="3" damage="-3000">stone shovel</item>
<item slot="4" amount="16">cobblestone</item>
<item slot="5" amount="16">ladder</item>
<item slot="30" damage="-3000">stone axe</item>
<item slot="1" damage="-3000">bow</item>
<item slot="28" amount="32">arrow</item>
<potion duration="5" amplifier="5" ambient="true">damage_resistance</potion>
</kit>
<kit name="red" parents="spawn">
<helmet color="cd0000" damage="-3000">leather helmet</helmet>
<chestplate color="cd0000" damage="-3000">leather chestplate</chestplate>
<leggings damage="-3000">iron leggings</leggings>
<boots enchantment="protection fall:2" damage="-3000">iron boots</boots>
</kit>
<kit name="blue" parents="spawn">
<helmet color="0066cc" damage="-3000">leather helmet</helmet>
<chestplate color="0066cc" damage="-3000">leather chestplate</chestplate>
<leggings damage="-3000">iron leggings</leggings>
<boots enchantment="protection fall:2" damage="-3000">iron boots</boots>
</kit>
</kits>
<spawns>
<spawn team="red" kit="red" yaw="-40">
<cylinder base="-81.5,95,-117.5" radius="2"/>
</spawn>
<spawn team="blue" kit="blue" yaw="90">
<cylinder base="-149.5,108,64.5" radius="2"/>
</spawn>
<default yaw="90">
<cylinder base="0,150,0" radius="10"/>
</default>
</spawns>
<filters>
<filter name="allow-blocks">
<not><block>iron block</block></not>
<not><block>beacon</block></not>
<not><block damage="4">stained clay</block></not>
<not><block damage="14">stained clay</block></not>
<not><block damage="11">stained clay</block></not>
</filter>
</filters>
<regions>
<apply block="allow-blocks" message="You may not modify this area.">
<cylinder base="0,58,0" radius="400" height="72"/>
</apply>
<apply block="allow-players" messgae="You may not travel out here.">
<circle center="0,0" radius="300"/>
</apply>
<king>
<hills>
<hill name="South Village" capture-time="12s" points="2">
<capture><cylinder base="191.5,68,6.5" radius="7"/></capture>
<progress><cylinder base="191.5,68,6.5" radius="7"/></progress>
<captured><cuboid min="0,0,0" max="0,0,0"/></captured>
</hill>
<hill name="Ruins" capture-time="12s" points="2">
<capture><cylinder base="61.5,92,-91.5" radius="7"/></capture>
<progress><cylinder base="61.5,92,-91.5" radius="7"/></progress>
<captured><cuboid min="0,0,0" max="0,0,0"/></captured>
</hill>
<hill name="Wheat Field" capture-time="12s" points="2">
<capture><cylinder base="-151.5,78,21.5" radius="7"/></capture>
<progress><cylinder base="-151.5,78,21.5" radius="7"/></progress>
<captured><cuboid min="0,0,0" max="0,0,0"/></captured>
</hill>
<hill name="Forest" capture-time="12s" points="2">
<capture><cylinder base="42.5,73,135.5" radius="7"/></capture>
<progress><cylinder base="42.5,73,135.5" radius="7"/></progress>
<captured><cuboid min="0,0,0" max="0,0,0"/></captured>
</hill>
</hills>
</king>
<score>
<limit>1000</limit>
<king/>
</score>
<killreward>
<item amount="16">arrow</item>
</killreward>
<itemremove>
<item>leather helmet</item>
<item>iron boots</item>
<item>iron leggings</item>
<item>leather chestplate</item>
<item>bread</item>
</itemremove>
<toolrepair>
<tool>stone sword</tool>
<tool>bow</tool>
<tool>stone pickaxe</tool>
<tool>stone axe</tool>
<tool>stone shovel</tool>
</toolrepair>
<gamerules>
<doFireTick>false</doFireTick>
</gamerules>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment