Command system rewrite using Drink and Maven support.

This commit is contained in:
BattleDash
2021-06-26 19:08:15 -07:00
parent 08118bff57
commit 6243636243
20 changed files with 299 additions and 445 deletions

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 + "------------------------------------------------";
}