File Details
v1.1
- R
- Dec 23, 2012
- 33.47 KB
- 1.0K
- CB 1.4.5-R1.0+1
File Name
DropFactory_1.1.jar
Supported Versions
- CB 1.4.5-R1.0
- CB 1.4.6-R0.1
- 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.

