From 755bac9236adf6f7559868298a4781eb45d5b2a7 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Wed, 12 May 2021 22:28:55 +0200 Subject: [PATCH] Remove colored BauScoreboard --- .../de/steamwar/bausystem/features/world/BauScoreboard.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/world/BauScoreboard.java b/BauSystem_Main/src/de/steamwar/bausystem/features/world/BauScoreboard.java index 7b66cdcb..30f7e0f8 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/world/BauScoreboard.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/world/BauScoreboard.java @@ -47,7 +47,8 @@ public class BauScoreboard implements Listener { private HashMap 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 strings = new ArrayList<>(); strings.add("§1");