OK, I found it out, the code is: PHP: $drops = new Item(<id>, 0, <amount>) I think the 0 in-between is used for an ID like 17:2, that means: (17,2,5)
Why would you tell pocketmine that your plugin listens for events when you plugin is being disabled and won't be any use after that? You only need to register events once.