Releases: xSaVageAU/MobMoney
Release list
v1.2.0-26.2
Mob Money v1.2.0-26.2 Release Notes
- New: Configurable spawn-reason filtering. Payouts can now be blocked or allowed based on how a mob was spawned (spawner, natural, breeding, etc.). Spawner-farmed mobs no longer pay out by default; see the README for the full list of spawn reasons and how to configure a whitelist/blacklist.
- New: Added an extension API (
MobMoneyEvents) so other mods can build custom payout logic on top of Mob Money without needing changes to the mod itself.
Full Changelog: v1.1.2-26.2...v1.2.0-26.2
Compatibility: Minecraft 26.2 (Fabric)
Server-Side Only: No client installation required
v1.1.2-26.2
v1.1.2
Mob Money v1.1.2 Release Notes
- Added configuration for currency symbol and location.
Full Changelog: v1.1.1...v1.1.2
Compatibility: Minecraft 26.1 (Fabric)
Server-Side Only: No client installation required
v1.0.4
Mob Money v1.0.4 Release Notes
- Backported configuration changes for currency symbol and location to 1.21.10/1.21.11.
Full Changelog: v1.0.3...v1.0.4
Compatibility: Minecraft 1.21.10/1.21.11 (Fabric)
Server-Side Only: No client installation required
v1.1.1
Mob Money v1.1.1 Release Notes
- Fixed an issue where players might receive 5 cents or $5 depending on the economy mod used. Reward values should now be consistent across all supported economies.
Full Changelog
View all changes from v1.1.0 to v1.1.1
Compatibility: Minecraft 26.1 (Fabric)
Server-Side Only: No client installation required
v1.1.0
Mob Money v1.1.0 Release Notes
The mod has been updated for 26.1.
Full Changelog
View all changes from v1.0.3 to v1.1.0
Compatibility: Minecraft 26.1 (Fabric)
Server-Side Only: No client installation required
v1.0.3
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.00every20minutes. - Configuration: Controlled via
maxEarningsPerPeriodandearningPeriodDuration. - Note: Set
maxEarningsPerPeriodto0to disable this feature.
- Default: Max
- Configurable Overflow: Choose how to handle kills that exceed the cap (
DROP,PARTIAL, orALLOW).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
v1.0.2
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
v1.0.1
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.
- Options:
🔗 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
v1.0.0
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
- Install Fabric Loader and Fabric API.
- Install an economy mod (e.g., Savs Common Economy).
- Download
mob-money-1.0.0.jarand place it in yourmodsfolder.
⚙️ 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! 💰⚔️