package net.t2code.commandguiv2; public class Util { public static String getInfoText() { return ""; } public static String getRequiredT2CodeLibVersion() { return "16.2"; } public static String getPrefix() { return "§8[§4C§9GUI§8]"; } public static Integer getSpigotID() { return 90671; } public static String getGit() { return "JaTiTV/T2C-CommandGUI"; } public static Integer getBstatsID() { return 10840; } public static String getSpigot() { return "https://www.spigotmc.org/resources/" + getSpigotID(); } public static String getDiscord() { return net.t2code.t2codelib.Util.getDiscord(); } public static Integer getConfigVersion() { return 6; } }