Commands
Complete command reference for the SellGui Addon.
Command Overviewโ
| Command | Description |
|---|---|
/sellgui | Open the bulk sell GUI |
/sell | Built-in alias of /sellgui |
/sellgui reload | Reload config.yml |
Command Detailsโ
/sellgui (alias /sell)โ
Permissions: sellgui.use and sigmaorders.fulfill (both default: true)
Aliases: /sell (built-in) โ additional aliases configurable in config.yml under command-aliases
Opens the bulk sell GUI. Only players can run it; the console gets the only-players message. If the feature is switched off with enabled: false, players get the plugin-disabled message instead.
/sell
/sellgui
In the GUI:
| Slots | Purpose |
|---|---|
0-44 | Deposit area โ place items here to sell |
45 | RETURN ALL (red glass) โ take everything back, unsold |
46-52 | Filler (not interactable) |
53 | SELL (emerald block) โ sell everything in the deposit area |
/sellgui reloadโ
Permission: sellgui.admin (default: op)
Reloads config.yml. Messages, button text, and match-strategy apply immediately, and newly added command-aliases are registered. Removing an alias requires a server restart. Console can run it.
Permissions Referenceโ
| Permission | Default | Description |
|---|---|---|
sellgui.use | true | Open the sell GUI |
sellgui.admin | op | Reload the configuration |
sellgui.* | false | Grants sellgui.use and sellgui.admin |
sigmaorders.fulfill | true | Core permission โ also required to open the GUI and press SELL, so any restriction you apply to delivering orders also applies here |
sigmaorders.fulfill is checked when the GUI is opened and again when SELL is pressed. If it is revoked while the GUI is open, the sale is refused and the items stay in the GUI so the player can take them back.
LuckPerms Setupโ
# Everyone can already use it by default. To restrict it to a group instead:
/lp group default permission set sellgui.use false
/lp group vip permission set sellgui.use true
# Let staff reload the configuration
/lp group admin permission set sellgui.admin true
See Alsoโ
- Overview - Feature overview
- Installation - Installation guide
- Configuration - Configuration reference
- Features - Detailed feature documentation