01-07-2016, 08:35 AM
No, you can just use the OnProjectileHitEntity hook: http://apidocs.cuberite.org/OnProjectileHitEntity.html
After that use cEntity:IsPlayer() to see if it was a player that was hit.
After that use cEntity:IsPlayer() to see if it was a player that was hit.