Skip to content

Commit 723ad0b

Browse files
committed
コインのプレスホルダー追加
1 parent a9bafa5 commit 723ad0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/github/elic0de/thejpspit/scoreboard/PitPlayerScoreboard.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ private List<String> init(PitPlayer player) {
7979
.replaceAll("%bestRating%", player.getBestRating() + "%")
8080
.replaceAll("%streaks%", player.getStreaks() + "")
8181
.replaceAll("%bestStreaks%", player.getBestStreaks() + "")
82+
.replaceAll("%coins", player.coins().toPlainString())
8283
).collect(Collectors.toList());
8384
}
8485
}

0 commit comments

Comments
 (0)