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

CommandPurpose
/bankingdebugToggle 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

CommandPurpose
/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
/listjobaccountsList loaded job accounts

Loan And Credit Commands

CommandPurpose
/pendingloansView loans awaiting approval
/approveloan <loanId>Approve a pending loan
/denyloan <loanId> [reason]Deny a pending loan
/recalculatecredit <citizenid>Rebuild a player's credit score
/forceinquirydecayRun credit inquiry decay immediately

Scheduler And Processing Commands

CommandPurpose
/schedulerstatusShow current scheduler state
/forcedayincrementAdvance the scheduler day counter and run daily tasks
/forceinterestTrigger interest payout
/forceloanpaymentsProcess loan payments immediately
/forceinvoicesProcess overdue invoices
/forcemarketupdateRun a market update
/forcerecurringProcess recurring payments
/forcecardcleanupClean cancelled card records
/forcedividendsProcess investment dividends

Utility Command

CommandPurposeRestriction
/givecash <id> <amount>Give cash to a nearby playerunrestricted 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.