9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-30 20:39:18 +00:00
This commit is contained in:
Xiao-MoMi
2022-10-29 20:43:39 +08:00
parent 348c7bc2d6
commit 583342f22a
8 changed files with 126 additions and 9 deletions

View File

@@ -70,6 +70,7 @@ public class ConfigManager {
public static boolean addTagToFish;
public static boolean logEarning;
public static boolean vaultHook;
public static boolean disableBar;
public static String fishingBagTitle;
public static HashSet<Material> bagWhiteListItems;
@@ -94,6 +95,7 @@ public class ConfigManager {
}
worlds = worldList.toArray(new World[0]);
disableBar = config.getBoolean("mechanics.disable-bar-mechanic", 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);