Fix bug with money when buy/selling entry
SDM Shop 6.10.0
Networking
- The synchronization system has been changed, which allows you to synchronize individual parts rather than the entire element.
- Now the tab items are sent individually instead of as a whole as before. This should fix the problem where players were thrown out due to exceeding the sending limit.
Shop Economy
- The ability to sell and buy goods for items has been added, and work has begun on adding multiple currencies.
- [W.I.P] An API has been added that allows you to integrate other currencies
Fix
- Fixed an issue where the store might not be displayed.
- Fixed an issue with selling items. Previously, a bug might have appeared in which the pickup items could not be sold.
- Fixed the rendering of items for tabs
- Fixed non-working localizations
Plan for further updates
- Add support for creating multiple stores. Which will allow them to be used for NPCs
- The ability to create a store by players
- Add integration with Craft Tweaker and improve KubeJS
- Add special offers that may appear periodically and they are configured by administrators or modpack developers
- Customization support
- Support for multiple currencies
- Adding a new Modern++ style
- [W.I.P] Code optimization and readability improvement
Fixed if KubeJS not installed! Fixed swap position on ShopEntry
Reworked sync system
Now data is sent to stores via a tab rather than a shared file alone, as it was before.
Add Limiter to Tabs
Fix locking for Tabs
Fix KubeJS support. Now when you change price or any params he resync for all clients
Add support {player} prefix in Command Type Add global limiter Fix KubeJS Support
Add KubeJS support
Add shop Limiter Fix sound when buy entry Fix Search Method
Add Ignore NBT to Item Entry Add KubeJS support Fix sell functins