You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bukkit.getLogger().info("[VillagerMarket] Auto config update is " + (enableUpdate ? "enabled" : "disabled"));
53
53
54
-
Bukkit.getLogger().warning("[VillagerMarket] §cYou are running a §aBETA 1.13.0-#3 of VillagerMarket! Please expect and report all bugs in my discord server");
54
+
//Bukkit.getLogger().warning("[VillagerMarket] §cYou are running a §aBETA 1.13.0-#3 of VillagerMarket! Please expect and report all bugs in my discord server");
55
55
56
56
Bukkit.getScheduler().runTaskLater(this, () -> {
57
57
if (Bukkit.getPluginManager().getPlugin("VillagerBank") != null) {
0 commit comments