Commands
Complete command reference for the QuickBuy Addon.
Command Overviewโ
| Command | Description |
|---|---|
/quickbuy | Open your personal quick-buy shop |
The command has no subcommands. Configurable aliases (including the built-in /qb) all open the same shop.
Command Detailsโ
/quickbuyโ
Permission: quickbuy.use (default: true)
Aliases: /qb (built-in) โ additional aliases configurable in config.yml under command-aliases
Opens the player's personal quick-buy shop. Configured slots show the cheapest live listing for their bound material; unconfigured slots show a configure invite.
/quickbuy
/qb
In the shop:
| Action | Effect |
|---|---|
| Left-click a configured slot | Purchase the cheapest qualifying listing now |
| Shift-click a configured slot | Open the item picker to reconfigure this slot |
| Click an empty slot | Open the item picker to configure this slot |
Permissions Referenceโ
| Permission | Default | Description |
|---|---|---|
quickbuy.use | true | Open the shop and purchase from configured slots |
quickbuy.edit | true | Configure / reconfigure slots inside the shop |
quickbuy.* | false | Grants both quickbuy.use and quickbuy.edit |
quickbuy.slots.<N> | โ | Allow up to N slots; highest matching value wins |
Slot Permission Notesโ
- The default allotment (for players without any
quickbuy.slots.*permission) is set byslot-permissions.default-slotsinconfig.yml(default: 9) - If a player matches more than one
quickbuy.slots.*override, the highest limit wins โ permissions are never summed - Slots beyond the player's allotment appear as locked (red glass pane, non-interactive)
LuckPerms Setupโ
# All players can open the shop and purchase (granted by default already)
/lp group default permission set quickbuy.use true
/lp group default permission set quickbuy.edit true
# VIP group gets 18 slots
/lp group vip permission set quickbuy.slots.18 true
# Premium group gets all 54 slots
/lp group premium permission set quickbuy.slots.54 true
See Alsoโ
- Overview - Feature overview
- Installation - Installation guide
- Configuration - Configuration reference
- Features - Detailed feature documentation