-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inventory Tweaks - Item Dupe #5
Comments
Well, it takes some time for me to solve this problem and it may not have a perfect solution. The reason is that the plugin could only modify the behavior of the server side while it has no power for the client side modification. InvTweaks may always think that items could be dragged to the player's inventory though the event will be cancelled by the server side. I should take some time to understand InvTweaks' behavior by capturing the packet or viewing the source code of InvTweaks or other technical methods. |
Just remove InventoryTweaks from the server. |
...InventoryTweaks is a client side mod. Meaning the server doesn't have it, but players do. In the end, it needs to be a fix with virtual chest. You should add full details of how to replicate this issue here, so that zzzz can try to see what the problem is as someone on the forum wasn't able to do it. |
It's not a thing to VirtualChest fix, however it can try. If the server doesn't have InventoryTweaks, there is no way to steal items from the GUI if the plugin is working. As InvTweaks is a client side mods, it doesn't remove the items from the GUI and gives to you if the server doesn't allow it, if the items aren't moveable so it shouldn't be a problem. |
When using this with a mod called inventory tweaks, it is possible to Space-Click all the items out of the chest therefore causing item dupe. Any way to stop this?
The text was updated successfully, but these errors were encountered: