Skip to content
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

Open
AlexMason opened this issue Mar 28, 2017 · 4 comments
Open

Inventory Tweaks - Item Dupe #5

AlexMason opened this issue Mar 28, 2017 · 4 comments
Labels

Comments

@AlexMason
Copy link

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?

@ustc-zzzz
Copy link
Member

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.

@Eufranio
Copy link

Eufranio commented Apr 4, 2017

Just remove InventoryTweaks from the server.

@tridaak
Copy link

tridaak commented Apr 5, 2017

...InventoryTweaks is a client side mod. Meaning the server doesn't have it, but players do.
You could try to block the mod, there are plugins that block certain mods, but if a player can successfully take items from the virtual chest with inventory tweaks, they could potentially edit inventory tweaks so it isn't recognized by the server.

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.

@Eufranio
Copy link

Eufranio commented Apr 5, 2017

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.

@ustc-zzzz ustc-zzzz added the bug label Jun 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants