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
in spigot 1.12
PacketPlayOutWindowItems
returns List instead of Array
please change your code
public ItemStack[] getItems() {
return handle.getItemListModifier().read(0).toArray(new ItemStack[0]);
}