Economy mod originally built for the Minewache roleplay server. Adds physical currency items (coins and banknotes in different denominations), a wallet item to carry them, and ATM blocks with digital bank accounts. Money stored in an account is safe from theft — unlike items in a chest.
Currency
Coins: 1 Cent, 2 Cent, 5 Cent, 10 Cent, 20 Cent, 50 Cent, 1 Euro, 2 Euro
Bills: 5 Euro, 10 Euro, 20 Euro, 50 Euro, 100 Euro, 200 Euro, 500 Euro
Wallets: 8 colors — Brown, Black, Blue, Green, Orange, Purple, Yellow, Standard
ATMs
Three ATM block variants (Orange, Blue, Green) for visual variety. Right-click to access your account. Accounts are persistent across sessions and synced on multiplayer servers.
Commands
| Command | Description |
|---|---|
/money |
Show your balance |
/pay <player> <amount> |
Transfer money to another player |
/eco add <player> <value> |
Add money (Admin) |
/eco take <player> <value> |
Remove money (Admin) |
/eco set <player> <value> |
Set balance (Admin) |
/eco get <player> |
Check balance (Admin) |
/leaderboard create <places> |
Create a money leaderboard |
/leaderboard delete |
Delete a leaderboard |
Content
Blocks
| Block | Description |
|---|---|
| ATM | ATM Machine (Orange) |
| ATM 2 | ATM Machine (Blue) |
| ATM 3 | ATM Machine (Green) |
| Banker | NPC block for banking |
Sign Shops
Create buy or sell shops using signs placed above any container (chest, barrel, etc.):
[buy] or [sell]
Item Name
Price
[buy]— players buy items from the container, paying the listed price[sell]— players sell items into the container and receive the listed price- Only the shop owner can remove or modify the sign
Configuration
config/saros__money_mod-common.toml:
| Option | Default | Description |
|---|---|---|
startMoney |
100 |
Balance for new players |
moneyLossOnDeath |
0 |
Money lost on death (0 = disabled) |
paycheckEnabled |
false |
Enable automatic periodic paycheck |
paycheckAmount |
50 |
Amount per paycheck |
villagerTradesEnabled |
true |
Enable banker villager trades |
Multilingual
Available in English, German, and Polish.
Gallery
Note: This wiki serves as documentation. For active discussion, please join the Discord Server.