Turn standard message yellow.
This commit is contained in:
parent
89d2921188
commit
a2c3432864
@ -11,7 +11,7 @@ public enum AccessStatus implements Colorized
|
||||
// ENUM
|
||||
// -------------------------------------------- //
|
||||
|
||||
STANDARD(ChatColor.WHITE, null),
|
||||
STANDARD(ChatColor.YELLOW, null),
|
||||
ELEVATED(ChatColor.GREEN, true),
|
||||
DECREASED(ChatColor.RED, false),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user