We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd4e082 + 248ced1 commit d8c7486Copy full SHA for d8c7486
src/main/java/world/bentobox/boxed/Boxed.java
@@ -131,11 +131,6 @@ public void onEnable() {
131
if (this.getPlugin().getAddonsManager().getAddonByName("InvSwitcher").isEmpty()) {
132
this.logWarning("Boxed normally requires the InvSwitcher addon for per-world Advancements.");
133
}
134
- if (Bukkit.getPluginManager().isPluginEnabled("MultiverseCore")) {
135
- this.logError("Boxed is not compatible with Multiverse! Disabling!");
136
- this.setState(State.DISABLED);
137
- return;
138
- }
139
// Advancements manager
140
advManager = new AdvancementsManager(this);
141
// Make flags only applicable to this game mode
0 commit comments