▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Mob Money
Mob Money

Mob Money

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

299
2

Mob Money 1.0.3

beta8 февраля 2026 г.

Mob Money v1.0.3 Release Notes

New Feature

⚖️ Economy Balancing

This update introduces a new Economy Balancing system to prevent mob farms from destabilizing your server's economy.

  • Earning Caps: Admins can now limit the amount of money a player can earn within a specific time period.
    • Default: Max $100.00 every 20 minutes.
    • Configuration: Controlled via maxEarningsPerPeriod and earningPeriodDuration.
    • Note: Set maxEarningsPerPeriod to 0 to disable this feature.
  • Configurable Overflow: Choose how to handle kills that exceed the cap (DROP, PARTIAL, or ALLOW).
    • DROP (Default): Strict cap.
    • PARTIAL: Fills up to the cap.
    • ALLOW: Soft cap (allows one last kill to exceed the limit).

🔗 Full Changelog

View all changes from v1.0.2 to v1.0.3


Compatibility: Minecraft 1.21.10 & 1.21.11 (Fabric) Server-Side Only: No client installation required

Mob Money 1.0.2

beta12 декабря 2025 г.

Mob Money v1.0.2 Release Notes

Updates

Minecraft 1.21.11 Support

  • Updated the mod to support Minecraft 1.21.11.
  • Verified compatibility with the latest fabric API updates for this version.

Full Changelog

View all changes from v1.0.1 to v1.0.2


Compatibility: Minecraft 1.21.11 (Fabric) Server-Side Only: No client installation required

Mob Money 1.0.1

beta23 ноября 2025 г.

v1.0.1

🚀 New Feature

Configurable Notifications

You can now choose where you want to see your earnings!

  • notificationMode (Default: CHAT)
    • Options:
      • CHAT: "You earned $5.0 for killing Zombie" (Classic style)
      • ACTION_BAR: Shows the message above your hotbar (Less intrusive)
      • NONE: Disables notifications entirely.

🔗 Full Changelog

View all changes from v1.0.0 to v1.0.1


Compatibility: Minecraft 1.21.10 (Fabric)

Server-Side Only: No client installation required

Mob Money 1.0.0

beta22 ноября 2025 г.

Mob Money v1.0.0

Mob Money is a lightweight, highly configurable Fabric mod that rewards players with money for killing mobs. It is designed to integrate seamlessly with any economy mod that supports the Common Economy API (e.g., Savs Common Economy, Fuji, Impactor).

🚀 Features

  • Whitelist System: Money is only awarded for mobs you explicitly list in the config. No accidental payouts!
  • Custom Rewards: Set specific reward amounts for each mob type (e.g., Zombies = $5, Ender Dragon = $1000).
  • Universal Compatibility: Works with any economy mod via the Common Economy API.
  • Configurable Provider: Easily switch between economy providers (e.g., savs_common_economy, fuji) in the config.

📦 Installation

  1. Install Fabric Loader and Fabric API.
  2. Install an economy mod (e.g., Savs Common Economy).
  3. Download mob-money-1.0.0.jar and place it in your mods folder.

⚙️ Configuration

The config file (config/mob-money.json) allows you to define your prices. Example:

{
  "economyProvider": "savs_common_economy",
  "currencyId": "dollar",
  "mobPrices": {
    "minecraft:zombie": 5.0,
    "minecraft:creeper": 10.0,
    "minecraft:ender_dragon": 1000.0
  }
}

Enjoy getting paid for your monster hunting! 💰⚔️

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:CC0-1.0
Опубликован:3 месяца назад
Обновлён:2 недели назад
Главная