Skip to main content

WorldGuard Integration

SigmaTools checks WorldGuard regions before allowing tool usage - verifies the player can break blocks in the region, respects region flags/permissions, and blocks tool usage in protected regions.

Setupโ€‹

  1. Install the WorldGuard plugin into plugins/.
  2. Enable in config.yml:
    general:
    worldguard-integration: true

    tools:
    pickaxe:
    check-protection: true
  3. Restart the server.

Verify with /sigmatools debug info - should show WorldGuard Integration: true.

Bypassโ€‹

/lp user PlayerName permission set sigmatools.bypass.protection true

Grant only to trusted administrators.

See Alsoโ€‹