set Processed Scoreboard Value
abstract fun setProcessedScoreboardValue(player: Player, index: Int, value: String)
Content copied to clipboard
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
jvm source
Link copied to clipboard