added the next tier thing on the scoreboard of the game

This commit is contained in:
Trixkz
2021-11-25 00:16:06 -05:00
parent 804a665363
commit 3d9d9a4b60
4 changed files with 41 additions and 7 deletions

View File

@ -218,7 +218,9 @@ public class ScoreboardProvider implements BoardAdapter {
lines.add(CC.scoreboardBar);
lines.add("&fDuration: &d" + game.getDuration());
lines.add(" ");
lines.add("");
lines.add(game.getNextTierString(game.getDurationTimer()));
lines.add("");
if (yourTeam.isHasBed()) {
lines.add("&7[" + yourTeam.getPlayerTeam().getChatColor() + yourTeam.getPlayerTeam().getSmallName() + "&7] &a&l✓ &7(You)");
} else if (yourTeam.getPlayingPlayers().size() > 0) {