9
0
mirror of https://github.com/Xiao-MoMi/Custom-Nameplates.git synced 2026-01-03 06:02:32 +00:00
This commit is contained in:
Xiao-MoMi
2022-10-26 13:45:28 +08:00
parent b0c18c27dd
commit 4a4bdd9404
10 changed files with 52 additions and 5 deletions

View File

@@ -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);