A couple of things:
Read up on access modifiers
Package names should be lowercase
Inventory#interact returns a boolean, so you should use it as one (https://github.com/Tomhoogstra/osFisher/blob/master/src/com/ggplugins/osFisher/Handlers/DropHandler.java#L37)
Other than that, well done on your first script!