Skip to content
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.

PlayerTeleportEvents

  • 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 /bring command
  • PlayerTeleportGrabEvent
    • Triggered when a player is teleported to another player's location from the /grab command
  • 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

Clone this wiki locally