Commands
Complete reference for all SigmaSellAxe commands. All commands use /sigmasellaxe as the base command.
Player Commands
/sigmasellaxe
Shows the command help menu with all available commands.
| Property | Value |
|---|---|
| Permission | sigmasellaxe.use (default: true) |
| Usage | /sigmasellaxe |
| Description | Displays help menu with all available commands |
/sigmasellaxe items
Opens the sellable items GUI showing all sellable items with prices and boost information.
| Property | Value |
|---|---|
| Permission | sigmasellaxe.items (default: true) |
| Usage | /sigmasellaxe items |
| Description | Opens GUI with all sellable items, prices, and boost multipliers |
GUI Features:
- Shows all sellable items from all shops
- Displays prices from shop plugins
- Shows boost multipliers
- 4 sorting types (A-Z, Z-A, Price High→Low, Price Low→High)
- Pagination support for large item lists
- Color-coded item display
Admin Commands
/sigmasellaxe give [player]
Gives the Sell Axe tool to a player.
| Property | Value |
|---|---|
| Permission | sigmasellaxe.give (default: op) |
| Usage | /sigmasellaxe give <player> |
| Arguments | player - Player name or selector (@p, @a, etc.) |
Examples:
/sigmasellaxe give Steve
/sigmasellaxe give @p # Give to nearest player
/sigmasellaxe give @a # Give to all players
/sigmasellaxe reload
Reloads all plugin configurations without restarting the server.
| Property | Value |
|---|---|
| Permission | sigmasellaxe.reload (default: op) |
| Usage | /sigmasellaxe reload |
What it reloads:
- Main configuration (
config.yml) - All shop configurations
- Protection plugin integrations
- Shop plugin integrations
/sigmasellaxe regenerate
Regenerates shop configuration files from your shop plugin.
| Property | Value |
|---|---|
| Permission | sigmasellaxe.regenerate (default: op) |
| Usage | /sigmasellaxe regenerate |
When to use:
- After adding/removing shops in ExcellentShop or EconomyShopGUI
- After changing shop items in your shop plugin
- If shop detection seems incorrect
- After updating your shop plugin
Note: This command preserves your custom boosts and settings. Only new items are added and removed items are disabled (not deleted).
/sigmasellaxe verifyConfig
Verifies shop configuration and checks for issues.
| Property | Value |
|---|---|
| Permission | sigmasellaxe.verify (default: op) |
| Usage | /sigmasellaxe verifyConfig |
Checks performed:
- Shop plugin detection status
- Shop configuration validity
- Missing items in shops
- Configuration errors
- Integration status
/sigmasellaxe verifyDupe
Checks for potential money duplication exploits.
| Property | Value |
|---|---|
| Permission | sigmasellaxe.verify (default: op) |
| Usage | /sigmasellaxe verifyDupe |
What it does:
- Compares boosted sell prices with buy prices
- Identifies items where selling (with boost) is more profitable than buying
- Opens GUI showing potential dupe items
- Displays buy price, sell price, and boosted sell price for each item
How it works:
For each sellable item, the plugin:
- Gets the buy price from the shop plugin
- Gets the base sell price from the shop plugin
- Calculates the boosted sell price (base price × (1 + global boost + item boost))
- If boosted sell price > buy price, it's flagged as a potential dupe
/sigmasellaxe commands
Shows server-side give commands for automation.
| Property | Value |
|---|---|
| Permission | sigmasellaxe.give (default: op) |
| Usage | /sigmasellaxe commands |
Output example:
Server-side commands:
give PlayerName minecraft:diamond_axe{display:{Name:'{"text":"Sigma Sell Axe"}'},...}
Useful for:
- Server automation scripts
- Custom give commands
- Integration with other plugins
- One-time setup scripts
Command Examples
Basic Usage
# Give Sell Axe to a player
/sigmasellaxe give Steve
# Open items GUI
/sigmasellaxe items
# Reload configuration
/sigmasellaxe reload
Advanced Usage
# Regenerate shop configs after adding new shop
/sigmasellaxe regenerate
# Verify configuration
/sigmasellaxe verifyConfig
# Check for dupe exploits
/sigmasellaxe verifyDupe
# Get server-side give command
/sigmasellaxe commands
Tab Completion
Tab completion is available for:
- Player names in
/sigmasellaxe give - Command subcommands
Command Aliases
Currently, there are no command aliases. All commands use /sigmasellaxe as the base.