Skip to content

Instantly share code, notes, and snippets.

@Electroid
Created October 1, 2013 20:00
Show Gist options
  • Select an option

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

Select an option

Save Electroid/6784222 to your computer and use it in GitHub Desktop.
Pipe Plaza XML
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Pipe Plaza</name>
<version>1.0.1</version>
<objective>Eliminate the opposing team within 10 minutes.</objective>
<!-- Authors/Contributors -->
<authors>
<author>The Orange Sunglasses Build Team</author>
</authors>
<contributors>
<contributor contribution="Concept, Idea, Map Design">ItsMiiOlly</contributor>
<contributor contribution="Building, Feedback, XML">TheZaner</contributor>
<contributor contribution="Building and Design">PlasmaCross</contributor>
<contributor contribution="Map Design, Feedback">xXFracXx</contributor>
<contributor contribution="Design, Building">Super_Armor</contributor>
<contributor contribution="Design, Building, Feedback">lonelyhornet</contributor>
<contributor contribution="Feedback and Design">erwintrude</contributor>
<contributor contribution="Fixing and Testing XML">ElectroidFilms</contributor>
</contributors>
<!-- Rules -->
<rules>
<rule>Fall Damage is disabled on this map!</rule>
</rules>
<!-- Gamemode -->
<blitz>
<time>10m</time>
<lives>3</lives>
<broadcastLives>true</broadcastLives>
<title>Rage</title>
</blitz>
<rage/>
<!-- Teams -->
<teams>
<team color="red" max="25">Mario</team>
<team color="green" max="25">Luigi</team>
</teams>
<!-- Kits -->
<kit name="spawn">
<item slot="0" enchantment="damage all:10" lore="1-Hit Kill!">iron sword</item>
<item slot="1" enchantment="arrow damage:10" name="Green Shell" lore="1-Shot Kill!">bow</item>
<item slot="2" amount="1">arrow</item>
<item slot="4" amount="1" name="Banana Peel">web</item>
<potion duration="oo" amplifier="2">speed</potion>
<potion duration="oo" amplifier="1">night vision</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">leather boots</boots>
</kit>
<kit name="green" parents="spawn">
<helmet color="0fff00">leather helmet</helmet>
<chestplate color="0fff00">leather chestplate</chestplate>
<leggings color="0fff00">leather leggings</leggings>
<boots color="0fff00">leather boots</boots>
</kit>
<!-- Other Settings -->
<toolrepair>
<tool>iron sword</tool>
<tool>bow</tool>
<tool>leather helmet</tool>
<tool>leather chestplate</tool>
<tool>leather leggings</tool>
<tool>leather boots</tool>
</toolrepair>
<killreward>
<item amount="1">arrow</item>
<item amount="1" name="Banana Peel">web</item>
</killreward>
<timelock>on</timelock>
<hunger>
<depletion>off</depletion>
</hunger>
<disabledamage>
<damage>fall</damage>
</disabledamage>
<!-- Filters -->
<filters>
<filter name="only-cobwebs" parents="deny-place">
<allow><block>web</block></allow>
</filter>
</filters>
<!-- Regions -->
<regions>
<apply block="only-cobwebs" message="You can only place cobwebs!">
<cuboid min="-oo,-oo,-oo" max="oo,oo,oo"/>
</apply>
</regions>
<!-- Portals -->
<portals>
<portal x="@380" y="@25" z="@865">
<cuboid min="381,22,968" max="379,22,966"/>
</portal>
<portal x="@380" y="@25" z="@970">
<cuboid min="379,22,867" max="381,22,869"/>
</portal>
<portal x="@400" y="@25" z="@865">
<cuboid min="399,22,968" max="401,22,966"/>
</portal>
<portal x="@400" y="@25" z="@970">
<cuboid min="401,22,867" max="399,22,869"/>
</portal>
<portal x="@390" y="@29" z="@961">
<cuboid min="389,26,878" max="391,26,876"/>
</portal>
<portal x="@390" y="@29" z="@874">
<cuboid min="391,26,957" max="389,26,959"/>
</portal>
<portal x="@376" y="@25" z="@897">
<cuboid min="377,22,940" max="375,22,942"/>
</portal>
<portal x="@376" y="@25" z="@938">
<cuboid min="375,22,895" max="377,22,893"/>
</portal>
<portal x="@404" y="@25" z="@944">
<cuboid min="403,22,893" max="405,22,895"/>
</portal>
<portal x="@404" y="@25" z="@897">
<cuboid min="405,22,940" max="403,22,942"/>
</portal>
</portals>
<!-- Spawns -->
<spawns>
<spawn team="red" kit="red" yaw="179">
<cuboid min="389,22,993" max="391,22,995"/>
<cuboid min="367,22,993" max="365,22,991"/>
<cuboid min="415,22,993" max="413,22,991"/>
</spawn>
<spawn team="green" kit="green" yaw="179">
<cuboid min="389,22,840" max="391,22,842"/>
<cuboid min="415,22,844" max="413,22,842"/>
<cuboid min="367,22,844" max="365,22,842"/>
</spawn>
<default yaw="90">
<cuboid min="450,68,915" max="447,68,919"/>
</default>
</spawns>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment