9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-29 20:09:14 +00:00
This commit is contained in:
Xiao-MoMi
2022-10-30 13:48:54 +08:00
parent 583342f22a
commit bf919d70d8
5 changed files with 49 additions and 17 deletions

View File

@@ -71,6 +71,7 @@ public class ConfigManager {
public static boolean logEarning;
public static boolean vaultHook;
public static boolean disableBar;
public static boolean instantBar;
public static String fishingBagTitle;
public static HashSet<Material> bagWhiteListItems;
@@ -96,6 +97,7 @@ public class ConfigManager {
worlds = worldList.toArray(new World[0]);
disableBar = config.getBoolean("mechanics.disable-bar-mechanic", false);
instantBar = config.getBoolean("mechanics.instant-bar", false);
alwaysFishingBar = config.getBoolean("mechanics.other-loots.fishing-bar", true);
otherLootBar = config.getBoolean("mechanics.other-loots.fishing-bar", true);
enableVanillaLoot = config.getBoolean("mechanics.other-loots.vanilla.enable", true);