
Modrinth · Minecraft mod
Mob Money
A simple, configurable Fabric mod that awards players money for killing mobs. Economy support using the Common Economy API
Quick answer
Which Mob Money release should I use?
Mob Money 1.2.0-26.2 targets 26.2 with Fabric. Do not install it on the client. It must be installed on the dedicated server. No extra mods listed for this file.
Where it goes
Is Mob Money required on the client, server, or both?
Do not install it on the client. It must be installed on the dedicated server.
This file is marked server-only.
What else does Mob Money 1.2.0-26.2 need?
1.2.0-26.2. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Mob Money without breaking your instance.
Built for Mob Money 1.2.0-26.2. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 1.2.0-26.2. It targets 26.2 with Fabric; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
Do not install it on the client. It must be installed on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside 1.2.0-26.2. It opens that exact file at the source.
About this project
What does Mob Money add?
Mob Money
A simple, configurable Fabric mod that awards players money for killing mobs. Built to demonstrate integration with the Common Economy API.
Features
- Earn Money: Get paid for hunting down hostile mobs.
- Configurable:
- Set custom rewards per mob type (e.g., Zombies, Creepers, Ender Dragon).
- Economy Provider Support: Configure which economy mod to use (e.g., Savs Common Economy, Fuji, etc.).
- Common Economy API: Works with any economy mod that implements the Common Economy API.
Installation
- Install Fabric Loader and Fabric API.
- Install an economy mod that supports the Common Economy API (e.g., Savs Common Economy).
- Drop the
.jarinto yourmodsfolder.
Configuration
The config file is located at config/mob-money.json. It will be generated upon first launch.
{
"economyProvider": "savs_common_economy",
"currencyId": "dollar",
"notificationMode": "CHAT",
"mobPrices": {
"minecraft:zombie": 5.0,
"minecraft:skeleton": 5.0,
"minecraft:creeper": 10.0,
"minecraft:spider": 5.0,
"minecraft:ender_dragon": 1000.0,
"minecraft:wither": 500.0
},
"maxEarningsPerPeriod": 100.0,
"earningPeriodDuration": 1200,
"overflowMode": "DROP",
"spawnReasonFilterMode": "BLACKLIST",
"spawnReasonFilter": ["SPAWNER", "TRIAL_SPAWNER"]
}
Settings
economyProvider: The ID of the economy provider to use (e.g.,savs_common_economy,fuji).currencyId: The ID of the currency to award (e.g.,dollar,gold).notificationMode: How to notify players of earnings. Options:CHAT,ACTION_BAR,NONE(default:CHAT).mobPrices: A whitelist of mobs and their reward values.- Only mobs listed here will award money.
- Use the full entity ID (e.g.,
minecraft:zombie).
maxEarningsPerPeriod: The maximum amount a player can earn within the defined period. Set to 0 to disable. (Default: 100.0)earningPeriodDuration: The length of the earning period in seconds. (Default: 1200 - 20 minutes)overflowMode: Defines behavior when a kill exceeds the cap. Options:DROP(Default): If a kill pushes you over the cap, you get $0 for that kill.PARTIAL: You get the remaining amount up to the cap.ALLOW: If you are under the cap, you get the full reward (even if it exceeds the limit). Future kills give $0.
spawnReasonFilterMode: Controls whether a mob's spawn reason affects payout. Options:NONE: No filtering. All spawn reasons pay out.BLACKLIST(Default): Reasons listed inspawnReasonFilterdo not pay out; everything else does.WHITELIST: Only reasons listed inspawnReasonFilterpay out.
spawnReasonFilter: A list of spawn reasons used byspawnReasonFilterMode(ignored when mode isNONE). Default:["SPAWNER", "TRIAL_SPAWNER"]— blocks payouts from mob-spawner farms while still paying out for natural spawns, breeding, structures, etc. Valid values:NATURAL,CHUNK_GENERATION,SPAWNER,STRUCTURE,BREEDING,MOB_SUMMONED,JOCKEY,EVENT,CONVERSION,REINFORCEMENT,TRIGGERED,BUCKET,SPAWN_ITEM_USE,COMMAND,DISPENSER,PATROL,TRIAL_SPAWNER,LOAD,DIMENSION_TRAVEL
Troubleshooting
If you are not receiving money:
- Check the server console/logs for messages starting with
[mob-money]. - Ensure you have an economy mod installed.
- Verify that
economyProviderandcurrencyIdin the config match the provider you are using.- For Savs Common Economy: Provider
savs_common_economy, Currencydollar. - For Fuji: Provider
fuji, Currencygold(or whatever is configured).
- For Savs Common Economy: Provider
Project description from Modrinth.
Pick your setup
Mob Money by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.1.2
1 loader build26.1.1
1 loader build26.1
1 loader build1.21.11
1 loader build1.21.10
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Mob Money versions and loaders
1.2.0-26.2
mob-money-1.2.0-26.2.jar
17 Aug 2026
1.1.2-26.2
mob-money-1.1.2-26.2.jar
19 Jun 2026
1.0.4-1.21.11
mob-money-1.0.4-1.21.11.jar
30 Apr 2026
1.1.2-26.1
mob-money-1.1.2-26.1.jar
30 Apr 2026
1.1.1-26.1
mob-money-1.1.1-26.1.jar
30 Mar 2026
1.1.0-26.1
mob-money-1.1.0-26.1.jar
27 Mar 2026
1.0.3
mob-money-1.0.3.jar
8 Feb 2026
1.0.2
mob-money-1.0.2.jar
12 Dec 2025
1.0.1
mob-money-1.0.1.jar
23 Nov 2025
1.0.0
mob-money-1.0.0.jar
22 Nov 2025
Looking for an older file? The official Modrinth project page is in Resources.