Admin Commands
Reference for current oxide-banking admin and utility commands.
Reference for the current oxide-banking admin and utility commands.
These commands are registered through ox_lib with restricted = 'group.admin' unless noted otherwise.
Core Admin Commands
| Command | Purpose |
|---|
/bankingdebug | Toggle banking debug mode |
/freezeaccount <citizenid> <reason> | Freeze a player's account |
/unfreezeaccount <citizenid> | Remove an account freeze |
/setcreditscore <citizenid> <score> | Set a player's credit score |
/viewplayeraccounts <citizenid> | Show a player's banking accounts |
Job Account Commands
| Command | Purpose |
|---|
/addjobmoney <account> <amount> [reason] | Add funds to a job account |
/removejobmoney <account> <amount> [reason] | Remove funds from a job account |
/setjobmoney <account> <amount> | Set a job account balance |
/viewjobaccount <account> | View a job account |
/listjobaccounts | List loaded job accounts |
Loan And Credit Commands
| Command | Purpose |
|---|
/pendingloans | View loans awaiting approval |
/approveloan <loanId> | Approve a pending loan |
/denyloan <loanId> [reason] | Deny a pending loan |
/recalculatecredit <citizenid> | Rebuild a player's credit score |
/forceinquirydecay | Run credit inquiry decay immediately |
Scheduler And Processing Commands
| Command | Purpose |
|---|
/schedulerstatus | Show current scheduler state |
/forcedayincrement | Advance the scheduler day counter and run daily tasks |
/forceinterest | Trigger interest payout |
/forceloanpayments | Process loan payments immediately |
/forceinvoices | Process overdue invoices |
/forcemarketupdate | Run a market update |
/forcerecurring | Process recurring payments |
/forcecardcleanup | Clean cancelled card records |
/forcedividends | Process investment dividends |
Utility Command
| Command | Purpose | Restriction |
|---|
/givecash <id> <amount> | Give cash to a nearby player | unrestricted ox_lib command registration in banking compat layer |
Notes
- Command access is controlled by the
ox_lib command restriction model, not by framework-specific admin group docs from older installs.
- Debug mode is additionally gated by
Config.DebugSettings.
- Some commands act on compatibility-era account concepts such as job accounts because those concepts still exist in the current data model and admin tooling.