Package dev.jaims.moducore.api.event.teleport

Types

Link copied to clipboard
class ModuCoreTeleportHomeEvent(    val player: Player,     val name: String,     val location: Location) : ModuCoreEvent

Called when a player teleports home.

Link copied to clipboard
class ModuCoreTeleportToSpawnEvent(val player: Player, val spawnLocation: Location) : ModuCoreEvent
Link copied to clipboard
class ModuCoreTeleportToWarpEvent(    val player: Player,     val name: String,     val location: Location) : ModuCoreEvent

Called when a player warps to a location.