sendTitle

abstract fun sendTitle(player: Player, title: String, subtitle: String, fadeIn: Int, stay: Int, fadeOut: Int)

Sends a title and subtitle to the player via packets.

Parameters

player

The target player.

title

The main title text.

subtitle

The subtitle text.

fadeIn

Fade-in duration in ticks.

stay

Display duration in ticks.

fadeOut

Fade-out duration in ticks.