mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-29 19:46:42 +00:00
chee
This commit is contained in:
@ -9,7 +9,7 @@ public enum Title implements Displayable
|
||||
MASTER_BUILDER("a", "Master Builder", ChatColor.DARK_AQUA, "MB"),
|
||||
EXECUTIVE("an", "Executive", ChatColor.RED, "Exec"),
|
||||
DEVELOPER("a", "Developer", ChatColor.DARK_PURPLE, "Dev"),
|
||||
OWNER("the", "Owner", ChatColor.BLUE, "Owner");
|
||||
OWNER("the", "Owner", ChatColor.DARK_RED, "Owner");
|
||||
|
||||
private final String determiner;
|
||||
@Getter
|
||||
|
Reference in New Issue
Block a user