Player Permissions
All permissions available to regular players in Sigma Orders & Auctions. These default to true โ no configuration required for basic setups.
Orders โ Player Permissionsโ
| Permission | Default | Commands Unlocked | Notes |
|---|---|---|---|
sigmaorders.use | true | /orders, /orders list, /orders view, /orders search, /orders myorders, /orders help | Required for all orders functionality |
sigmaorders.create | true | /orders create | Subject to cooldown, per-player order limits, and price/quantity caps configured in config-orders.yml |
sigmaorders.fulfill | true | /orders deliver <id> | Cannot deliver to own orders; subject to alt-account protection check |
sigmaorders.collect | true | /orders collect <id> | Can only collect from own orders; inventory space required |
sigmaorders.cancel | true | /orders cancel <id> | Can only cancel own orders; refund behaviour controlled by config |
sigmaorders.stats | true | /orders stats | Shows personal order statistics |
Auction โ Player Permissionsโ
| Permission | Default | Commands Unlocked | Notes |
|---|---|---|---|
sigmaorders.auction.open | true | /auction, /auction open, /auction search, /auction history | Required to access the auction house |
sigmaorders.auction.sell | true | /auction sell <price> | Subject to listing cap, cooldown, and tax configured in config-auction.yml |
sigmaorders.auction.selling | true | /auction listings, /auction selling | Accesses combined GUI for active listings, expired, unclaimed, and history |
sigmaorders.auction.announce | true | โ | Player receives server-wide broadcast when a new listing is announced |
Permission Summary Tableโ
| Permission | Default | Scope |
|---|---|---|
sigmaorders.use | true | Orders |
sigmaorders.create | true | Orders |
sigmaorders.fulfill | true | Orders |
sigmaorders.collect | true | Orders |
sigmaorders.cancel | true | Orders |
sigmaorders.stats | true | Orders |
sigmaorders.auction.open | true | Auction |
sigmaorders.auction.sell | true | Auction |
sigmaorders.auction.selling | true | Auction |
sigmaorders.auction.announce | true | Auction |
Common Player Role Setupsโ
View-Only (Orders)โ
| Permission | Value |
|---|---|
sigmaorders.use | true |
sigmaorders.stats | true |
sigmaorders.create | false |
Auction Browse Onlyโ
| Permission | Value |
|---|---|
sigmaorders.auction.open | true |
sigmaorders.auction.sell | false |
Full Player Access (Orders + Auction)โ
| Permission | Value |
|---|---|
sigmaorders.use | true |
sigmaorders.create | true |
sigmaorders.fulfill | true |
sigmaorders.collect | true |
sigmaorders.cancel | true |
sigmaorders.stats | true |
sigmaorders.auction.open | true |
sigmaorders.auction.sell | true |
sigmaorders.auction.selling | true |
sigmaorders.auction.announce | true |
All of the above are
trueby default, so in a standard setup no explicit configuration is needed unless you want to restrict specific actions.
See Alsoโ
- Permissions Overview โ Full permission table and hierarchy
- Admin Permissions โ Admin and staff permissions
- LuckPerms Examples โ Ready-to-use setup commands