
Savs Common Economy
Full-featured economy mod with mod compatability, multi-server support, database backends, player chest shops, bank notes, and transaction history. Server-side only!
Savs Common Economy 1.6.4
alpha16 апреля 2026 г.Fixed critical bugs with the chest shops
- FIXED: Players not receiving money when selling items to a shop.
- FIXED: Any player could open any chest shop.
Continue to report any bugs that you may experience, it helps a lot!
Savs Common Economy 1.6.3
alpha30 марта 2026 г.Savs Common Economy v1.6.3 Release Notes
⚠️ Important
If you are updating from 1.5.1 (1.21.10/1.21.11): The previous 1.6.x updates were part of a full rewrite to support Minecraft 26.1.
While it is fully backward compatible, we recommend backing up your config folder and database (if using one) before upgrading.
- Existing
savs-redis.json,worth.json, andshops.jsonfiles will automatically migrate to the new formats. Savs-Redis-Libis no longer required as a standalone mod and can be safely deleted.
Changes & Improvements
API Precision & Cents Scaling
Fixed an issue where mod integrations (like Mob Money) would cause player balances to be rounded down to the nearest whole dollar.
Enhanced UI Compatibility (Sanitization)
Improved robustness when entering prices in external mod UI menus (e.g., the Anvil menu in Universal Shops).
- You can now submit prices that include the
$symbol or common formatting characters (like commas) without causing errors.
Full Changelog
Savs Common Economy 1.6.2
alpha28 марта 2026 г.Savs Common Economy v1.6.2 Release Notes
⚠️ Important
If you are updating from 1.5.1 (1.21.10/1.21.11): The 1.6.1 update was a full rewrite to support Minecraft 26.1.
While it is fully backward compatible, we recommend backing up your config folder and database (if using one) before upgrading.
- Your existing
savs-redis.json,worth.json, andshops.jsonfiles will automatically migrate to the new formats. Savs-Redis-Libis no longer required as a standalone mod and can be safely deleted.
This is a targeted hotfix for API notifications.
Please report any bugs or issues on the Issue Tracker.
Changes & Improvements
Action Bar API Notifications
Fixed Action Bar support for external mod interactions. When 3rd-party mods (like Mob Money) update a player's balance via the Common Economy API, the player will now receive a clean [Economy] notification.
- You can toggle between Chat and Action Bar using the
apiNotificationModesetting in the config.
Full Changelog
Savs Common Economy 1.6.1
alpha27 марта 2026 г.Savs Common Economy v1.6.1 Release Notes
⚠️ Important
If you are updating an existing server: This update is a full rewrite to support Minecraft 26.1.
While it is fully backward compatible, we recommend backing up your config folder and database (if using one) before upgrading.
- Your existing
savs-redis.json,worth.json, andshops.jsonfiles will automatically migrate to the new formats. Savs-Redis-Libis no longer required as a standalone mod and can be safely deleted.
Please report any bugs or issues on the Issue Tracker.
New Features
Minecraft 26.1 Support
The entire codebase has been ported and rewritten for Minecraft 26.1.
Native Redis Synchronization
Redis PubSub for cross-server balance synchronization is now built natively into the core mod.
Permissions System
The mod has been updated to interface with the Fabric Permissions API v0.7.0. You can securely control access to all commands via mods like LuckPerms. A permissions.json configuration file has also been added as a fallback, letting you adjust the required Vanilla OP Level for commands if you aren't using an external permissions manager.
Buy & Sell Split Market
Server-direct trading has been expanded. We've added a /buy command to complement /sell. The worth.json configuration now separates buyPrices and sellPrices. When migrating from old versions, your new buyPrices will safely default to double your current sell rates.
Quality of Life
Event-Driven Shop Computations
Shop signs have been optimized to use an event-based system. They now only refresh exactly when stock is changed, eliminating the previous background looping scans.
Full Changelog
Compatibility: Minecraft 26.1 (Fabric) Server-Side Only: No client installation required
Savs Common Economy 1.5.1-1.21.11
alpha2 марта 2026 г.Savs Common Economy v1.5.1 Release Notes
⚠️ Important
If you are updating an existing server: Any existing chest shops that sell items with NBT/custom data (e.g., custom named items, enchanted gear, potions, modded items like Bank Notes) must be destroyed and recreated by the shop owner after updating to v1.5.1.
While this update safely loads your old shops, the previously saved data for those complex items is already permanently lost from the old JSON file. Recreating the shop lets the new serializer properly capture and save the item components!
Bug Fixes
Chest Shop NBT Data Loss (Critical)
Fixed a major issue where items with complex custom components would lose their NBT/Component data and break upon a server restart.
- Full Custom Item Support: There was an oversight where the mod was previously failing to actually save the custom data (NBT) for items in chest shops. Now, all complex custom data (like enchantments, custom names, and potion effects) is accurately captured and saved.
- Backward Compatibility: Your existing server shops will continue to load perfectly fine without any manual file editing required! Plain items will continue working seamlessly.
Quality of Life
Shop Info
The /shop info command has been updated to display the item ID alongside the display name.
Full Changelog
Compatibility: Minecraft 1.21.11 (Fabric) Server-Side Only: No client installation required
