move — Events

on moveorg.bukkit.event.player.PlayerMoveEvent
Player1.0.0

Description

Fires when a player moves.

Variables

player
Player
org.bukkit.entity.Player
NullableNo

The player who moved

from
Location
org.bukkit.Location
NullableNo

The location the player moved from

to
Location
org.bukkit.Location
NullableNo

The location the player moved to

Examples

on move:

Related (Player)