12.4
This commit is contained in:
@@ -29,8 +29,6 @@ public class ConfigCreate {
|
||||
Config.set("BungeeCord.ThisServer", "server", yamlConfiguration);
|
||||
Config.set("Player.Inventories.CloseByServerStop", true, yamlConfiguration);
|
||||
|
||||
Config.set("PlayerMessage.MiniMessage", false,yamlConfiguration);
|
||||
|
||||
try {
|
||||
yamlConfiguration.save(config);
|
||||
} catch (IOException e) {
|
||||
|
@@ -14,7 +14,6 @@ public class SelectLibConfig {
|
||||
private static Boolean Debug;
|
||||
private static String language;
|
||||
private static Boolean InventoriesCloseByServerStop;
|
||||
private static Boolean miniMessage;
|
||||
|
||||
public static void onSelect() {
|
||||
File config = new File(T2CodeMain.getPath(), "config.yml");
|
||||
@@ -26,7 +25,6 @@ public class SelectLibConfig {
|
||||
Debug = yamlConfiguration.getBoolean("Plugin.Debug");
|
||||
language = yamlConfiguration.getString("Plugin.language");
|
||||
InventoriesCloseByServerStop = yamlConfiguration.getBoolean("Player.Inventories.CloseByServerStop");
|
||||
miniMessage = yamlConfiguration.getBoolean("PlayerMessage.MiniMessage");
|
||||
}
|
||||
|
||||
public static Boolean getUpdateCheckOnJoin() {
|
||||
@@ -53,7 +51,4 @@ public class SelectLibConfig {
|
||||
return InventoriesCloseByServerStop;
|
||||
}
|
||||
|
||||
public static Boolean getMiniMessage() {
|
||||
return miniMessage;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user