Admin Permissions
Detailed reference for administrative permissions.
Admin Permissionsโ
sigmaorders.adminโ
Default: op
Description: Grants access to admin commands and GUI
Grants Access To:
/orders reload- Reload configuration/orders debug- Toggle debug mode/orders admin- Open admin panel/orders admin list- View all orders (admin view)
Includes:
sigmaorders.admin.deletesigmaorders.admin.refundsigmaorders.admin.blacklistsigmaorders.stats.others
sigmaorders.admin.deleteโ
Default: op
Description: Allows deleting any order
Grants Access To:
/orders admin delete <id>- Delete order
Warning: This action is irreversible!
sigmaorders.admin.refundโ
Default: op
Description: Allows refunding orders
Grants Access To:
- Admin refund functionality (via API or future commands)
Note: Currently available via API, GUI commands may be added in future.
sigmaorders.admin.blacklistโ
Default: op
Description: Allows managing player blacklist
Grants Access To:
- Blacklist management (via config or future commands)
Note: Currently managed via config file, GUI commands may be added in future.
sigmaorders.stats.othersโ
Default: op
Description: Allows viewing other players' statistics
Grants Access To:
/orders stats <player>- View other player's stats
Restriction: Requires sigmaorders.stats permission as well.
Permission Hierarchyโ
sigmaorders.admin
โโโ sigmaorders.admin.delete
โโโ sigmaorders.admin.refund
โโโ sigmaorders.admin.blacklist
โโโ sigmaorders.stats.others
Admin Permission Examplesโ
Full Adminโ
sigmaorders.admin: true
# Includes all admin sub-permissions
Moderator (Limited Admin)โ
sigmaorders.stats: true
sigmaorders.stats.others: true
# Can view stats but not delete orders
Support Staffโ
sigmaorders.admin: true
sigmaorders.admin.refund: true
# Can refund but may not delete
Related Documentationโ
- Permissions Overview - Permission structure
- Player Permissions - Player permissions
- LuckPerms Examples - Setup examples