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