added chatutils

This commit is contained in:
batchprogrammer314
2021-06-26 20:08:34 -05:00
parent 4450592e23
commit c1dc321f68

View File

@@ -0,0 +1,7 @@
package net.nuggetmc.ai.utils;
import net.md_5.bungee.api.ChatColor;
public class ChatUtils {
public static String LINE = ChatColor.GRAY + "------------------------------------------------";
}