Make pigs spew bacon!
This is a clone of iChun's single player Pig Grinder mod,and was requested on this thread.
The thread on the Bukkit Forum is here.
PigGrinder version 1.3
PigGrinder allows you to craft a Grinder, cunningly disguised as a common bucket, with the following recipe:

Right-click a pig with it, and the grinder will cut the pig into slices of delicious bacon from the inside out. When there is no more bacon left in the pig's empty shell, the pig explodes.
Features:
Configuration:
amount: amount of pork that can be spawned from a pig. Default: 20
delay: Interval between pork drops in in-game ticks. Default: 5
material: The material that the Grinder appears as. Default: BUCKET
metadata: The special damage value that distinguishes grinders. Default: 70
explode:Whether pigs explode after dropping all the pork. Default: true
explodepower: The power of the explosion. Default: 1.0
textureurl: the URL of the pig's texture when a grinder is attached. Default: http://cloud.github.com/downloads/zhuowei/PigGrinder/pig_grinder_texture.png
yvelocity: The initial vertical speed of an item when it drops from the grinder. Increase it to have the drops launch higher. Default: 0.25
Changelog:
v1.1.1:
Spout's Api changed for 1.0.5, and the plugin had to be fixed.
v1.1:
Now uses Spout to change pig's skin when grinder is attached
Set vertical velocity of items dropped to match the look of the original mod
v1.0.2:
Can now specify whether the pigs would explode and the power of the explosion
v1.0.1:
Added Spout support
v1.0:
Initial release