Skip to main content

Commands

Complete command reference for the SellGui Addon.


Command Overviewโ€‹

CommandDescription
/sellguiOpen the bulk sell GUI
/sellBuilt-in alias of /sellgui
/sellgui reloadReload 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:

SlotsPurpose
0-44Deposit area โ€” place items here to sell
45RETURN ALL (red glass) โ€” take everything back, unsold
46-52Filler (not interactable)
53SELL (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โ€‹

PermissionDefaultDescription
sellgui.usetrueOpen the sell GUI
sellgui.adminopReload the configuration
sellgui.*falseGrants sellgui.use and sellgui.admin
sigmaorders.fulfilltrueCore permission โ€” also required to open the GUI and press SELL, so any restriction you apply to delivering orders also applies here
note

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โ€‹