mirror of
https://github.com/Xiao-MoMi/Custom-Nameplates.git
synced 2026-01-03 06:02:32 +00:00
2.1.1
This commit is contained in:
@@ -27,6 +27,7 @@ public class ConfigManager extends Function {
|
||||
public static boolean oraxenHook;
|
||||
public static boolean extract;
|
||||
public static boolean trChat_Hook;
|
||||
public static boolean ventureChat_Hook;
|
||||
public static List<Integer> offsets;
|
||||
public static char start;
|
||||
public static Key key;
|
||||
@@ -58,6 +59,7 @@ public class ConfigManager extends Function {
|
||||
oraxenHook = config.getBoolean("config.integrations.Oraxen",false);
|
||||
if (oraxenHook && Bukkit.getPluginManager().getPlugin("Oraxen") == null) oraxenHook = false;
|
||||
trChat_Hook = config.getBoolean("config.integrations.TrChat",false);
|
||||
ventureChat_Hook = config.getBoolean("config.integrations.VentureChat",false);
|
||||
offsets = config.getIntegerList("config.ascii-y-offset.offset");
|
||||
extract = config.getBoolean("config.extract-shader",true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user