Skip to content

Commit

Permalink
actually use it oops
Browse files Browse the repository at this point in the history
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
  • Loading branch information
j10a1n15 committed Dec 21, 2024
1 parent 54c1a45 commit 7436a30
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ object CustomScoreboardUtils {
number
}
return when (displayConfig.numberDisplayFormat) {
ScoreboardNumberDisplayFormat.TEXT_COLOR_NUMBER -> "§f$text: $color$number"
ScoreboardNumberDisplayFormat.COLOR_TEXT_NUMBER -> "$color$text: $number"
ScoreboardNumberDisplayFormat.COLOR_NUMBER_TEXT -> "$color$number $color$text"
ScoreboardNumberDisplayFormat.COLOR_NUMBER_RESET_TEXT -> "$color$number §f$text"
ScoreboardNumberDisplayFormat.TEXT_COLOR_NUMBER -> "§f$text: $color$formattedNumber"
ScoreboardNumberDisplayFormat.COLOR_TEXT_NUMBER -> "$color$text: $formattedNumber"
ScoreboardNumberDisplayFormat.COLOR_NUMBER_TEXT -> "$color$formattedNumber $color$text"
ScoreboardNumberDisplayFormat.COLOR_NUMBER_RESET_TEXT -> "$color$formattedNumber §f$text"
}
}

Expand Down

0 comments on commit 7436a30

Please sign in to comment.