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
- Admin panel → Players
- Table: SteamID, Display Name, balance, first login date
- 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):
- PlayerDetailDialog → "Deliver product"
- Select a product from the catalog
- Enter the quantity
- The system sends RCON commands
A WalletLedger entry is created with type ADJUST.
Next steps
- Orders and refunds — order management
- Servers and RCON — how delivery works