SamJakob/SpiGUI

1.21.1 Incompatibility

DarkKnights22 opened this issue · 0 comments

1.21.1 changes org.bukkit.inventory.InventoryView from an abstract class to an interface. Hence, running the current version of SpiGUI results in:
java.lang.IncompatibleClassChangeError: Found interface org.bukkit.inventory.InventoryView, but class was expected at com.samjakob.spigui.menu.SGMenuListener.onAdjacentInventoryClick(SGMenuListener.java:221)