1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2024-09-19 20:15:47 +00:00

use FileConfiguration

This commit is contained in:
Ghost_chu 2022-02-20 19:44:36 +08:00
parent eb4ecaada9
commit dd96188b22
No known key found for this signature in database
GPG Key ID: 63BDE4EDADEA948D

View File

@ -32,7 +32,7 @@ public class ConfigurationUtil {
return conf;
}
public static String dong(YamlConfiguration conf) {
public static String dong(FileConfiguration conf) {
return conf.saveToString().replace("==: "+ ItemStackWrapper.class.getName(),"==: "+ ItemStack.class.getName());
}
}