chat commands: format lp score
This commit is contained in:
@@ -1311,7 +1311,7 @@ public class ChatCommandsPlugin extends Plugin
|
|||||||
.append(minigame.getName())
|
.append(minigame.getName())
|
||||||
.append(" Score: ")
|
.append(" Score: ")
|
||||||
.append(ChatColorType.HIGHLIGHT)
|
.append(ChatColorType.HIGHLIGHT)
|
||||||
.append(Integer.toString(score));
|
.append(String.format("%,d", score));
|
||||||
|
|
||||||
int rank = hiscoreSkill.getRank();
|
int rank = hiscoreSkill.getRank();
|
||||||
if (rank != -1)
|
if (rank != -1)
|
||||||
|
|||||||
Reference in New Issue
Block a user