On Respawn (Event) — Skript

Addon: Skript · Category: Event · Since: 1.0

Syntax

[on] [player] respawn[ing]

Description

Called when a player respawns via death or entering the end portal in the end. You should prefer this event over the <a href='#death'>death event</a> as the player is technically alive when this event is called.

Event Values

  • event-player
  • event-respawnreason
  • event-world

Examples

on respawn:

View source