Admin Permissions
All administrative and staff permissions for Sigma Orders & Auctions. These default to op and should be granted explicitly via a permissions plugin.
Orders โ Admin Permissionsโ
| Permission | Default | Commands / Access | Notes |
|---|---|---|---|
sigmaorders.admin | op | /orders admin, /orders reload, /orders debug, /orders migrate | Parent node โ automatically grants all sigmaorders.admin.* children |
sigmaorders.admin.delete | op | Delete any player's order via admin panel | Irreversible; use with caution |
sigmaorders.admin.refund | op | Issue manual refunds via admin panel | |
sigmaorders.admin.blacklist | op | Manage the player blacklist via config or admin panel | |
sigmaorders.stats.others | op | /orders stats <player> | View order statistics for any player |
sigmaorders.bypass.altprotection | op | โ | Bypasses the IP-based alt-account check when fulfilling orders; intended for trusted staff |
Auction โ Admin Permissionsโ
| Permission | Default | Commands / Access | Notes |
|---|---|---|---|
sigmaorders.auction.admin | op | Remove any player's active listing; /auction reload | Full auction administration access |
sigmaorders.auction.selling.others | op | /auction history <player> | Browse and inspect another player's listings and sales history |
sigmaorders.auction.open.others | op | /auction open <player> | Force-open the auction house as another player |
sigmaorders.auction.unlimited | op | โ | Bypass the configured max-active-listings cap |
sigmaorders.auction.bypass-world | op | โ | Use auction commands in worlds that are normally restricted |
sigmaorders.auction.bypass-tax | op | โ | List items without paying the configured listing tax |
Permission Hierarchyโ
sigmaorders.admin
โโโ sigmaorders.admin.delete
โโโ sigmaorders.admin.refund
โโโ sigmaorders.admin.blacklist
โโโ sigmaorders.stats.others
Auction admin permissions (
sigmaorders.auction.admin,sigmaorders.auction.bypass-*, etc.) are standalone nodes and are not children of any parent wildcard by default. Grant them individually or usesigmaorders.*for full access.
Admin Role Setupsโ
Full Administratorโ
| Permission | Value |
|---|---|
sigmaorders.* | true |
sigmaorders.auction.* | true |
sigmaorders.auction.admin | true |
sigmaorders.auction.unlimited | true |
sigmaorders.auction.bypass-world | true |
sigmaorders.auction.bypass-tax | true |
sigmaorders.auction.selling.others | true |
sigmaorders.auction.open.others | true |
Moderator (View & Stats Only)โ
| Permission | Value |
|---|---|
sigmaorders.use | true |
sigmaorders.stats | true |
sigmaorders.stats.others | true |
sigmaorders.auction.open | true |
sigmaorders.auction.selling.others | true |
Support Staff (Can Refund, Cannot Delete)โ
| Permission | Value |
|---|---|
sigmaorders.admin.refund | true |
sigmaorders.stats.others | true |
sigmaorders.auction.admin | true |
sigmaorders.auction.selling.others | true |
Economy Manager (Full Admin, No Bypass Perks)โ
| Permission | Value |
|---|---|
sigmaorders.admin | true |
sigmaorders.auction.admin | true |
sigmaorders.auction.selling.others | true |
sigmaorders.auction.open.others | true |
See Alsoโ
- Permissions Overview โ Full permission table and hierarchy
- Player Permissions โ Player-facing permissions
- LuckPerms Examples โ Ready-to-use LuckPerms commands