v1.1

Details

  • Filename
    DropFactory_1.1.jar
  • Uploaded by
  • Uploaded
    Dec 22, 2012
  • Size
    33.47 KB
  • Downloads
    886
  • MD5
    00230388f3e2b364ce654d83ba1ccd66

Supported Bukkit Versions

  • CB 1.4.6-R0.1
  • CB 1.4.5-R1.0

Changelog

  • Leaf decay support
  • Better handling of similar tools, eg BOW vs ITEM where the item is BOW
  • Update to support some of the newer block subtypes (sandstone, wood slabs, etc)
  • Allow detection of mobs killed by projectiles other than arrows
  • Maybe one or two other things I've forgotten

Although the commands don't support item meta (such as lore, etc), you can still create drops with such metadata by editing the config if you know the right format.

If you used this plugin before and had any drops with enchantments, you'll need to edit them in your config to match the following layout:

<<code>
    meta:
      ==: ItemMeta
      meta-type: UNSPECIFIC
      enchants:
        PROTECTION_FIRE: 2
<</code>>

Where the "meta" key is indented the same as the "type" key and the "==: org.bukkit.inventory.ItemStack" line.