Mod

Mob Money

Quick rating

Mob Money

No reviews yet

A simple, configurable Fabric mod that awards players money for killing mobs. Economy support using the Common Economy API

Economy & Trade Systems
Mod Loaders
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
Creative Commons Zero v1.0 Universal
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

Mob Money

A simple, configurable Fabric mod that awards players money for killing mobs. Built to demonstrate integration with the Common Economy API made by Patbox.

Features

  • Earn Money: Get paid for hunting down hostile mobs.
  • Configurable:
    • Set custom reward amounts 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

  1. Install Fabric Loader and Fabric API.
  2. Install an economy mod that supports the Common Economy API (e.g., Savs Common Economy).
  3. Drop mob-money-1.0.0.jar into your mods folder.

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"
}

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.

Troubleshooting

If you are not receiving money:

  1. Check the server console/logs for messages starting with [mob-money].
  2. Ensure you have an economy mod installed.
  3. Verify that economyProvider and currencyId in the config match the provider you are using.
    • For Savs Common Economy: Provider savs_common_economy, Currency dollar.
    • For Fuji: Provider fuji, Currency gold (or whatever is configured).

Screenshots

Gallery

  • Gallery image
    Earning money from mob kills when using with Savs Common Economy mod.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync