Quickstart
Get SigmaSellAxe running on your server in 5 minutes.
Prerequisites
- Paper 1.21+ server
- Java 21 or higher
- Vault plugin installed
- (Optional) ExcellentShop or EconomyShopGUI for shop integration
Installation Steps
1. Download and Install
- Download the latest
SigmaSellAxe.jarfrom releases - Place it in your server's
plugins/folder - Start or restart your server
2. Initial Configuration
The plugin will generate configuration files on first run:
plugins/SigmaSellAxe/config.yml- Main configuration
If you have ExcellentShop or EconomyShopGUI installed, the plugin will automatically detect shops and create configuration files.
3. Verify Installation
Check your server console for:
[SigmaSellAxe] ✓ Shop plugin detected: ExcellentShop
[SigmaSellAxe] ✓ SIGMA SELL AXE successfully enabled!
4. Give Players the Sell Axe
# Give Sell Axe to a player
/sigmasellaxe give PlayerName
5. Test Basic Functionality
- Give yourself a Sell Axe:
/sigmasellaxe give YourName - Place some items in a chest
- Right-click the chest with the Sell Axe
- Items should be sold automatically
- Check your balance - money should be deposited
First-Time Setup
Configure Shop Integration
If you have ExcellentShop or EconomyShopGUI:
- The plugin automatically detects shops on startup
- Verify detection:
/sigmasellaxe verifyConfig - Regenerate configs if needed:
/sigmasellaxe regenerate
Configure Main Settings
Edit plugins/SigmaSellAxe/config.yml:
sell-axe:
name: '&6&lSigma Sell Axe'
durability:
enabled: true
lose-per-sell: 1
economy:
shop-plugin: excellentshop # or "economyshopgui" or "none"
Common First-Time Issues
"Shop plugin not found"
Solution: Install ExcellentShop or EconomyShopGUI, or set shop-plugin: none to use fallback prices
"No sellable items found"
Solution:
- Check if shops are configured in your shop plugin
- Run
/sigmasellaxe verifyConfigto check shop detection - Run
/sigmasellaxe regenerateto refresh shop configs
"Permission denied"
Solution: Default permissions are enabled for all players. Check plugin.yml if using a permission plugin.
"Items not selling"
Solution:
- Check if items are in your shop plugin's shops
- Verify shop plugin is working correctly
- Check console for error messages
Next Steps
- Configuration Guide - Customize settings
- Commands Reference - Learn all commands
- Features - Understand all features
TL;DR
# 1. Install plugin
# 2. Restart server
# 3. Give Sell Axe: /sigmasellaxe give PlayerName
# 4. Right-click chest with Sell Axe
# 5. Done!