From c7e299e485c931a03aff3b01ba91403edac86673 Mon Sep 17 00:00:00 2001 From: tastybento Date: Sun, 12 Oct 2025 17:27:55 -0700 Subject: [PATCH] Version 3.2.2 --- pom.xml | 2 +- src/main/java/world/bentobox/boxed/Boxed.java | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 1f5fddc..e2ae464 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ -LOCAL - 3.2.1 + 3.2.2 BentoBoxWorld_Boxed bentobox-world diff --git a/src/main/java/world/bentobox/boxed/Boxed.java b/src/main/java/world/bentobox/boxed/Boxed.java index 49e7690..8255fb5 100644 --- a/src/main/java/world/bentobox/boxed/Boxed.java +++ b/src/main/java/world/bentobox/boxed/Boxed.java @@ -131,11 +131,6 @@ public void onEnable() { if (this.getPlugin().getAddonsManager().getAddonByName("InvSwitcher").isEmpty()) { this.logWarning("Boxed normally requires the InvSwitcher addon for per-world Advancements."); } - if (Bukkit.getPluginManager().isPluginEnabled("MultiverseCore")) { - this.logError("Boxed is not compatible with Multiverse! Disabling!"); - this.setState(State.DISABLED); - return; - } // Advancements manager advManager = new AdvancementsManager(this); // Make flags only applicable to this game mode