Jump to content

[1.12.2] Items vanishing from Player inventory when closing Custom GUI


kid2407

Recommended Posts

I currently have the following setup:

  1. Player opens a GUI via the /gui command
  2. The inventory opens with some generated ItemStacks (Banner)
  3. Player clicks on the banners and they get added to their inventory via player.addItemStackToInventory()
  4. Player closes the GUI when done

The player now seems to have the items in their inventory, but when you try to interact with them the inventory gets "updated" and the added Items vanish.

Why does this happen and how can I prevent it?

 

The code can be found here.

 

Edit: Just noticed the Code on GitHub isn't up to date, I will update it when I get home.

Edited by kid2407
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.