Hello there everyone! We bring another update containing a lot of information. This update is extremely recommended to be used as it fixes a bunch of possible issues with the plugin.
- Fixed a bug where adding items to a backpack through the external API would sometimes cause a desync, by updating the container of the backpack on more actions
- Fixed an issue with an optimization check executed on the fitting function (which decides if an item should fit in a backpack) caused by API access
- Modified the API such that getItems now returns an unmodifiable map, meaning no more invalid access by the API should be possible.
- Fixed a bug with items inside the backpack being modified while the backpack is open
- Updated AutoSell hook to match the new API
- Updated ShopGuiPlus hook to match the API