Commands
Complete command reference for the Random Orders Addon.
Command Overviewโ
| Command | Aliases | Description |
|---|---|---|
/randomorders | /rorders, /randomorder | Main command; shows help by default |
/allRandomOrder | /allrandomorders, /allrorders | Shortcut - opens the random orders GUI directly |
Subcommandsโ
| Subcommand | Permission | Default | Description |
|---|---|---|---|
status | randomorders.use | true | Show addon status: enabled state, scheduler, API connection, online players vs. minimum required |
show | randomorders.use | true | Open a paginated GUI (45/page) of all active random orders |
generate [count] | randomorders.admin.generate | op | Force-generate orders immediately; count is 1โ10, defaults to 1 |
reload | randomorders.admin.reload | op | Reload config.yml - pools, pricing, generation, integrations. Restarts the scheduler and clears the price cache; active orders are unaffected |
toggle | randomorders.admin.toggle | op | Enable/disable generation. Stops or starts the scheduler; existing orders are unaffected |
help | - | - | List subcommands |
/randomorders status
/randomorders show
/randomorders generate 3
/randomorders reload
/randomorders toggle
Error Messagesโ
| Message | Cause |
|---|---|
You don't have permission to use this command. | Missing the required permission node above |
Orders API is not available. | Sigma Orders is not installed/enabled |
This command can only be used by players. | Run from in-game, not console |
Invalid number: X | generate's count must be 1โ10 |