Simple plugin really. It automatically destroys the empty soup bowls when they are dropped. I made it possible for any item dropped to be destroyed via a list in the config.yml
- Contributors:
- ServerReviewer
Permissions
============
discardbydropping.BypassDiscard Drop Soup and They Don't Disappear
discardbydropping.SeeList Shows a list of items that will be discarded with command : /discardbydropping.
Code (Text):Code
============
# DiscardDrop For Minecraft 1.8 By ServerReviewer, [email protected]
#
# Description:
# Makes Any Item Listed Disappear On Drop
#
# Commands:
# /discardbydropping - Give Description Of The Plugin And List Disappearing Items.
#
# Permissions:
# discardbydropping.BypassDiscard - Players With This Permission Can Drop Bowls Even If BowlsDisapearOnDrop Is Set To True.
# discardbydropping.SeeList - Players With This Permission Can Drop Bowls Even If BowlsDisapearOnDrop Is Set To True.
#
# Configuration
# DiscardedItems - List Of Items To Disappear when Dropped.
# AntiDropperDispensor - Prevents Dropppers & Dispensors From Dropping Listed Items Also.
#
DiscardedItems:
- BOWL
AntiDropperDispensor: true

DiscardDrop 2015-08-02
Can automatically destroy a item when dropped