Skip to main content

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โ€‹

  1. Download the latest SigmaSellAxe.jar from releases
  2. Place it in your server's plugins/ folder
  3. 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โ€‹

  1. Give yourself a Sell Axe: /sigmasellaxe give YourName
  2. Place some items in a chest
  3. Right-click the chest with the Sell Axe
  4. Items should be sold automatically
  5. Check your balance - money should be deposited

First-Time Setupโ€‹

Configure Shop Integrationโ€‹

If you have ExcellentShop or EconomyShopGUI:

  1. The plugin automatically detects shops on startup
  2. Verify detection: /sigmasellaxe verifyConfig
  3. 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 verifyConfig to check shop detection
  • Run /sigmasellaxe regenerate to 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โ€‹

TL;DRโ€‹

# 1. Install plugin
# 2. Restart server
# 3. Give Sell Axe: /sigmasellaxe give PlayerName
# 4. Right-click chest with Sell Axe
# 5. Done!