new commands, fix /tempban, etc

This commit is contained in:
Ivan
2019-11-29 11:41:18 -05:00
parent 43b4fc89ef
commit acd7de715e
4 changed files with 137 additions and 8 deletions

View File

@ -42,6 +42,8 @@ public class FUtil
public static String DATE_STORAGE_FORMAT = "EEE, d MMM yyyy HH:mm:ss Z";
public static final Map<String, ChatColor> CHAT_COLOR_NAMES = new HashMap<>();
public static final List<ChatColor> CHAT_COLOR_POOL = Arrays.asList(
ChatColor.WHITE,
ChatColor.BLACK,
ChatColor.DARK_RED,
ChatColor.RED,
ChatColor.GOLD,