Skip to main content

GriefPrevention Integration

SigmaTools integrates with GriefPrevention for claim protection.

Requirementsโ€‹

  • GriefPrevention plugin installed
  • Integration enabled in config

Setupโ€‹

  1. Install GriefPrevention

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

    general:
    griefprevention-integration: true

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

    • Restart to load integration

Verificationโ€‹

Check integration status:

/sigmatools debug info

Should show: GriefPrevention Integration: true

How It Worksโ€‹

SigmaTools checks GriefPrevention claims before allowing tool usage:

  • Verifies player can break blocks in the claim
  • Respects claim ownership and permissions
  • Blocks tool usage in protected claims

Configurationโ€‹

general:
griefprevention-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 GriefPrevention is installed and enabled
  2. Check griefprevention-integration: true in config
  3. Check server logs for errors

Protection Blocking Toolโ€‹

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

Next Stepsโ€‹