Skip to main content

Players, Wallet, and Delivery

The Players section in the admin panel lists all store players — everyone who signed in via Steam, their balance, and order history.


Viewing players

  1. Admin panel → Players
  2. Table: SteamID, Display Name, balance, first login date
  3. Click a player → PlayerDetailDialog

Player details (PlayerDetailDialog)

A dialog with tabs:

  • Profile — SteamID, avatar, registration date
  • Balance — current balance, transaction history (WalletLedger)
  • Orders — all player purchases, filterable by status
  • Deliver product — an admin can deliver a product manually

Manual product delivery

An administrator can deliver a product to a player manually (without payment):

  1. PlayerDetailDialog → "Deliver product"
  2. Select a product from the catalog
  3. Enter the quantity
  4. The system sends RCON commands

A WalletLedger entry is created with type ADJUST.


Next steps