Permissions Overview
Complete permission reference for Sigma Orders & Auctions. Permissions are split across two namespaces: sigmaorders.* for the Orders system and sigmaorders.auction.* for the Auction House.
All Permissionsโ
Orders Permissionsโ
| Permission | Default | Description |
|---|---|---|
sigmaorders.* | false | Wildcard โ grants every sigmaorders.* permission |
sigmaorders.use | true | Open the Orders GUI, browse and search orders |
sigmaorders.create | true | Create new buy-request orders |
sigmaorders.fulfill | true | Deliver items to fulfill another player's order |
sigmaorders.collect | true | Collect delivered items or payment from an order |
sigmaorders.cancel | true | Cancel own orders |
sigmaorders.stats | true | View own order statistics |
sigmaorders.admin | op | Full admin access; includes all sigmaorders.admin.* children |
sigmaorders.admin.delete | op | Delete any player's order |
sigmaorders.admin.refund | op | Issue manual refunds |
sigmaorders.admin.blacklist | op | Manage the player blacklist |
sigmaorders.stats.others | op | View another player's order statistics |
sigmaorders.bypass.altprotection | op | Bypass the alt-account IP check when fulfilling orders |
Auction Permissionsโ
| Permission | Default | Description |
|---|---|---|
sigmaorders.auction.* | false | Wildcard โ grants every sigmaorders.auction.* permission |
sigmaorders.auction.open | true | Open the Auction House GUI |
sigmaorders.auction.sell | true | List an item for sale in the auction house |
sigmaorders.auction.selling | true | View own active listings, history, unclaimed, and expired items |
sigmaorders.auction.announce | true | Receive server-wide auction listing announcements |
sigmaorders.auction.selling.others | op | View another player's listings and sales history |
sigmaorders.auction.open.others | op | Open the auction house on behalf of another player |
sigmaorders.auction.admin | op | Manage (remove) any player's active listing |
sigmaorders.auction.unlimited | op | Bypass the active listing cap |
sigmaorders.auction.bypass-world | op | Use auction commands in restricted worlds |
sigmaorders.auction.bypass-tax | op | List items without paying the listing tax |
Permission Hierarchyโ
sigmaorders.*
โโโ sigmaorders.use
โโโ sigmaorders.create
โโโ sigmaorders.fulfill
โโโ sigmaorders.collect
โโโ sigmaorders.cancel
โโโ sigmaorders.stats
โโโ sigmaorders.bypass.altprotection
โโโ sigmaorders.admin
โโโ sigmaorders.admin.delete
โโโ sigmaorders.admin.refund
โโโ sigmaorders.admin.blacklist
โโโ sigmaorders.stats.others
sigmaorders.auction.*
โโโ sigmaorders.auction.open
โโโ sigmaorders.auction.sell
โโโ sigmaorders.auction.selling
โโโ sigmaorders.auction.announce
Note:
sigmaorders.auction.selling.others,sigmaorders.auction.open.others,sigmaorders.auction.admin,sigmaorders.auction.unlimited,sigmaorders.auction.bypass-world, andsigmaorders.auction.bypass-taxare standaloneop-defaulted nodes โ they are not children ofsigmaorders.auction.*.
Command โ Permission Mappingโ
Orders Commandsโ
| Command | Required Permission |
|---|---|
/orders | sigmaorders.use |
/orders create | sigmaorders.create |
/orders deliver <id> | sigmaorders.fulfill |
/orders collect <id> | sigmaorders.collect |
/orders cancel <id> | sigmaorders.cancel |
/orders myorders | sigmaorders.use |
/orders search <query> | sigmaorders.use |
/orders stats | sigmaorders.stats |
/orders stats <player> | sigmaorders.stats.others |
/orders admin | sigmaorders.admin |
/orders admin delete <id> | sigmaorders.admin.delete |
/orders reload | sigmaorders.admin |
/orders debug | sigmaorders.admin |
/orders migrate | sigmaorders.admin |
Auction Commandsโ
| Command | Required Permission |
|---|---|
/auction | sigmaorders.auction.open |
/auction open | sigmaorders.auction.open |
/auction open <player> | sigmaorders.auction.open.others |
/auction sell <price> | sigmaorders.auction.sell |
/auction listings | sigmaorders.auction.selling |
/auction search <query> | sigmaorders.auction.open |
/auction reload | sigmaorders.auction.admin |
See Alsoโ
- Player Permissions โ Detailed breakdown of player-facing permissions
- Admin Permissions โ Detailed breakdown of admin permissions
- LuckPerms Examples โ Ready-to-use LuckPerms setup commands