Integrations
SigmaSellAxe integrates with various plugins to provide a complete solution.
Shop Plugins
ExcellentShop
Status: ✅ Fully Supported
Features:
- Automatic shop detection
- Real-time price fetching
- Reflection-based integration (no compile dependency)
- Multi-shop support
- Permission-based pricing
Configuration:
economy:
shop-plugin: 'ExcellentShop' # or 'auto'
Detection: The plugin automatically detects ExcellentShop on startup and generates shop configurations.
EconomyShopGUI
Status: ✅ Fully Supported
Features:
- Full API integration
- Multi-economy type support
- Shop section detection
- Dynamic pricing with limits
- Permission checks
Configuration:
economy:
shop-plugin: 'EconomyShopGUI' # or 'auto'
Detection: The plugin automatically detects EconomyShopGUI on startup and generates shop configurations.
Shop Plugin Selection
The plugin supports automatic shop plugin detection:
economy:
shop-plugin: 'auto' # Automatically detects available shop plugin
Priority:
- ExcellentShop (if available)
- EconomyShopGUI (if available)
- Fallback prices (if no shop plugin)
Protection Plugins
Lands
Status: ✅ Fully Supported
Features:
- Area trust checking
- Permission-based selling restrictions
- Seamless integration
Configuration:
integrations:
lands:
enabled: true
How it works:
- Checks if player has trust in the area
- Prevents selling if player doesn't have permission
- Respects Lands trust levels
GriefPrevention
Status: ✅ Fully Supported
Features:
- Claim boundary detection
- Permission-based selling restrictions
- Full claim protection
Configuration:
integrations:
griefprevention:
enabled: true
How it works:
- Checks if player is in a claim
- Verifies player has permission to sell in the claim
- Prevents selling in protected claims without permission
WorldGuard
Status: ✅ Fully Supported
Features:
- Region flag support
- Multi-region detection
- Integration with other protection plugins
Configuration:
integrations:
worldguard:
enabled: true
How it works:
- Checks WorldGuard regions
- Respects region flags
- Works alongside Lands and GriefPrevention
Economy Plugins
Vault
Status: ✅ Required
Features:
- Economy integration
- Multi-economy support
- Standard economy API
Required: Vault is required for the plugin to function. It provides the economy API used by SigmaSellAxe.
Integration Priority
When multiple protection plugins are installed:
- Lands - Checked first
- GriefPrevention - Checked if Lands doesn't apply
- WorldGuard - Checked if neither Lands nor GriefPrevention apply
All checks must pass for selling to be allowed.
Troubleshooting Integrations
Shop Plugin Not Detected
- Verify the shop plugin is installed and enabled
- Check server console for detection messages
- Run
/sigmasellaxe verifyConfigto check detection - Try
/sigmasellaxe regenerateto re-detect shops
Protection Plugin Not Working
- Verify the protection plugin is installed and enabled
- Check integration is enabled in config:
integrations:
lands:
enabled: true - Check server console for integration messages
- Verify player has proper permissions in the protection plugin
Price Issues
- Verify shop plugin is working correctly
- Check shop configuration files
- Run
/sigmasellaxe verifyConfigto check for issues - Check debug logs for price fetching errors