-
Notifications
You must be signed in to change notification settings - Fork 1
Events
mmonkey edited this page Jun 7, 2017
·
1 revision
Destinations uses events when teleporting players. Any other plugin can listen for these events and make changes to locations or cancel the event all together.
-
PlayerTeleportPreEvent- Triggered before to all other PlayerTeleport events
- Used to set a player's back location
-
PlayerTeleportBackEvent- Triggered when a player is teleported to a back location
-
PlayerTeleportBedEvent- Triggered when a player is teleported to a bed location
-
PlayerTeleportBringEvent- Triggered when a player is teleported to another player's location from the
/bringcommand
- Triggered when a player is teleported to another player's location from the
-
PlayerTeleportGrabEvent- Triggered when a player is teleported to another player's location from the
/grabcommand
- Triggered when a player is teleported to another player's location from the
-
PlayerTeleportHomeEvent- Triggered when a player is teleported to a home location
-
PlayerTeleportJumpEvent- Triggered when a player is teleported to a jump location
-
PlayerTeleportSpawnEvent- Triggered when a player is teleported to a spawn location
-
PlayerTeleportTopEvent- Triggered when a player is teleported to a top location
-
PlayerTeleportWarpEvent- Triggered when a player is teleported to a warp location