-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
None
-
None
-
1.15.2
-
Yes
When firing of ProjectileLaunchEvent, it detects Arrows just fine and will fire the event once, but for some reason, the event is fired twice using 1 EnderPearl. Not sure if this is normal behavior or not.
@EventHandler public void projectileTest(ProjectileLaunchEvent e) { Bukkit.broadcastMessage("ProjectileLaunchEvent Fired"); }