mirror of
https://github.com/Xiao-MoMi/Custom-Nameplates.git
synced 2026-01-03 06:02:32 +00:00
2.2.1.0
This commit is contained in:
@@ -94,11 +94,8 @@ public class FontManager extends Function {
|
||||
saveResource("unicodes" + File.separator + "unicode_page_" + String.format("%02x", i) + ".png");
|
||||
}
|
||||
}
|
||||
File template_file = new File(plugin.getDataFolder(), "templates");
|
||||
if (!template_file.exists()) {
|
||||
plugin.saveResource("templates" + File.separator + "default.json", false);
|
||||
plugin.saveResource("templates" + File.separator + "unicode.json", false);
|
||||
}
|
||||
plugin.saveResource("templates" + File.separator + "default.json", true);
|
||||
plugin.saveResource("templates" + File.separator + "unicode.json", true);
|
||||
}
|
||||
|
||||
public String getSuffixStringWithFont(String text) {
|
||||
|
||||
Reference in New Issue
Block a user