9
0
mirror of https://github.com/Xiao-MoMi/Custom-Nameplates.git synced 2025-12-27 18:59:19 +00:00
This commit is contained in:
Xiao-MoMi
2022-06-24 00:46:46 +08:00
parent a9a02a3eaa
commit 7cd20ecd5f
15 changed files with 720 additions and 7 deletions

View File

@@ -35,6 +35,7 @@ public class ConfigManager {
public static boolean show_after;
public static String lang;
public static Long preview;
public static boolean thin_font;
public static void ReloadConfig(){
CustomNameplates.instance.saveDefaultConfig();
@@ -55,6 +56,7 @@ public class ConfigManager {
show_after = config.getBoolean("config.show-after-load-resourcepack");
key = Key.key(fontName);
preview = config.getLong("config.preview-duration");
thin_font = config.getBoolean("config.use-thin-font",false);
}
}
//消息文件