Skip to main content

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:

  1. Protection Plugin Status - Is the protection plugin installed and enabled?
  2. Integration Enabled - Is integration enabled in config?
  3. Tool Protection Check - Is check-protection: true for the tool?
  4. 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
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

  1. Verify player has permission in the area
  2. Check integration is enabled
  3. Check check-protection: true in tool config
  4. Test with bypass permission

Integration Not Working

  1. Verify protection plugin is installed
  2. Check integration enabled in config
  3. Check server logs for errors
  4. Restart server after installing plugin

Best Practices

  1. Always Enable Protection - Prevents griefing
  2. Use Bypass Sparingly - Only for trusted admins
  3. Test Permissions - Verify protection works
  4. Monitor Usage - Check for abuse

Next Steps