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/6149706 to your computer and use it in GitHub Desktop.
Save rmsy/6149706 to your computer and use it in GitHub Desktop.
Metadata for Yggdrasil.
<?xml version="1.0"?>
<map proto="1.3.0">
<name>Yggdrasil</name>
<version>1.0</version>
<objective>Amass the most amount of points before time runs out!</objective>
<authors>
<author contribution="Map design">Tywnis</author>
</authors>
<contributors>
<contributor contribution="Metadata (XML)">iamramsey</contributor>
<contributor contribution="Initial metadata (XML)">RiceOpenOrange</contributor>
</contributors>
<teams>
<team color="dark red" max="35">Red Team</team>
<team color="blue" max="35">Blue Team</team>
</teams>
<score>
<time>600</time>
</score>
<kits>
<kit name="players">
<item slot="0">stone sword</item>
<item slot="1" enchantment="arrow infinite:1">bow</item>
<item slot="2" amount="32">apple</item>
<item slot="3" amount="3">golden apple</item>
<item slot="28">arrow</item>
<boots enchantment="protection fall:1">iron boots</boots>
</kit>
<kit name="team-blue" parents="players">
<helmet color="253193">leather helmet</helmet>
<chestplate color="253193">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">leather chestplate</chestplate>
<leggings color="9e2b27">leather leggings</leggings>
</kit>
</kits>
<spawns>
<default yaw="-90">
<cuboid min="2272,158,-1105" max="2276,158,-1099"/>
</default>
<spawn team="red" kit="team-red" safe="true" yaw="179">
<cuboid min="2314,0,-1053" max="2209,127,-1107"/>
</spawn>
<spawn team="blue" kit="team-blue" safe="true" yaw="0">
<cuboid min="2314,0,-1158" max="2209,127,-1111"/>
</spawn>
</spawns>
<regions>
<apply block="deny-all">
<rectangle min="-oo,-oo" max="oo,oo"/>
</apply>
</regions>
<toolrepair>
<tool>stone sword</tool>
<tool>bow</tool>
</toolrepair>
<itemremove>
<item>leather helmet</item>
<item>leather chestplate</item>
<item>leather leggings</item>
<item>iron boots</item>
<item>apple</item>
</itemremove>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment