NichtStudioCode / InvUI

A spigot library for creating custom inventory-based GUIs.
MIT License
242 stars 19 forks source link

Erorr when enable my plugin with invui #60

Closed rageyh closed 8 months ago

rageyh commented 8 months ago

I'm using the Invui library and when I try to create an item with ItemBuilder it gives me this error, what can I do?

image

NichtStudioCode commented 8 months ago

Are you using gradle shadow's minimize() function? If so, don't.

rageyh commented 8 months ago

oh ok, thats work. thanks

rageyh commented 8 months ago

there is another small bug, when there is a split window open in a player and the server stops with the inventory open, this causes the gui elements to remain below the player as if not deleting them.

NichtStudioCode commented 8 months ago

Please create a separate issue for that