Skip to main content

Commands

Complete command reference for the Random Auction Addon.


Command Overviewโ€‹

CommandAliasesDescription
/randomauction/rauction, /randomaucMain command; shows help by default

Subcommandsโ€‹

SubcommandPermissionDefaultDescription
statusrandomauction.usetrueView a live dashboard of addon status, active bot listings, and config summary
generate [pool] [count]randomauction.admin.generateopForce-generate listings; optionally specify a pool name and/or count
togglerandomauction.admin.toggleopEnable or disable automatic listing generation
clearrandomauction.admin.clearopRemove all active bot/system listings from the auction house
inforandomauction.admin.infoopShow addon version and build information
reloadrandomauction.admin.reloadopReload the addon configuration live
helpโ€”โ€”Display command help

Subcommand Detailsโ€‹

/randomauction statusโ€‹

Permission: randomauction.use

Displays a live snapshot of the addon including:

  • Enabled / disabled state
  • Scheduler running status
  • Number of active bot listings
  • Current online player count vs. minimum threshold
  • Active pool weights summary
/randomauction status

/randomauction generate [pool] [count]โ€‹

Permission: randomauction.admin.generate

Force-generate listings immediately, bypassing the normal scheduling interval.

ArgumentDescription
[pool]Optional. Pool name to generate from (e.g. rare, ores, enchanted). Omit to use weighted random selection.
[count]Optional. Number of listings to generate. Defaults to the normal per-run amount.
/randomauction generate
/randomauction generate rare
/randomauction generate ores 5

/randomauction toggleโ€‹

Permission: randomauction.admin.toggle

Toggles automatic listing generation on or off. Does not affect existing bot listings โ€” they remain in the auction house until purchased or expired.

/randomauction toggle

/randomauction clearโ€‹

Permission: randomauction.admin.clear

Removes all active bot-owned listings from the auction house immediately. Useful when testing or reconfiguring pools and pricing.

/randomauction clear

/randomauction infoโ€‹

Permission: randomauction.admin.info

Displays addon version, build date, and core plugin API version compatibility.

/randomauction info

/randomauction reloadโ€‹

Permission: randomauction.admin.reload

Reloads config.yml without restarting the server. The scheduler restarts with the new settings and the price cache is cleared.

/randomauction reload

Permissions Referenceโ€‹

PermissionDefaultDescription
randomauction.*falseWildcard โ€” grants all randomauction.* permissions
randomauction.usetrueView status and help
randomauction.adminopFull admin access โ€” parent of all randomauction.admin.* children
randomauction.admin.reloadopReload configuration
randomauction.admin.generateopForce-generate listings
randomauction.admin.toggleopToggle generation on/off
randomauction.admin.clearopRemove all bot listings
randomauction.admin.infoopView addon info

LuckPerms Setupโ€‹

# Give all players status access
/lp group default permission set randomauction.use true

# Give admins full access
/lp group admin permission set randomauction.* true

See Alsoโ€‹