About
This mod was created due to a request from minecraft forums user: HiggingsSP. He needed a plugin to drop a specific item on death so that users could be rewarded for that specific drop via shop plugins. He couldn't find anything that could do this, so I simply created this.
This plugin allows you to have multiple drops when a player dies, which is setup in the config.txt in the plugin folder. There are no commands, just drop the plugin in, add in your items in the config.txt, then reload your server. It should work right away.
Config Syntax
Here is an example configuration:
items: { "46" "144:3" "261" }
Here, is it set to drop a TNT block (46), a human head (144:3), and an arrow (261). Make sure when adding new items to the configuration that you keep the quotations around the value, and leave the 'items: {' and '}' as it is.
If you are having issues with this plugin, or if you have a suggestion for it, please let me know, and I'l make some time for implementing it.