
GUI Shop by Rickiewars
GuiShop is a Fabric server-side mod to create and manage GUI shops in Minecraft. It comes with its own economy but also integrates seamlessly with other economy providers. GuiShop is based on the works of UnsafeDodo, adapted and extended to fit my needs.
Список изменений
GUIShop V2.0
Version 2.0 focuses on long-term stability, maintainability, and extensibility.
From this release onward, new features are developed with automated tests in place. Most core logic is now covered by tests (current code coverage: 41%), and care is taken to avoid breaking existing installations. Where changes are required, migrations are provided to ensure smooth upgrades.
New features
- Shop selection menu: a new menu allows players to select which shop to open.
- New command aliases: /shop, /buy, and /trade now open the shop selection menu. These aliases are registered only if they are not already used by another mod, preventing conflicts.
- Multiple currencies per shop: shops can now use multiple currencies, and the balance of all currencies is shown when hovering over the currency slot.
This release is considered stable and suitable for production use. Future development may introduce new features. Support will be limited to major issues.
Full Changelog: https://github.com/rickiewars/gui-shop/compare/1.4.10+1.21.5...2.0.0+1.21.5
