Commands
Complete command reference for the Random Auction Addon.
Command Overviewโ
| Command | Aliases | Description |
|---|---|---|
/randomauction | /rauction, /randomauc | Main command; shows help by default |
Subcommandsโ
| Subcommand | Permission | Default | Description |
|---|---|---|---|
status | randomauction.use | true | View a live dashboard of addon status, active bot listings, and config summary |
generate [pool] [count] | randomauction.admin.generate | op | Force-generate listings; optionally specify a pool name and/or count |
toggle | randomauction.admin.toggle | op | Enable or disable automatic listing generation |
clear | randomauction.admin.clear | op | Remove all active bot/system listings from the auction house |
info | randomauction.admin.info | op | Show addon version and build information |
reload | randomauction.admin.reload | op | Reload 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.
| Argument | Description |
|---|---|
[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โ
| Permission | Default | Description |
|---|---|---|
randomauction.* | false | Wildcard โ grants all randomauction.* permissions |
randomauction.use | true | View status and help |
randomauction.admin | op | Full admin access โ parent of all randomauction.admin.* children |
randomauction.admin.reload | op | Reload configuration |
randomauction.admin.generate | op | Force-generate listings |
randomauction.admin.toggle | op | Toggle generation on/off |
randomauction.admin.clear | op | Remove all bot listings |
randomauction.admin.info | op | View 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โ
- Overview โ Feature overview
- Installation โ Installation guide
- Configuration โ Configuration reference
- Features โ Detailed feature docs