Skip to content

Instantly share code, notes, and snippets.

@Electroid
Created October 8, 2013 17:03
Show Gist options
  • Select an option

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

Select an option

Save Electroid/6887911 to your computer and use it in GitHub Desktop.
Arcane Santuary
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Arcane Sanctuary</name>
<version>1.0.0-a</version>
<objective>
Be the team with the most kills after 15 minutes
</objective>
<authors>
<author>Tywnis</author>
</authors>
<contributors>
<contributor contribution="XML Coding">triplezko</contributor>
<contributor contribution="Trade system">neseril</contributor>
</contributors>
<teams>
<team color="blue" max="40">Blue Team</team>
<team color="dark red" max="40">Red Team</team>
</teams>
<kits>
<kit name="heal">
<potion duration="5">heal</potion>
<potion duration="10">damage resistance</potion>
</kit>
<kit name="main" parents="heal">
<item slot="0">stone sword</item>
<item slot="1">bow</item>
<item slot="3">ghast tear</item>
<item slot="4" amount="16">apple</item>
<item slot="5" amount="2">golden apple</item>
<item slot="28" amount="64">arrow</item>
</kit>
<kit name="red" parents="main">
<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="blue" parents="main">
<helmet color="0066cc">leather helmet</helmet>
<chestplate color="0066cc">leather chestplate</chestplate>
<leggings color="0066cc">leather leggings</leggings>
<boots color="0066cc">leather boots</boots>
</kit>
</kits>
<filters>
<filter name="only-blue" parents="deny-all">
<allow>
<team>blue</team>
</allow>
</filter>
<filter name="only-red" parents="deny-all">
<allow>
<team>red</team>
</allow>
</filter>
<filter name="dispenser" parents="deny-world">
<deny>
<block>dispenser</block>
</deny>
</filter>
</filters>
<regions>
<apply block="dispenser" use="dispenser">
<negative>
<cuboid min="0,0,0" max="0,0,0"/>
</negative>
</apply>
<apply block-break="deny-all">
<negative>
<cuboid min="0,0,0" max="0,0,0"/>
</negative>
</apply>
<apply enter="only-red" message="You may not enter the red base!">
<intersect>
<cuboid min="-297,37,-913" max="-293,67,-894"/>
<cuboid min="-315,37,-909" max="-260,67,-901"/>
</intersect>
<cuboid min="-259,39,-898" max="-237,68,-912"/>
<cuboid min="-292,38,-893" max="-302,66,-848"/>
</apply>
<apply enter="only-blue" message="You may not enter the blue base!">
<intersect>
<cuboid min="-293,37,-1025" max="-297,67,-1044"/>
<cuboid min="-315,38,-1028" max="-260,67,-1037"/>
</intersect>
<cuboid min="-298,38,-1045" max="-288,66,-1098"/>
<cuboid min="-259,39,-1026" max="-237,69,-1040"/>
</apply>
<apply enter="only-blue" message="You may not enter your own scorebox!">
<cuboid name="blue-scorebox" min="-457,27,-966" max="-453,39,-963"/>
</apply>
<apply enter="only-red" message="You may not enter your own scorebox!">
<cuboid name="red-scorebox" min="-457,27,-972" max="-453,39,-975"/>
</apply>
</regions>
<spawns>
<spawn team="blue" kit="blue" yaw="0">
<cylinder name="bluespawn" base="-294.5,39,-1080.5" radius="1" height="1"/>
</spawn>
<spawn team="red" kit="red" yaw="180">
<cylinder name="redspawn" base="-294.5,39,-856.5" radius="3" height="1"/>
</spawn>
<default yaw="90">
<cuboid min="-190,62,-971" max="-186,62,-967"/>
</default>
</spawns>
<portals>
<!-- Top Portal -->
<portal x="@-317" y="@24" z="@-969">
<block>-340,48,-969</block>
</portal>
<!-- Lower Portal -->
<portal x="@-340" y="@48" z="@-969">
<block>-328,26,-969</block>
</portal>
<portal x="@-294" y="@38" z="@-856">
<cuboid min="-455,28,-973" max="-453,28,-971"/>
</portal>
<portal x="@-294" y="@38" z="@-1080">
<cuboid min="-455,28,-965" max="-453,28,-963"/>
</portal>
</portals>
<mobs>
<filter>
<spawn>spawner</spawn>
</filter>
</mobs>
<itemremove>
<item>stone sword</item>
<item>bow</item>
<item>leather helmet</item>
<item>leather chestplate</item>
<item>leather leggings</item>
<item>leather boots</item>
<!-- Instant Health 2
Speed II
Strength 2 -->
<item>373:8261</item>
<item>373:8226</item>
<item>373:8233</item>
<item>arrow</item>
<item>golden apple</item>
</itemremove>
<score>
<time>15m</time>
<!-- Red Box -->
<box value="5" filter="only-red" cooldown="30">
<region name="red-scorebox"/>
</box>
<!-- Blue Box -->
<box value="5" filter="only-blue" cooldown="30">
<region name="blue-scorebox"/>
</box>
</score>
<killreward>
<item amount="1">ghast tear</item>
</killreward>
<multitrade/>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment