Missing getHitEntity() in "on projectile hit" event #3746
Labels
completed
The issue has been fully resolved and the change will be in the next Skript update.
enhancement
Feature request, an issue about something that could be improved, or a PR improving something.
priority: lowest
"Nice to have" updates that are not required (tiny low impact bug fixes or QoL enhancements).
Description
on projectile hit
event should haveevent-entity
orhit entity
to get the hit entity, it is available in spigot but not found/working in Skript.The issue here is that when using fishing rod on players there is no damage so
on damage
event won't even fire andon projectile hit
doesn't havehit entity
so there is no way to check for that.Steps to Reproduce
No steps.
Expected Behavior
None.
Errors / Screenshots
Server Information
Additional Context
The text was updated successfully, but these errors were encountered: