File tree Expand file tree Collapse file tree
core/src/main/java/github/nighter/smartspawner/hooks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ public class IntegrationManager {
2525 private boolean hasWorldGuard = false ;
2626 private boolean hasGriefPrevention = false ;
2727 private boolean hasSuperiorSkyblock2 = false ;
28- private boolean hasBentoBox = false ;
2928 private boolean hasSimpleClaimSystem = false ;
3029 private boolean hasRedProtect = false ;
3130 private boolean hasMinePlots = false ;
@@ -86,11 +85,6 @@ private void checkProtectionPlugins() {
8685 return false ;
8786 }, true );
8887
89- hasBentoBox = checkPlugin ("BentoBox" , () -> {
90- Plugin bentoPlugin = Bukkit .getPluginManager ().getPlugin ("BentoBox" );
91- return bentoPlugin != null ;
92- }, true );
93-
9488 hasSimpleClaimSystem = checkPlugin ("SimpleClaimSystem" , () -> {
9589 Plugin simpleClaimPlugin = Bukkit .getPluginManager ().getPlugin ("SimpleClaimSystem" );
9690 if (simpleClaimPlugin == null || !simpleClaimPlugin .isEnabled ()) {
You can’t perform that action at this time.
0 commit comments