Protection Integration
SigmaTools integrates with major protection plugins to prevent griefing and respect player claims.
Supported Protection Plugins
- Lands - Land protection
- WorldGuard - Region protection
- GriefPrevention - Claim protection
How It Works
When a player uses a SigmaTool, the plugin checks:
- Protection Plugin Status - Is the protection plugin installed and enabled?
- Integration Enabled - Is integration enabled in config?
- Tool Protection Check - Is
check-protection: truefor the tool? - Player Permissions - Can the player break blocks in the area?
If any check fails, tool usage is blocked.
Configuration
Enable Integration
general:
lands-integration: true
worldguard-integration: true
griefprevention-integration: true
Enable Protection Checks
tools:
pickaxe:
check-protection: true # Enable protection checks
Disable Protection (Not Recommended)
tools:
pickaxe:
check-protection: false # Disable protection checks
Warning: Disabling protection allows griefing. Only disable for trusted environments.
Bypass Permission
Admins can bypass protection:
/lp user PlayerName permission set sigmatools.bypass.protection true
Effect:
- Can use tools in protected areas
- Bypasses all protection checks
- Use with caution
Integration Details
Lands Integration
- Checks land ownership
- Verifies player permissions
- Respects land settings
WorldGuard Integration
- Checks region flags
- Verifies player permissions
- Respects region settings
GriefPrevention Integration
- Checks claim ownership
- Verifies player permissions
- Respects claim settings
Troubleshooting
Protection Blocking Tool
- Verify player has permission in the area
- Check integration is enabled
- Check
check-protection: truein tool config - Test with bypass permission
Integration Not Working
- Verify protection plugin is installed
- Check integration enabled in config
- Check server logs for errors
- Restart server after installing plugin
Best Practices
- Always Enable Protection - Prevents griefing
- Use Bypass Sparingly - Only for trusted admins
- Test Permissions - Verify protection works
- Monitor Usage - Check for abuse
Next Steps
- Lands Integration - Lands setup
- WorldGuard Integration - WorldGuard setup
- GriefPrevention Integration - GriefPrevention setup
- Configuration Guide - Configuration