respawn — Events

on respawnorg.bukkit.event.player.PlayerRespawnEvent
Player1.0.0

Description

Fires when a player respawns after dying.

Variables

player
Player
org.bukkit.entity.Player
NullableNo

The player who respawned

respawnLocation
Location
org.bukkit.Location
NullableNo

The location where the player will respawn

Examples

on respawn:

Related (Player)