# Pastebin DfZ2nV4s 1) make List drops = event.getDrops 2) for(ItemStack drop : drops) {ItemStack copy = drop.copy(); then add copy to the drop list} 3) all of that in an NPE try/catch becuse calling methods on a blank hand throws NPE