That's all i have to say.
Price is $6.99, https://sellfy.com/p/q4L4/
I'm also selling a copy of my server: holyh.cf, and some others HCF Plugins. check it out in my sellfy profile.
@EventHandler
public void onPearlLand(ProjectileHitEvent e) {
if (e.getEntity() instanceof EnderPearl && blocked.contains(e.getEntity().getWorld().getBlockAt(...))) e.setCancelled(true);
}
