set Scoreboard Title With Placeholders
abstract fun setScoreboardTitleWithPlaceholders(player: Player, title: String)
Content copied to clipboard
Sets the title of the given Player's scoreboard, if they have one assigned.
If placeholders are available, the title will try to replace them.
Since
2.0.0
Parameters
player
The player to set the title for.
title
The title to be set. (Will be trimmed to a maximum of 32 characters)
Sources
jvm source
Link copied to clipboard