Merge pull request 'Update UserPerm' (#92) from UserPermColorUpdate into main
All checks were successful
SteamWarCI Build successful
All checks were successful
SteamWarCI Build successful
Reviewed-on: #92
This commit is contained in:
@ -55,11 +55,11 @@ public enum UserPerm {
|
|||||||
p.put(PREFIX_YOUTUBER, new Prefix("§7", "YT"));
|
p.put(PREFIX_YOUTUBER, new Prefix("§7", "YT"));
|
||||||
p.put(PREFIX_GUIDE, new Prefix("§a", "Guide"));
|
p.put(PREFIX_GUIDE, new Prefix("§a", "Guide"));
|
||||||
|
|
||||||
p.put(PREFIX_SUPPORTER, new Prefix("§6", "Sup"));
|
p.put(PREFIX_SUPPORTER, new Prefix("§x§1§e§3§a§8§a", "Sup")); // #1e3a8a
|
||||||
p.put(PREFIX_MODERATOR, new Prefix("§6", "Mod"));
|
p.put(PREFIX_MODERATOR, new Prefix("§x§9§2§4§0§0§e", "Mod")); // #92400e
|
||||||
p.put(PREFIX_BUILDER, new Prefix("§e", "Arch"));
|
p.put(PREFIX_BUILDER, new Prefix("§x§1§5§8§0§3§d", "Arch")); // #15803d
|
||||||
p.put(PREFIX_DEVELOPER, new Prefix("§e", "Dev"));
|
p.put(PREFIX_DEVELOPER, new Prefix("§x§0§7§5§9§8§5", "Dev")); // #075985
|
||||||
p.put(PREFIX_ADMIN, new Prefix("§e", "Admin"));
|
p.put(PREFIX_ADMIN, new Prefix("§x§9§9§1§b§1§b", "Admin")); // #991b1b
|
||||||
prefixes = Collections.unmodifiableMap(p);
|
prefixes = Collections.unmodifiableMap(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user