Skip to content

Admin Commands

NadirKhoulali edited this page Apr 11, 2026 · 10 revisions

Admin Commands

Admin level required: permission level 3.

Core Admin Commands

  • /ubs centralbank
  • /ubs centralbank interest set <rate>
  • /ubs bank save
  • /ubs bank rename <new name>
  • /ubs money deposit <accountUUID> <amount>
  • /ubs money withdraw <accountUUID> <amount>

Account Moderation

Also available under /bank admin ... alias.

  • /ubs admin view <player>
  • /ubs admin freeze <accountUUID> [reason]
  • /ubs admin unfreeze <accountUUID>
  • /ubs admin report

CSV Import

  • /ubs admin import csv <path>

Expected columns:

player_uuid,bank_name,account_type,balance,pin,is_primary

Rules:

  • Header is optional.
  • pin empty or 4 digits.
  • Negative balances are rejected.
  • Existing matching accounts are updated; otherwise created.

Audit Logging

Admin balance actions create transaction entries:

  • ADMIN_DEPOSIT by <actor>
  • ADMIN_WITHDRAW by <actor>

Clone this wiki locally