Permissions
Complete permission reference for SigmaSellAxe.
Permission Nodesโ
sigmasellaxe.useโ
Allows players to use the Sell Axe tool.
Default: true (all players)
What it allows:
- Right-click containers with Sell Axe to sell items
- Use the Sell Axe tool
Example:
permissions:
sigmasellaxe.use:
default: true
sigmasellaxe.itemsโ
Allows players to open the sellable items GUI.
Default: true (all players)
What it allows:
- Open GUI with
/sigmasellaxe items - Left-click with Sell Axe to open GUI (if enabled)
Example:
permissions:
sigmasellaxe.items:
default: true
sigmasellaxe.giveโ
Allows giving the Sell Axe to players.
Default: op (operators only)
What it allows:
- Use
/sigmasellaxe givecommand - View server-side give commands
Example:
permissions:
sigmasellaxe.give:
default: op
sigmasellaxe.reloadโ
Allows reloading plugin configurations.
Default: op (operators only)
What it allows:
- Use
/sigmasellaxe reloadcommand
Example:
permissions:
sigmasellaxe.reload:
default: op
sigmasellaxe.regenerateโ
Allows regenerating shop configurations.
Default: op (operators only)
What it allows:
- Use
/sigmasellaxe regeneratecommand
Example:
permissions:
sigmasellaxe.regenerate:
default: op
sigmasellaxe.verifyโ
Allows verifying configurations and checking for exploits.
Default: op (operators only)
What it allows:
- Use
/sigmasellaxe verifyConfigcommand - Use
/sigmasellaxe verifyDupecommand
Example:
permissions:
sigmasellaxe.verify:
default: op
sigmasellaxe.*โ
Grants all permissions above.
Default: op (operators only)
Example:
permissions:
sigmasellaxe.*:
default: op
Permission Setup Examplesโ
Using LuckPermsโ
# Give all players access to use Sell Axe
groups:
default:
permissions:
- sigmasellaxe.use
- sigmasellaxe.items
# Give admins all permissions
admin:
permissions:
- sigmasellaxe.*
Using PermissionsExโ
# Default group
default:
permissions:
- sigmasellaxe.use
- sigmasellaxe.items
# Admin group
admin:
permissions:
- sigmasellaxe.*
Using GroupManagerโ
groups:
default:
permissions:
- sigmasellaxe.use
- sigmasellaxe.items
admin:
permissions:
- sigmasellaxe.*
Permission Best Practicesโ
- Default Access: Keep
sigmasellaxe.useandsigmasellaxe.itemsas defaulttruefor normal gameplay - Admin Only: Keep admin commands (
reload,regenerate,verify) asoponly - Selective Access: Use permission groups to give Sell Axe to specific groups only
- Security: Never give
sigmasellaxe.*to regular players
Troubleshooting Permissionsโ
Player can't use Sell Axeโ
- Check if they have
sigmasellaxe.usepermission - Verify permission plugin is working
- Check server console for permission errors
Player can't open GUIโ
- Check if they have
sigmasellaxe.itemspermission - Verify GUI feature is enabled in config
Admin commands not workingโ
- Check if they have
opstatus or specific permission - Verify permission plugin recognizes the permission node