Overview
Economy System

Wallets & Banking

Manage your coins through deposits, withdrawals, transfers, and claim daily rewards to grow your wealth safely.

Balance System Overview

Every member has two coin pools:

Available Coins

Coins in your pocket, ready to spend or lose. These coins can be stolen via robbery or lost during failed heists.

Banked Coins

Coins stored safely in the bank. Protected from theft and robbery. Must withdraw to use for purchases.

Core Commands

Check Balance

/bal [user]

Description: View your current balance or another member's balance

Parameters:

  • user (optional) - Member to check balance for. Defaults to yourself.

Example:

/bal

Deposit to Bank

/dep <amount|all>

Description: Deposit available coins to your bank account

Parameters:

  • amount - Number of coins to deposit
  • all - Deposit all available coins

Example:

/dep 5000

Withdraw from Bank

/with <amount|all>

Description: Withdraw coins from your bank account to your available balance

Parameters:

  • amount - Number of coins to withdraw
  • all - Withdraw all banked coins

Example:

/with 1000

Transfer to Other Members

/pay <user> <amount>

Description: Transfer coins from your available balance to another member

Parameters:

  • user - Member to send coins to
  • amount - Number of coins to send

Example:

/pay @friend 2500

Claim Rewards

Daily Reward

/daily

Description: Claim your daily reward for active engagement

Cooldown: 24 hours (configurable)

Reward Amount: Configurable via dashboard (default varies by server)

Example:

/daily

Weekly Reward

/weekly

Description: Claim your weekly bonus reward for consistent engagement

Cooldown: 7 days (configurable)

Reward Amount: Configurable via dashboard. Typically higher than daily.

Example:

/weekly

Bank Protection

Safe from Theft

Banked coins are protected from robbery and theft attempts. Members attempting to rob you can only steal from your available balance, not your bank. This encourages strategic financial management.

Admin Economy Commands

Administrators can manage member economies directly using these commands:

Give Coins

/eco give <user> <amount>

Description: Grant coins to a member (admin only)

Requires: Administrator permission

Take Coins

/eco take <user> <amount>

Description: Remove coins from a member (admin only)

Requires: Administrator permission

Set Balance

/eco set <user> <amount>

Description: Set a member's available coins to a specific amount (admin only)

Requires: Administrator permission

Best Practices

Protect Your Coins

Bank your coins regularly to protect them from being stolen during robbery attempts. Keep only what you plan to spend or risk in your available balance.

Claim Rewards Consistently

Use /daily and /weekly commands to build a steady income stream. These rewards are designed to encourage consistent engagement and provide a safety net for less active players.

Net Worth — Now Includes House Contribution (Updated)

Net Worth now sums wallet + bank + house contribution score, matching the leaderboard formula exactly. Previously the leaderboard and per-user profile could report different totals for the same user. They now agree.

Formula

netWorth = wallet + bank + houseContributionScore. House contribution score reflects lifetime contributions to the user's current house treasury (not the treasury balance itself, which is shared across members).

Impact

Users in active houses will see a higher net-worth number than before. The leaderboard position may shift accordingly. No coin was minted — this is purely a display/accounting fix.

Reliability Fixes

Money Drop Race Condition

Two members can no longer claim the same money drop simultaneously. The claim is now atomic — exactly one user wins.

Min/Max Persistence

Min/max values for daily, weekly, work, crime, fishing, hunting, message rewards, and money drops now persist correctly across dashboard saves. New config moneyDropMinAmount (default 10) ensures drops never pay out below the floor.

Season & Pause Transparency

If your server appears to have "lost" balances, check the Economy dashboard for a warning banner — season rollovers and claims-paused states are now logged and surfaced prominently.