9
0
mirror of https://github.com/Xiao-MoMi/Custom-Nameplates.git synced 2026-01-02 05:37:00 +00:00
This commit is contained in:
Xiao-MoMi
2023-03-29 19:34:32 +08:00
parent f3c08658bd
commit ebd4f44f50
52 changed files with 433 additions and 325 deletions

View File

@@ -1,6 +1,5 @@
package net.momirealms.customnameplates.manager;
import net.kyori.adventure.key.Key;
import net.momirealms.customnameplates.object.Function;
import net.momirealms.customnameplates.utils.ConfigUtils;
import org.bukkit.Bukkit;
@@ -24,7 +23,8 @@ public class ConfigManager extends Function {
public static boolean oraxenHook;
public static boolean trChat_Hook;
public static boolean ventureChat_Hook;
public static boolean extract;
public static boolean extractShader;
public static boolean extractBars;
public static char start_char;
public static boolean checkUpdate;
public static boolean enableBStats;
@@ -71,7 +71,8 @@ public class ConfigManager extends Function {
space_split_folder_path = section.getString("image-path.space-split","font\\base\\");
images_folder_path = section.getString("image-path.images","font\\images\\");
thin_font = section.getBoolean("use-thin-font",false);
extract = section.getBoolean("extract-shader",true);
extractShader = section.getBoolean("extract-shader",true);
extractBars = section.getBoolean("extract-bar-image",true);
}
}