added the next tier thing on the scoreboard of the game
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user