mirror of
https://github.com/Xiao-MoMi/Custom-Nameplates.git
synced 2025-12-31 20:56:34 +00:00
2.2.3.1
This commit is contained in:
@@ -55,6 +55,8 @@ public class ConfigManager extends Function {
|
||||
public static boolean enableImages;
|
||||
public static int default_width;
|
||||
public static boolean enable1_20_Unicode;
|
||||
public static boolean hideScoreboardNumber;
|
||||
public static boolean iaShaderSupport;
|
||||
|
||||
@Override
|
||||
public void load(){
|
||||
@@ -95,6 +97,8 @@ public class ConfigManager extends Function {
|
||||
extractShader = section.getBoolean("extract-shader",true);
|
||||
extractBars = section.getBoolean("extract-bar-image",true);
|
||||
enable1_20_Unicode = section.getBoolean("support-1_20-unicodes",false);
|
||||
hideScoreboardNumber = section.getBoolean("hide-scoreboard-number",true);
|
||||
iaShaderSupport = section.getBoolean("ItemsAdder-text-effect-support",true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user