Lands Integration
SigmaTools integrates with Lands for land protection.
Requirementsโ
- Lands plugin installed
- Integration enabled in config
Setupโ
-
Install Lands
- Download Lands
- Place in
plugins/folder
-
Enable Integration
general:
lands-integration: true
tools:
pickaxe:
check-protection: true -
Restart Server
- Restart to load integration
Verificationโ
Check integration status:
/sigmatools debug info
Should show: Lands Integration: true
How It Worksโ
SigmaTools checks Lands permissions before allowing tool usage:
- Verifies player can break blocks in the area
- Respects land ownership and permissions
- Blocks tool usage in protected areas
Configurationโ
general:
lands-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 Lands is installed and enabled
- Check
lands-integration: truein config - Check server logs for errors
Protection Blocking Toolโ
- Verify player has permission in the land
- Check
check-protection: truein tool config - Test with bypass permission
Next Stepsโ
- Protection Feature - Protection details
- Configuration Guide - Configuration