HomeJavaModsMC Money
MC Money
ModsJava

MC Money

by artofscripting · on CurseForge

A currency mod that adds coins, a personal bank for secure storage, and a configurable shop with 200+ items for buying and selling.

Which Minecraft do you have?

Every version of the game needs its own build. Pick yours, then download — the wrong build installs fine and then does nothing in the game. This mod is built for NeoForge only.

⬇ Download for 1.21.1–1.21.11⬇ Download for 1.21
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
MC Money — screenshot 1MC Money — screenshot 2

Minecraft Money

A NeoForge mod for Minecraft 1.21.1 that adds a complete currency system with coins, a personal bank, and a configurable shop.

Screens

 

Features

💰 Coins

Four tiers of coins with different values that can be picked up, deposited, and traded:

Coin Value Description
Copper Coin 1 Basic currency unit
Silver Coin 10 Worth 10 copper coins
Gold Coin 100 Worth 100 copper coins
Platinum Coin 1000 Worth 1000 copper coins

🏦 Personal Bank

A secure block where you can store currency separately from your wallet.

🏪 Shop

A configurable shop block for buying and selling items.

Commands

Player Commands

Command Description
/currency Check your current wallet balance
/currency pay <player> <amount> Send currency to another player
/currency withdraw <amount> Convert wallet balance to coins

Admin Commands (Permission Level 2+)

Command Description
/currency balance <player> Check another player's balance
/currency add <player> <amount> Add currency to a player
/currency remove <player> <amount> Remove currency from a player
/currency set <player> <amount> Set a player's balance to a specific amount

Crafting Recipes

Personal Bank

┌─────────┬─────────┬─────────┐
│  Iron   │  Gold   │  Iron   │
│  Ingot  │  Ingot  │  Ingot  │
├─────────┼─────────┼─────────┤
│  Iron   │         │  Iron   │
│  Ingot  │  Chest  │  Ingot  │
├─────────┼─────────┼─────────┤
│  Iron   │  Iron   │  Iron   │
│  Ingot  │  Ingot  │  Ingot  │
└─────────┴─────────┴─────────┘

Shop

┌─────────┬─────────┬─────────┐
│         │         │         │
│ Emerald │ Emerald │ Emerald │
├─────────┼─────────┼─────────┤
│         │         │         │
│ Planks  │  Chest  │ Planks  │
├─────────┼─────────┼─────────┤
│         │         │         │
│ Planks  │ Planks  │ Planks  │
└─────────┴─────────┴─────────┘

Configuration

The shop is fully configurable via config/minecraftmoney-shop.toml:

# Sell price multiplier (0.5 = 50% of buy price)
sellPriceMultiplier = 0.5

# Shop items format: "modid:item_id,price,Display Name"
shopItems = [
    "minecraft:diamond,500,Diamond",
    "minecraft:netherite_ingot,2000,Netherite Ingot",
    # ... more items
]

Adding Custom Items

Add entries to the shopItems array:

shopItems = [
    "minecraft:diamond,500,Diamond",
    "mymod:custom_item,100,Custom Item"
]

ATM10 Modpack Template

An atm10-shop-template.toml file is on github with 350+ items from popular mods including:

Copy the contents to your shop config to use it.

Requirements

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more