Paid Modules
Economy Setup
Setup guide for the Economy paid module: virtual currency, banking, server shop, and gambling.
The Economy paid module turns your Discord server into an interactive economy. Members earn currency through chat activity, jobs, and streaks, store savings in protected banks, buy roles and inventory items from the server shop, and participate in gambling games.
Installation & Claiming
- Purchase the Economy module on the Zero Development Store.
- In the Zero Development Discord, run
/claiminใ๐คใcommandswith your invoice. - Restart Medusa or extract the files into
modules/economy. - The module automatically initializes the
economy_accounts,economy_items, andeconomy_inventoriestables in PostgreSQL.
Initial Configuration
Open your Medusa Web Dashboard and navigate to Economy:
1. Currency Formatting
- Currency Name: Singular and plural names (e.g.
Coin/Coins,Credit/Credits). - Currency Symbol: Emoji or symbol prefixed to amounts (e.g.
๐ช,๐ต,๐). - Starting Balance: Amount credited to new members (default:
100).
2. Banking Settings
- Base Bank Capacity: Starting bank vault storage (e.g.
10,000). - Booster Multiplier: Additional bank capacity granted to Discord Server Boosters.
- Interest Rate: Optional hourly or daily savings interest percentage.
3. Jobs & Rewards
- Work Cooldown: Time between shifts (e.g.
1h). - Work Minimum / Maximum Pay: Reward bounds (e.g.
50to250). - Daily Reward: Base amount for
/dailywith streak multipliers. - Robbery Odds & Penalties: Success probability (e.g.
40%) and failed robbery fines.
Setting Up the Server Shop
You can create items directly from the web dashboard or with Discord commands:
Creating Role Items
Role items grant Discord roles automatically when purchased:
- In the Dashboard under Economy -> Shop, click New Item.
- Set the item details:
- Name: e.g.
"VIP Role". - Price: e.g.
5000. - Type: Select Role Reward.
- Target Role: Select your
@VIPDiscord role. - Duration: Permanent or temporary duration.
- Name: e.g.
- Save the item. Members can now purchase it via
/buy VIP Role.
Commands Reference
| Command | Description |
|---|---|
/balance [user] | View liquid wallet and protected bank balances. |
/deposit <amount> | Move currency into the bank vault. |
/withdraw <amount> | Withdraw funds from the bank into the wallet. |
/pay <user> <amount> | Send wallet currency to another member. |
/daily | Claim your 24-hour reward with streak bonus. |
/work | Work a shift for randomized wage payouts. |
/crime | Attempt an illegal job with risk of penalties. |
/rob <user> | Attempt to steal from another member's wallet. |
/shop | Open the interactive server store browser. |
/buy <item> [amount] | Purchase an item or role from the shop. |
/inventory [user] | View collected items and inventory assets. |
/gamble <game> <bet> | Bet currency in Blackjack, Roulette, or Coin Flip. |

