Item Duplication With Chest Sort
TylorTurner opened this issue · 4 comments
Server Version
1.20.4
Resource Version
v6.0.7
Dump Information
g
Describe The Bug
Using the "Double-Right-Click outside inventory" duplicates inventory items.
https://www.spigotmc.org/resources/chestsort-api.59773/
https://github.com/mfnalex/ChestSort/blob/master/HOW_TO_USE_API.md
Expected Behavior
Item to remain in inventory, currently it works fine with most features from chestsort and CMI clear.
Steps To Reproduce
Make an itemjoin item
install chestsort plugin
open chest and use "Double-Right-Click outside inventory"
Additional Info
No response
Checklist
- I am running latest version of this resource.
- I have read the wiki to make sure it's not an issue with configuration.
- I ticked all of these boxes without actually reading them.
- I have checked that my bug report is unique and a previous report does not exist.
Thanks for the video, very odd as ItemJoin items are explicitly denied any ChestSort functionality via the hook I made into their API;
Either something is borked with their API or I missed something that has changed.
Testing this now, I'll let you know what I find.
Confirmed, seems to be a bug on their end as if you perform it really really slowly it works fine. It seems whatever they do handling their event can't keep up with the inventory contents they are returning.
I simply just fetched the player inventory manually instead of relying on their event and it seems to work perfectly fine now.
Thanks for letting me know!~
Link; https://ci.craftationgaming.com/downloads
Remember to remove your old ItemJoin.jar file
Let me know!~
EDIT:
The official release is now available.
Link; https://www.spigotmc.org/resources/itemjoin.12661/download?version=557378