Package dev. jaims. moducore. api. event. teleport
Types
Link copied to clipboard
class ModuCoreTeleportHomeEvent( val player: Player, val name: String, val location: Location) : ModuCoreEvent
Content copied to clipboard
Called when a player teleports home.
Link copied to clipboard
class ModuCoreTeleportToSpawnEvent(val player: Player, val spawnLocation: Location) : ModuCoreEvent
Content copied to clipboard
Link copied to clipboard
class ModuCoreTeleportToWarpEvent( val player: Player, val name: String, val location: Location) : ModuCoreEvent
Content copied to clipboard
Called when a player warps to a location.