Tenta assim
@EventHandler public void s(EntityDamageByEntityEvent e) { if (e.getEntity().isOnGround() && e.getEntity().getVelocity().getY() < 0) { //continua assim exemplo World local = e.getEntity().getWorld(); local.playEffect(e.getEntity().getLocation(), Effect.CRIT, 5); }
Like </3