Player Bow Hit Event
class PlayerBowHitEvent(val damager: Player, val victim: Player, val damage: Double) : Event, Cancellable
This event is called when a player hits another player with a bow.
Parameters
damager
The player that shot the bow.
victim
The player that was hit by the bow.
damage
The damage that the victim will take.