title

fun title(title: String, subtitle: String = "", fadeIn: Int = 10, stay: Int = 70, fadeOut: Int = 20): Unit?

Sends a title message to the target player.

Parameters

title

The title text.

subtitle

The subtitle text.

fadeIn

The fade-in time.

stay

The time to stay visible.

fadeOut

The fade-out time.