Welcome!
This is an extremely simple mod, that I thought should be available for bukkit.
It allows you to delete dropped items in the world.
It's very simple to use:
COMMAND
/cleanup
This will delete ALL dropped items in the world.
/cleanup [radius]
This will delete any dropped items within [radius] blocks from you.
PERMISSION
To run /cleanup a player will need the easycleanup.cleanup permission.
CONFIGURATION
When run the first time, easycleanup will generate a config file.
The file will look like this:
cleanup:itemcount:1000autoclean:true
autoclean will determine if EasyCleanup will automatically delete all items in the world, when there are itemcount items dropped.
To turn autoclean off just change true to false.