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:

  1. Ensure the protection plugin is updated and running.
  2. Check if debug-mode in config.yml is enabled to see hook-related logs.
  3. Verify that the player doesn't have the infb.admin permission, which may bypass some checks.