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 GUIS don't sync the player inventory (1.19.4/1.20) #480

Open
Owen1212055 opened this issue Jun 13, 2023 · 1 comment
Open

Inventory GUIS don't sync the player inventory (1.19.4/1.20) #480

Owen1212055 opened this issue Jun 13, 2023 · 1 comment
Labels

Comments

@Owen1212055
Copy link

Owen1212055 commented Jun 13, 2023

CartographyTableGui gui = new CartographyTableGui("Click the Emerald Block");
gui.show(bukkitPlayer);

Attempting to interact with the player inventory causes desync issues. This is an issue with a large amount of inventory guis.
(Tested with enchantment gui, beacon gui, and cartography gui)

Screen.Recording.2023-06-13.at.12.59.37.AM.mov
@NoahvdAa NoahvdAa added the bug label Jun 13, 2023
@Owen1212055
Copy link
Author

Owen1212055 commented Jun 15, 2023

The main issue is the buggy behavior in the GUI. My issue is I was directly setting items using setItem, so they weren't displaying. So although I can now get them to display correctly, there appears to be desync issues within the GUI itself.

EDIT: This also seems to be an issue with a large amount of inventories, tested with enchantment table gui too.

@Owen1212055 Owen1212055 changed the title CartographyTableGui doesn't work (1.19.4) Inventory GUIS don't sync the player inventory (1.19.4/1.20) Jun 15, 2023
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

2 participants