Scoreboard Entry
data class ScoreboardEntry(val teamName: String, val prefix: Component, val suffix: Component, val entry: String, val score: Int)
An entry for the sidebar of the scoreboard.
Author
MarkusTieger
Since
0.2.0
Parameters
team Name
The teamname in which the entry will join
prefix
The prefix of the registered team
suffix
The suffix of the registered team
entry
The entryname
score
The score that will be set for the entry