setScoreboardTitleWithPlaceholders

abstract fun setScoreboardTitleWithPlaceholders(player: Player, title: String)

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

Link copied to clipboard