Skip to content

Instantly share code, notes, and snippets.

@rmsy
Last active December 20, 2015 14:49
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 rmsy/6149454 to your computer and use it in GitHub Desktop.
Save rmsy/6149454 to your computer and use it in GitHub Desktop.
Metadata for Sands of Life.
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Sands of Life</name>
<version>1.0.1</version>
<objective>Amass the most amount of points before time runs out!</objective>
<authors>
<author contribution="Map design">Tywnis</author>
<author contribution="Map design">i2</author>
</authors>
<contributors>
<contributor contribution="Metadata (XML)">iamramsey</contributor>
</contributors>
<teams>
<team color="dark red" max="40">Red Team</team>
<team color="blue" max="40">Blue Team</team>
</teams>
<score>
<time>600</time>
</score>
<kits>
<kit name="players">
<item slot="0">iron sword</item>
<item slot="1" name="`4Fire Bow" enchantment="arrow infinite:1;arrow fire:1">bow</item>
<item slot="2" amount="32">bread</item>
<item slot="28">arrow</item>
<boots>chainmail boots</boots>
<potion duration="oo" amplifier="4">health boost</potion>
</kit>
<kit name="observers">
<potion duration="oo" amplifier="2">jump</potion>
</kit>
<kit name="team-blue" parents="players">
<helmet color="253193">leather helmet</helmet>
<chestplate color="253193" enchantment="water worker:1">leather chestplate</chestplate>
<leggings color="253193">leather leggings</leggings>
</kit>
<kit name="team-red" parents="players">
<helmet color="9e2b27">leather helmet</helmet>
<chestplate color="9e2b27" enchantment="water worker:1">leather chestplate</chestplate>
<leggings color="9e2b27">leather leggings</leggings>
</kit>
</kits>
<spawns>
<default yaw="0" kit="observers">
<cuboid min="2143,61,-560" max="2145,61,-558"/>
</default>
<spawns team="red" kit="team-red">
<spawn yaw="179">
<cuboid min="2097,5,-484" max="2098,5,-483"/>
</spawn>
<spawn yaw="0">
<cuboid min="2191,5,-634" max="2190,5,-635"/>
</spawn>
</spawns>
<spawns team="blue" kit="team-blue">
<spawn yaw="90">
<cuboid min="2219,5,-513" max="2220,5,-512"/>
</spawn>
<spawn yaw="-90">
<cuboid min="2068,5,-605" max="2069,5,-606"/>
</spawn>
</spawns>
</spawns>
<filters>
<filter name="only-cobwebs" parents="deny-all">
<allow><block>web</block></allow>
</filter>
</filters>
<regions>
<rectangle name="playing-field" min="-oo,-oo" max="oo,oo"/>
<apply block="only-cobwebs">
<region name="playing-field"/>
</apply>
</regions>
<toolrepair>
<tool>iron sword</tool>
<tool>bow</tool>
</toolrepair>
<itemremove>
<item>leather helmet</item>
<item>leather chestplate</item>
<item>leather leggings</item>
<item>chainmail boots</item>
<item>bread</item>
<item>arrow</item>
<item>string</item>
</itemremove>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment