Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
91bcfb988e
Commit
49295076d6
@ -24,13 +24,7 @@ import net.md_5.bungee.api.ChatColor;
|
|||||||
|
|
||||||
@UtilityClass
|
@UtilityClass
|
||||||
public class ColorConfig {
|
public class ColorConfig {
|
||||||
|
|
||||||
public final ChatColor BASE = ChatColor.GRAY;
|
public final ChatColor BASE = ChatColor.GRAY;
|
||||||
public final ChatColor HIGHLIGHT = ChatColor.YELLOW;
|
public final ChatColor HIGHLIGHT = ChatColor.YELLOW;
|
||||||
public final ChatColor OTHER = ChatColor.DARK_GRAY;
|
public final ChatColor OTHER = ChatColor.DARK_GRAY;
|
||||||
|
|
||||||
public final ChatColor ENABLE = ChatColor.GREEN;
|
|
||||||
public final ChatColor DISABLE = ChatColor.RED;
|
|
||||||
|
|
||||||
public final ChatColor ERROR = ChatColor.RED;
|
|
||||||
}
|
}
|
In neuem Issue referenzieren
Einen Benutzer sperren