Skip to content

Instantly share code, notes, and snippets.

@CoWinkKeyDinkInc
Created May 14, 2014 23:50
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 CoWinkKeyDinkInc/8f129d706dad269c08df to your computer and use it in GitHub Desktop.
Save CoWinkKeyDinkInc/8f129d706dad269c08df to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Oculo</name>
<version>1.1</version>
<objective>Eliminate the other team before 10 minutes is up.</objective>
<authors>
<author>CoWinkKeyDinkInc</author>
<author contribution="XML Editing">ElectroidFilms</author>
</authors>
<rules>
<rule>Do not prolong the game by staying in the portal room.</rule>
</rules>
<teams>
<team color="dark red" max="15">Red Team</team>
<team color="blue" max="15">Blue Team</team>
</teams>
<rage/>
<blitz>
<time>10m</time>
<lives>3</lives>
<title>Blitz: Rage</title>
</blitz>
<spawns safe="true">
<spawn team="red" kit="red" yaw="-180">
<cuboid min="510,30,517" max="512,60,533"/>
</spawn>
<spawn team="blue" kit="blue" yaw="0">
<cuboid min="510,30,455" max="512,60,471"/>
</spawn>
<default yaw="-90">
<point>555,53,494</point>
</default>
</spawns>
<kits>
<kit name="spawn">
<item slot="0" enchantment="damage all:10" lore="`a1-Hit Kill!" damage="-3000">iron sword</item>
<item slot="1" enchantment="arrow damage:10" lore="`a1-Shot Kill!" damage="-3000">bow</item>
<item slot="2" amount="1">arrow</item>
<potion duration="oo" amplifier="1">speed</potion>
<potion duration="2" amplifier="25">heal</potion>
<potion duration="2" amplifier="25">damage resistance</potion>
</kit>
<kit name="red" parents="spawn">
<chestplate color="cd0000" damage="-3000">leather chestplate</chestplate>
</kit>
<kit name="blue" parents="spawn">
<chestplate color="0066cc" damage="-3000">leather chestplate</chestplate>
</kit>
</kits>
<regions>
<apply block="deny-all">
<rectangle min="-oo,-oo" max="oo,oo"/>
</apply>
<apply velocity="@0,2.85,0.4">
<cuboid min="510,30,448" max="512,31,335"/>
</apply>
<apply velocity="@0,2.85,-0.4">
<cuboid min="512,30,543" max="510,31,540"/>
</apply>
</regions>
<timelock>on</timelock>
<killreward>
<item amount="1">arrow</item>
</killreward>
<hunger>
<depletion>off</depletion>
</hunger>
<disabledamage>
<damage>fall</damage>
</disabledamage>
<itemremove>
<item>iron sword</item>
<item>bow</item>
<item>arrow</item>
<item>leather helmet</item>
<item>leather chestplate</item>
<item>leather leggings</item>
<item>leather boots</item>
</itemremove>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment