This commit is contained in:
2024-11-15 21:35:10 +01:00
parent 27bd7be776
commit 2e9dbfe8b8
5 changed files with 21 additions and 1 deletions
@@ -47,6 +47,8 @@ data class TNTLeagueScoreboard(val p: Player): ScoreboardCallback {
lines.add(translate("scoreboardTeam", translate(name).colorByTeam(this), (targetedBlocks - damagedBlocks).toString().yellow()).gray())
}
TNTLeagueGame.getTeam(p)?.coins?.let { lines.add(translate("scoreboardCoins", it.toString().yellow()).gray()) }
lines.add(Component.space().gray())
return lines