package net.t2code.alias; import lombok.Getter; public class Util { @Getter public static double requiredT2CodeLibVersion = 10.6; @Getter public static String Prefix = "§8[§4T2Code§7-§aAlias§5Bungee§8]"; @Getter public static Integer SpigotID = 00000; @Getter public static Integer BstatsID = 00000; @Getter public static String Spigot = "https://www.spigotmc.org/resources/" + SpigotID; @Getter public static String Discord = "http://dc.t2code.net"; }