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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user