SteamWar/BauSystem2.0
Archiviert
12
0

Remove colored BauScoreboard

Dieser Commit ist enthalten in:
yoyosource 2021-05-12 22:28:55 +02:00
Ursprung 88eff3923b
Commit 755bac9236

Datei anzeigen

@ -47,7 +47,8 @@ public class BauScoreboard implements Listener {
private HashMap<String, Integer> sidebar(Player p) {
Region region = Region.getRegion(p.getLocation());
String colorCode = BauSystem.MESSAGE.parse(region.get(Flag.COLOR).getChatValue(), p).substring(0, 2);
// String colorCode = BauSystem.MESSAGE.parse(region.get(Flag.COLOR).getChatValue(), p).substring(0, 2);
String colorCode = "§e";
List<String> strings = new ArrayList<>();
strings.add("§1");