Protection Plugins
InfiniteBuckets is built to work seamlessly with popular protection and land management plugins. It ensures that players cannot use infinite buckets to grief or bypass protections.
🛡 Supported Plugins
The plugin automatically detects and integrates with the following:
- WorldGuard: Prevents placing or draining fluids in protected regions where the player lacks permission.
- Lands: Respects land claims and player roles within those claims.
- SuperiorSkyblock: Ensures buckets are used according to island permissions.
- BentoBox: Supports various BentoBox-based gamemodes like BSkyBlock and AcidIsland.
- ProtectionHook: A general integration layer that helps bridge support for other protection systems.
⚙️ Configuration
Integrations are enabled by default. You can toggle them in config.yml:
integrations:
auto-detect-hooks: true
hooks:
worldguard: true
lands: true
superiorskyblock: true
bentobox: true
🛠 Troubleshooting Integrations
If you find that players can use buckets in protected areas:
- Ensure the protection plugin is updated and running.
- Check if
debug-modeinconfig.ymlis enabled to see hook-related logs. - Verify that the player doesn't have the
infb.adminpermission, which may bypass some checks.