Skip to content

Instantly share code, notes, and snippets.

@niwaniwa
Created March 28, 2015 08:26
Show Gist options
  • Save niwaniwa/d99bc8e4a599754efb91 to your computer and use it in GitHub Desktop.
Save niwaniwa/d99bc8e4a599754efb91 to your computer and use it in GitHub Desktop.
<map>
<!-- ver 1.0.0E -->
<!-- item remove -->
<itemremove>
<!-- sword and bow -->
<item>IRON_SWORD</item>
<item>STONE_SWORD</item>
<item>BOW</item>
<!-- 装備 -->
<!-- leather -->
<item>LEATHER_HELMET</item>
<item>LEATHER_CHESTPLATE</item>
<item>LEATHER_LEGGINGS</item>
<item>LEATHER_BOOTS</item>
<!-- iron -->
<item>IRON_HELMET</item>
<item>IRON_CHESTPLATE</item>
<item>IRON_LEGGINGS</item>
<item>IRON_BOOTS</item>
<!-- etc -->
<item>IRON_PICKAXE</item>
<item>IRON_AXE</item>
<item>LOG</item>
<item>GLASS</item>
<item>GOLD_BLOCK</item>
<item>ARROW</item>
<item>STICK</item>
<item>STRING</item>
</itemremove>
<!-- killreward -->
<killreward>
<item amount="1">GOLDEN_APPLE</item>
<item amount="5" bind="true">ARROW</item>
</killreward>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment