GriefPrevention Integration
SigmaTools integrates with GriefPrevention for claim protection.
Requirements
- GriefPrevention plugin installed
- Integration enabled in config
Setup
-
Install GriefPrevention
- Download GriefPrevention
- Place in
plugins/folder
-
Enable Integration
general:
griefprevention-integration: true
tools:
pickaxe:
check-protection: true -
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
- Verify GriefPrevention is installed and enabled
- Check
griefprevention-integration: truein config - Check server logs for errors
Protection Blocking Tool
- Verify player has permission in the claim
- Check
check-protection: truein tool config - Test with bypass permission
Next Steps
- Protection Feature - Protection details
- Configuration Guide - Configuration