Skip to content

v1.0.3

Choose a tag to compare

@xSaVageAU xSaVageAU released this 08 Feb 18:42
· 11 commits to main since this release

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