Allow urls to be clickable in chat

This commit is contained in:
destro174
2021-08-17 22:54:24 +02:00
parent 47fb205001
commit aebb1b83a5
4 changed files with 57 additions and 2 deletions
@@ -211,8 +211,10 @@ public final class Config {
// TODO prefixes need hovers, this hasn't been setup yet!
public static String CHATFORMAT = "<white><light_purple><prefixall> <gray><hover:show_text:Click to message <sendername>><click:suggest_command:/msg <sendername> ><sender></hover>: <white><message>";
public static String URLFORMAT = "<click:OPEN_URL:<clickurl>><url></click>";
private static void Chat() {
CHATFORMAT = getString("chat.format", CHATFORMAT);
URLFORMAT = getString("chat.urlformat", URLFORMAT);
}
public static List<String> GACECOMMANDALIASES = new ArrayList<>();