PlayerTeleporter

constructor(plugin: ImprovedFactionsPlugin, player: Player, titleKey: LocalizationKey, subtitleKey: LocalizationKey, onTeleport: () -> Unit, standStillMs: Long = 5000, playAnimation: Boolean = true, onCancelled: () -> Unit = { player.sendLocalized("base.player-teleport.cancel-message") })