GUI will become invalid if it is opened in a CloseHandler. #85
Answered by
NichtStudioCode
Aug 6, 2024
Replies: 1 comment
|
Spigot does not fire click events for inventories that were opened during InventoryCloseEvent. A workaround would be to use the Bukkit scheduler to open the new window a tick later. |
0 replies
Answer selected by
YKDZ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Spigot does not fire click events for inventories that were opened during InventoryCloseEvent. A workaround would be to use the Bukkit scheduler to open the new window a tick later.