Skip to content

Instantly share code, notes, and snippets.

@niwaniwa
Created March 28, 2015 08:26
Show Gist options
  • Save niwaniwa/8c41f95218c9ccc30596 to your computer and use it in GitHub Desktop.
Save niwaniwa/8c41f95218c9ccc30596 to your computer and use it in GitHub Desktop.
<map>
<!-- ver 1.0.0E -->
<kits>
<kit name="spawn">
<item slot="0">IRON_SWORD</item>
<item slot="1">BOW</item>
<item slot="2">IRON_PICKAXE</item>
<item slot="3">IRON_AXE</item>
<item slot="7" amount="64">LOG</item>
<item slot="8" name="French bread!" amount="32">BREAD</item>
<item slot="9" amount="32" bind="true">ARROW</item>
</kit>
<kit name="blue" parents="spawn">
<helmet color="0066cc" enchantment="PROTECTION_PROJECTILE" damage="-3000" bind="true">LEATHER_HELMET</helmet>
<chestplate color="6699D8" enchantment="PROTECTION_PROJECTILE" damage="-3000" bind="true">LEATHER_CHESTPLATE</chestplate>
<!-- <leggings color="0066cc" enchantment="PROTECTION_PROJECTILE" damage="-3000" bind="true">LEATHER_LEGGINGS</leggings> -->
<boots color="6699D8" enchantment="PROTECTION_PROJECTILE;PROTECTION_FALL:2" damage="-3000" bind="true">LEATHER_BOOTS</boots>
<item slot="6" amount="64" damage="11">STAINED_GLASS</item>
</kit>
<kit name="red" parents="spawn">
<helmet color="cd0000" enchantment="PROTECTION_PROJECTILE" damage="-3000" bind="true">LEATHER_HELMET</helmet>
<chestplate color="F27FA5" enchantment="PROTECTION_PROJECTILE" damage="-3000" bind="true">LEATHER_CHESTPLATE</chestplate>
<!-- <leggings color="cd0000" enchantment="PROTECTION_PROJECTILE" damage="-3000" bind="true">LEATHER_LEGGINGS</leggings> -->
<boots color="F27FA5" enchantment="PROTECTION_PROJECTILE;PROTECTION_FALL:2" damage="-3000" bind="true">LEATHER_BOOTS</boots>
<item slot="6" amount="64" damage="14">STAINED_GLASS</item>
</kit>
<kit name="HEAL">
<potion duration="30" amplifier="10">HEAL</potion>
</kit>
<kit name="HEAL2">
<potion duration="30" amplifier="30">HEAL</potion>
</kit>
</kits>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment