mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-09 22:13:12 +00:00
color
This commit is contained in:
parent
b904cdd51b
commit
50c80ba5c4
3 changed files with 13 additions and 13 deletions
|
@ -444,7 +444,7 @@ public enum C {
|
|||
* @see com.intellectualsites.translation.TranslationLanguage
|
||||
*/
|
||||
protected final static TranslationLanguage lang = new TranslationLanguage("PlotSquared", "this", "use");
|
||||
public static ChatColor COLOR_1 = ChatColor.GOLD, COLOR_2 = ChatColor.GRAY, COLOR_3 = ChatColor.DARK_GRAY, COLOR_4 = ChatColor.DARK_AQUA;
|
||||
public static String COLOR_1 = "\u00A76", COLOR_2 = "\u00A77", COLOR_3 = "\u00A78", COLOR_4 = "\u00A73";
|
||||
/**
|
||||
* The TranslationManager
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue