Skip to main content

Lands Integration

SigmaTools integrates with Lands for land protection.

Requirements

  • Lands plugin installed
  • Integration enabled in config

Setup

  1. Install Lands

    • Download Lands
    • Place in plugins/ folder
  2. Enable Integration

    general:
    lands-integration: true

    tools:
    pickaxe:
    check-protection: true
  3. 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

  1. Verify Lands is installed and enabled
  2. Check lands-integration: true in config
  3. Check server logs for errors

Protection Blocking Tool

  1. Verify player has permission in the land
  2. Check check-protection: true in tool config
  3. Test with bypass permission

Next Steps