@EventHandler
public void asdsd(EntityDeathEvent a) {
Player p = a.getEntity().getKiller();
LivingEntity e = a.getEntity();
if (e instanceof Wither && e.getCustomName().equalsIgnoreCase("nome")) {
Bukkit.broadcastMessage("o bixao foi morto por " + p.getName());
}
}