forked from SteamWar/SteamWar
Reorder Colors (again)
This commit is contained in:
@@ -58,7 +58,7 @@ public enum UserPerm {
|
||||
p.put(PREFIX_SUPPORTER, new Prefix("§x§1§e§3§a§8§a", "Sup")); // #1e3a8a
|
||||
p.put(PREFIX_MODERATOR, new Prefix("§x§9§2§4§0§0§e", "Mod")); // #92400e
|
||||
p.put(PREFIX_BUILDER, new Prefix("§x§1§5§8§0§3§d", "Arch")); // #15803d
|
||||
p.put(PREFIX_DEVELOPER, new Prefix("§x§0§7§5§9§8§5", "Dev")); // #075985
|
||||
p.put(PREFIX_DEVELOPER, new Prefix("§3", "Dev")); // #075985
|
||||
p.put(PREFIX_ADMIN, new Prefix("§x§9§9§1§b§1§b", "Admin")); // #991b1b
|
||||
prefixes = Collections.unmodifiableMap(p);
|
||||
}
|
||||
|
||||
@@ -367,7 +367,7 @@ public class Config {
|
||||
}else{
|
||||
//No event
|
||||
TeamRedColor = config.getString("Red.Prefix", "§c");
|
||||
TeamBlueColor = config.getString("Blue.Prefix", "§3");
|
||||
TeamBlueColor = config.getString("Blue.Prefix", "§9");
|
||||
TeamRedName = config.getString("Red.Name", "Rot");
|
||||
TeamBlueName = config.getString("Blue.Name", "Blau");
|
||||
OnlyPublicSchematics = config.getBoolean("Schematic.OnlyPublicSchematics", false);
|
||||
|
||||
Reference in New Issue
Block a user