Skip to content

Instantly share code, notes, and snippets.

@Dinner1111
Created April 26, 2014 10:47
Show Gist options
  • Save Dinner1111/11316939 to your computer and use it in GitHub Desktop.
Save Dinner1111/11316939 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<map proto="1.3.2">
<name>Øsage</name>
<version>1.0.0</version>
<objective>Kill the enemy team while staying alive!</objective>
<authors>
<author>Qixit</author>
</authors>
<teams>
<team color="red" max="15">Red Team</team>
<team color="blue" max="15">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" amount="64">bread</item>
<item slot="27" amount="64">arrow</item>
<leggings color="999999" damage="-3000">leather leggings</leggings>
<potion duration="5" amplifier="4">heal</potion>
<potion duration="5" amplifier="4">damage resistance</potion>
</kit>
<kit name="r-spawn" parents="spawn">
<helmet color="993333" damage="-3000">leather helmet</helmet>
<chestplate color="993333" damage="-3000">leather chestplate</chestplate>
<boots color="993333" damage="-3000">leather boots</boots>
</kit>
<kit name="b-spawn" parents="spawn">
<helmet color="6699D8" damage="-3000">leather helmet</helmet>
<chestplate color="6699D8" damage="-3000">leather chestplate</chestplate>
<boots color="6699D8" damage="-3000">leather boots</boots>
</kit>
</kits>
<spawns>
<spawn team="red" yaw="180" kit="r-spawn">
<point>-213.5,16,1579.5</point>
</spawn>
<spawn team="blue" kit="b-spawn">
<point>-213.5,16,1491.5</point>
</spawn>
<default yaw="180">
<point>-210.5,30,1535.5</point>
</default>
</spawns>
<score>
<time>15m</time>
</score>
<itemremove>
<item>stone sword</item>
<item>bow</item>
<item>bread</item>
<item>arrow</item>
<item>leather helmet</item>
<item>leather chestplate</item>
<item>leather leggings</item>
<item>leather boots</item>
<item>glass bottle</item>
</itemremove>
<killreward>
<item amount="16">arrow</item>
</killreward>
<regions>
<apply block="deny-all">
<rectangle min="-oo,-oo" max="oo,oo"/>
</apply>
</regions>
</map>
Copy link

ghost commented Apr 28, 2014

Sweet!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment