Skip to main content

Commands

Complete command reference for the QuickBuy Addon.


Command Overviewโ€‹

CommandDescription
/quickbuyOpen 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:

ActionEffect
Left-click a configured slotPurchase the cheapest qualifying listing now
Shift-click a configured slotOpen the item picker to reconfigure this slot
Click an empty slotOpen the item picker to configure this slot

Permissions Referenceโ€‹

PermissionDefaultDescription
quickbuy.usetrueOpen the shop and purchase from configured slots
quickbuy.edittrueConfigure / reconfigure slots inside the shop
quickbuy.*falseGrants 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 by slot-permissions.default-slots in config.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โ€‹