You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CartographyTableGuigui = newCartographyTableGui("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
The text was updated successfully, but these errors were encountered:
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
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
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
The text was updated successfully, but these errors were encountered: