Skip to main content

WorldGuard Integration

SigmaTools integrates with WorldGuard for region protection.

Requirementsโ€‹

  • WorldGuard plugin installed
  • Integration enabled in config

Setupโ€‹

  1. Install WorldGuard

    • Download WorldGuard
    • Place in plugins/ folder
  2. Enable Integration

    general:
    worldguard-integration: true

    tools:
    pickaxe:
    check-protection: true
  3. Restart Server

    • Restart to load integration

Verificationโ€‹

Check integration status:

/sigmatools debug info

Should show: WorldGuard Integration: true

How It Worksโ€‹

SigmaTools checks WorldGuard regions before allowing tool usage:

  • Verifies player can break blocks in the region
  • Respects region flags and permissions
  • Blocks tool usage in protected regions

Configurationโ€‹

general:
worldguard-integration: true

tools:
pickaxe:
check-protection: true # Enable protection checks

Bypass Permissionโ€‹

Admins can bypass protection:

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

Warning: Only grant to trusted administrators.

Troubleshootingโ€‹

Integration Not Workingโ€‹

  1. Verify WorldGuard is installed and enabled
  2. Check worldguard-integration: true in config
  3. Check server logs for errors

Protection Blocking Toolโ€‹

  1. Verify player has permission in the region
  2. Check check-protection: true in tool config
  3. Test with bypass permission

Next Stepsโ€‹