Updates
This commit is contained in:
parent
5842888fc2
commit
b37796b35d
@ -62,12 +62,12 @@ public class ScoreboardProvider implements BoardAdapter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
lines.add(ColorUtils.getMessageType(""));
|
lines.add(ColorUtils.getMessageType(""));
|
||||||
lines.add(ColorUtils.getMessageType("&b┏ &b&l" + player.getName()));
|
lines.add(ColorUtils.getMessageType("&3┏ &3&l" + player.getName()));
|
||||||
lines.add(ColorUtils.getMessageType("&b┕ &fPing: &b" + player.getPing()));
|
lines.add(ColorUtils.getMessageType("&3┕ &fPing: &3" + player.getPing()));
|
||||||
lines.add(ColorUtils.getMessageType(""));
|
lines.add(ColorUtils.getMessageType(""));
|
||||||
lines.add(ColorUtils.getMessageType("&b┏ &b&lEvent Information"));
|
lines.add(ColorUtils.getMessageType("&3┏ &3&lEvent Information"));
|
||||||
lines.add(ColorUtils.getMessageType("&b┝ &fPlayers: &b" + (this.main.getEventManager().getEvent().isStarted() ? players : this.main.getServer().getOnlinePlayers().size())));
|
lines.add(ColorUtils.getMessageType("&3┝ &fPlayers: &3" + (this.main.getEventManager().getEvent().isStarted() ? players : this.main.getServer().getOnlinePlayers().size())));
|
||||||
lines.add(ColorUtils.getMessageType("&b┕ &fTeams: &b" + this.main.getEventManager().getEvent().getAmountOfTeams()));
|
lines.add(ColorUtils.getMessageType("&3┕ &fTeams: &3" + this.main.getEventManager().getEvent().getAmountOfTeams()));
|
||||||
lines.add(ColorUtils.getMessageType(""));
|
lines.add(ColorUtils.getMessageType(""));
|
||||||
lines.add(ColorUtils.getMessageType("&7&o" + Constants.INFORMATION.get("server-ip-address")));
|
lines.add(ColorUtils.getMessageType("&7&o" + Constants.INFORMATION.get("server-ip-address")));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user