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!