Troubleshooting
Common issues and their solutions.
Installation Issues
Plugin Won't Load
Symptoms:
- Plugin doesn't appear in
/plugins - Error in console on startup
Solutions:
- Verify you're using the correct Minecraft version (1.21+)
- Check that Vault is installed (required dependency)
- Verify the JAR file isn't corrupted
- Check server console for specific error messages
Missing Dependencies
Symptoms:
- Plugin loads but doesn't function
- Errors about missing dependencies
Solutions:
- Install Vault (required)
- Install shop plugin (ExcellentShop or EconomyShopGUI) for full functionality
- Check server console for missing dependency warnings
Configuration Issues
Shop Plugin Not Detected
Symptoms:
- No shops detected on startup
- Prices not working
Solutions:
- Verify shop plugin is installed and enabled
- Check shop plugin is working correctly
- Run
/sigmasellaxe regenerateto re-detect shops - Check debug logs:
debug:
enabled: true
level: DETAILED
Configuration Not Saving
Symptoms:
- Changes to config don't persist
- Config reverts on restart
Solutions:
- Check file permissions
- Verify config file isn't read-only
- Check server console for save errors
- Try
/sigmasellaxe reloadafter making changes
Permission Issues
Player Can't Use Sell Axe
Symptoms:
- Player can't sell items
- No error message
Solutions:
- Check player has
sigmasellaxe.usepermission - Verify permission plugin is working
- Check server console for permission errors
- Try giving player
sigmasellaxe.*temporarily to test
Admin Commands Not Working
Symptoms:
- Admin can't use
/sigmasellaxe reload - Commands return "no permission"
Solutions:
- Verify admin has
opstatus or specific permission - Check permission plugin recognizes the permission node
- Try using
sigmasellaxe.*permission
Selling Issues
Items Not Selling
Symptoms:
- Right-click does nothing
- No items sold
Solutions:
- Verify player is holding the Sell Axe
- Check container has sellable items
- Verify player has permission in protection plugin (Lands/GriefPrevention/WorldGuard)
- Check debug logs for specific errors
Wrong Prices
Symptoms:
- Items selling for wrong prices
- Prices not matching shop plugin
Solutions:
- Run
/sigmasellaxe verifyConfigto check configuration - Verify shop plugin prices are correct
- Check for boost multipliers in shop configs
- Regenerate shop configs:
/sigmasellaxe regenerate
Durability Not Working
Symptoms:
- Sell Axe doesn't lose durability
- Durability loss too high/low
Solutions:
- Check durability is enabled in config:
sell-axe:
durability:
enabled: true
lose-per-sell: 1 - Verify the Sell Axe is the correct item (identified by NBT, not name)
- Check if durability loss is set too high
Performance Issues
Server Lag When Selling
Symptoms:
- Server freezes when selling large amounts
- TPS drops during transactions
Solutions:
- Check transaction limits in config
- Reduce max items per transaction
- Enable debug logging to identify bottlenecks
- Consider using Folia for better performance
High Memory Usage
Symptoms:
- Server using too much memory
- Out of memory errors
Solutions:
- Check log file rotation is enabled
- Limit transaction sizes
- Review debug logging level (VERBOSE uses more memory)
- Check for memory leaks in other plugins
Integration Issues
Protection Plugin Not Working
Symptoms:
- Players can sell in protected areas
- Protection checks not working
Solutions:
- Verify protection plugin is installed and enabled
- Check integration is enabled in config:
integrations:
lands:
enabled: true - Check server console for integration messages
- Verify protection plugin is working correctly
Shop Plugin Integration Issues
Symptoms:
- Prices not updating
- Shops not detected
Solutions:
- Verify shop plugin is installed and enabled
- Check shop plugin is working correctly
- Run
/sigmasellaxe regenerateto re-detect shops - Check debug logs for integration errors
Debug Information
Enabling Debug Logging
debug:
enabled: true
level: DETAILED # BASIC, DETAILED, or VERBOSE
Getting Help
When reporting issues, provide:
- Server Version - e.g., Paper 1.21.6
- Plugin Version - e.g., SigmaSellAxe 2.0.7
- Error Messages - From console/logs
- Steps to Reproduce - What you did to cause the issue
- Installed Plugins - List of all plugins
- Configuration - Relevant config sections (remove sensitive data)
Useful Commands
/sigmasellaxe verifyConfig- Check configuration/sigmasellaxe verifyDupe- Check for dupe exploits/sigmasellaxe reload- Reload configuration/sigmasellaxe regenerate- Regenerate shop configs
Performance Tips
- Use Folia - Better performance on multi-threaded servers
- Limit Transaction Size - Keep transactions reasonable
- Enable Log Rotation - Prevents log files from growing too large
- Disable Verbose Debug - Only enable when troubleshooting
- Regular Maintenance - Clean up old log files
Still Need Help?
- Check the GitHub Issues
- Join our Discord Server
- Review the Configuration Guide