send Processed Titles
abstract fun sendProcessedTitles(player: Player, title: String, subtitle: String, fadeIn: Int, stay: Int, fadeOut: Int)
Content copied to clipboard
Sends a title and a subtitle message to the given Player where all placeholders are replaced and with the given timings. If animations or scripts are available, they will be shown.
Since
2.2.0
Parameters
player
The player the titles should be sent to.
title
The title to be displayed.
subtitle
The subtitle to be displayed.
fade In
The time it takes for the titles to fade onto the screen.
stay
The time it takes for the titles to stay on the screen.
fade Out
The time it takes for the titles to fade off of the screen.
Sources
jvm source
Link copied to clipboard