File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
src/main/java/world/bentobox/boxed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 6262 <!-- Do not change unless you want different name for local builds. -->
6363 <build .number>-LOCAL</build .number>
6464 <!-- This allows to change between versions. -->
65- <build .version>3.2.1 </build .version>
65+ <build .version>3.2.2 </build .version>
6666
6767 <sonar .projectKey>BentoBoxWorld_Boxed</sonar .projectKey>
6868 <sonar .organization>bentobox-world</sonar .organization>
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments