Skip to content

Instantly share code, notes, and snippets.

@Electroid
Created October 6, 2013 15:12
Show Gist options
  • Select an option

  • Save Electroid/6855223 to your computer and use it in GitHub Desktop.

Select an option

Save Electroid/6855223 to your computer and use it in GitHub Desktop.
101 Pumpkins XML
<map proto="1.3.0">
<!-- Map Information -->
<name>101 Pumpkins</name>
<version>1.2 - Halloween</version>
<objective>Kill all your opponents! Each person has 2 lives</objective>
<!-- Authors and Contributors -->
<authors>
<author contribution="Map Idea and Design">xXFracXx</author>
<author contribution="Halloweenification">TheZaner</author>
<author contribution="Halloweenification">XxNarwhalexX</author>
<author contribution="Halloweenification">Super_Armor</author>
</authors>
<contributors>
<contributor contribution="Helped with Map Design">PhoenixMatt</contributor>
<contributor contribution="Helped with Map Design">TheMasterCow</contributor>
<contributor contribution="Idea for Rage w/ 2 Lives">iLifting</contributor>
<contributor contribution="Improved XML">dinner1111</contributor>
<contributor contribution="Halloweenification">ElectroidFilms</contributor>
</contributors>
<!-- Rules -->
<rules>
<rule>No hiding (Crouching behind walls etc.)</rule>
<rule>No void-jumping/combat-logging</rule>
<rule>No leaving the rooms w/ help of Ender Pearls</rule>
</rules>
<!-- Teams -->
<teams>
<team color="dark green" max="10" overhead-color="dark green">Zombie Team</team>
<team color="gray" max="10" overhead-color="gray">Ghast Team</team>
<team color="dark red" max="10" overhead-color="dark red">Spider Team</team>
<team color="dark gray" max="10" overhead-color="dark gray">Wither Team</team>
</teams>
<!-- Gamemode settings -->
<rage/>
<blitz>
<time>10m</time>
<lives>2</lives>
<broadcastLives>true</broadcastLives>
<title>Rage</title>
</blitz>
<!-- Spawns -->
<spawns safe="true">
<!-- Spider Spawn -->
<spawn team="spider" kit="spider" yaw="45">
<cuboid min="-318,1,-335" max="-316,2,-333"/>
</spawn>
<!-- Ghast Spawn -->
<spawn team="ghast" kit="ghast" yaw="135">
<cuboid min="-318,1,-263" max="-316,2,-261"/>
</spawn>
<!-- Wither Spawn -->
<spawn team="wither" kit="wither" yaw="-45">
<cuboid min="-390,1,-335" max="-388,2,-333"/>
</spawn>
<!-- Zombie Spawn -->
<spawn team="zombie" kit="zombie" yaw="-135">
<cuboid min="-390,1,-263" max="-388,2,-261"/>
</spawn>
<default yaw="90">
<cylinder base="-293,25,-298" radius="3" height="0"/>
</default>
</spawns>
<!-- Kits -->
<kits>
<kit name="spawn">
<item slot="0" enchantment="damage all:10" name="Scythe">iron hoe</item>
<item slot="1" enchantment="arrow damage:10" name="Pistol">bow</item>
<item slot="2" amount="1">arrow</item>
<item slot="8" amount="16">pumpkin pie</item>
<potion duration="3" amplifier="1">heal</potion>
<potion duration="3" amplifier="10">damage resistance</potion>
<potion duration="oo" amplifier="1">wither</potion>
</kit>
<kit name="spider" parents="spawn">
<helmet damage="14">wool</helmet>
<chestplate color="FF0000" name="Kevlar">leather chestplate</chestplate>
</kit>
<kit name="ghast" parents="spawn">
<helmet damage="8">wool</helmet>
<chestplate color="AAAAAA" name="Kevlar">leather chestplate</chestplate>
</kit>
<kit name="wither" parents="spawn">
<helmet damage="7">wool</helmet>
<chestplate color="555555" name="Kevlar">leather chestplate</chestplate>
</kit>
<kit name="zombie" parents="spawn">
<helmet damage="13">wool</helmet>
<chestplate color="00AA00" name="Kevlar">leather chestplate</chestplate>
</kit>
</kits>
<filters>
<filter name="no-wool" parents="deny-all">
<deny>
<block>35:5</block>
<block>35:14</block>
<block>35:13</block>
<block>35:15</block>
</deny>
</filter>
</filters>
<!-- Regions -->
<regions>
<rectangle name="playarea" min="-oo,-oo" max="oo,oo"/>
<cuboid name="roof" min="-oo,5,-oo" max="oo,6,oo"/>
<apply block="no-wool">
<rectangle min="-oo,-oo" max="oo,oo"/>
</apply>
</regions>
<playable>
<complement>
<region name="playarea"/>
<region name="roof"/>
</complement>
</playable>
<!-- Time Lock at 16000 Ticks -->
<timelock>on</timelock>
<!-- Disable Damage -->
<disabledamage>
<damage>fire</damage>
<damage>fire tick</damage>
<damage>wither</damage>
</disabledamage>
<!-- Kill Reward -->
<killreward>
<item amount="1">arrow</item>
</killreward>
<!-- Item Remove -->
<itemremove>
<item>leather helmet</item>
<item>leather chestplate</item>
<item>arrow</item>
<item>cookie</item>
<item>bow</item>
<item>iron hoe</item>
<item>rotten flesh</item>
</itemremove>
<!-- Tool Repair -->
<toolrepair>
<tool>iron sword</tool>
<tool>bow</tool>
</toolrepair>
<!-- Item Keep -->
<itemkeep>
<keep>potion</keep>
<keep>ender pearl</keep>
<keep>fire</keep>
<keep>painting</keep>
<keep>web</keep>
</itemkeep>
<!-- Insta TNT -->
<tnt>
<instantignite>on</instantignite>
<blockdamage>off</blockdamage>
</tnt>
<!-- Misc Settings -->
<mobs>
<filter>
<spawn>spawner</spawn>
</filter>
</mobs>
<hunger>
<depletion>off</depletion>
</hunger>
<difficulty>1</difficulty>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment