Skip to content

Commit d8c7486

Browse files
authored
Merge pull request #120 from BentoBoxWorld/Remove_MV_restriction
Version 3.2.2
2 parents fd4e082 + 248ced1 commit d8c7486

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/world/bentobox/boxed/Boxed.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,6 @@ public void onEnable() {
131131
if (this.getPlugin().getAddonsManager().getAddonByName("InvSwitcher").isEmpty()) {
132132
this.logWarning("Boxed normally requires the InvSwitcher addon for per-world Advancements.");
133133
}
134-
if (Bukkit.getPluginManager().isPluginEnabled("MultiverseCore")) {
135-
this.logError("Boxed is not compatible with Multiverse! Disabling!");
136-
this.setState(State.DISABLED);
137-
return;
138-
}
139134
// Advancements manager
140135
advManager = new AdvancementsManager(this);
141136
// Make flags only applicable to this game mode

0 commit comments

Comments
 (0)