setProcessedScoreboardValue

abstract fun setProcessedScoreboardValue(player: Player, index: Int, value: String)

Sets the text value of the given Player's scoreboard at the given index.

If placeholders are available, the value will try to replace them. If animations or scripts are available, they will be shown.

Since

2.2.0

Parameters

player

The player to set the text value for.

index

The index at which the text should be set. 1-15 (1 and 15 inclusive)

value

The text value that should be set.

Sources

Link copied to clipboard