Some color changes

This commit is contained in:
ZeroEpoch1969
2018-05-24 16:25:22 -07:00
parent ff3f9f0a66
commit f7f6c47a1a
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ public enum Title implements Displayable
{
MASTER_BUILDER("a", "Master Builder", ChatColor.DARK_AQUA, "Master-Builder"),
EXECUTIVE("an", "Executive", ChatColor.DARK_RED, "Executive"),
EXECUTIVE("an", "Executive", ChatColor.RED, "Exec"),
DEVELOPER("a", "Developer", ChatColor.DARK_PURPLE, "Dev"),
OWNER("the", "Owner", ChatColor.BLUE, "Owner");