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