The following code:
@EventHandler(priority = EventPriority.LOWEST) public void onBlockBreak(BlockBreakEvent event) { System.out.println(1); }
Does not work for player skulls, but works when breaking any other block such as grass.