mirror of
https://github.com/MassiveCraft/Factions.git
synced 2024-11-16 23:35:25 +01:00
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