@EventHandler(ignoreCancelled = true) void onPigZap(PigZapEvent event) { if (plugin.isShopkeeper(event.getEntity())) { event.setCancelled(true); } }