teleport — Events

on teleportorg.bukkit.event.player.PlayerTeleportEvent
Player1.0.0

Description

Fires when a player teleports.

Variables

player
Player
org.bukkit.entity.Player
NullableNo

The player who teleported

from
Location
org.bukkit.Location
NullableNo

The location the player teleported from

to
Location
org.bukkit.Location
NullableNo

The location the player teleported to

Examples

on teleport:

Related (Player)