Scoreboard Configuration
constructor(title: Component = Component.text("Dummy title", TextColor.color(255, 102, 0)), entries: List<ScoreboardEntry> = listOf(ScoreboardEntry("team0", Component.empty(), Component.empty(), "test", 0)), update: Int = ScoreboardUpdate.ECONOMY + ScoreboardUpdate.MOVE, defaultMineDisplay: Component = Component.text("Spawn"))
Parameters
title
The title of the sidebar
entries
The sidebar entries
update
When the scoreboard should update.