Remove colored BauScoreboard
Dieser Commit ist enthalten in:
Ursprung
88eff3923b
Commit
755bac9236
@ -47,7 +47,8 @@ public class BauScoreboard implements Listener {
|
|||||||
private HashMap<String, Integer> sidebar(Player p) {
|
private HashMap<String, Integer> sidebar(Player p) {
|
||||||
Region region = Region.getRegion(p.getLocation());
|
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<>();
|
List<String> strings = new ArrayList<>();
|
||||||
strings.add("§1");
|
strings.add("§1");
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren