PVPEvent
class PVPEvent(val damager: Player, val victim: Player, val cause: EntityDamageEvent.DamageCause, val damage: Double) : Event, Cancellable
This event is called when a player damages another player.
Parameters
damager
The player who damaged the other player.
victim
The player who was damaged.
cause
The cause of the damage.
damage
The amount of damage dealt.