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
When a player clicks on an item in the banner menu during a game, the following error is thrown in the console:
java.lang.IncompatibleClassChangeError: Method 'org.bukkit.block.banner.PatternType[] org.bukkit.block.banner.PatternType.values()' must be Methodref constant
at plugily.projects.buildbattle.handlers.menu.registry.banner.BannerMenu.prepareLayerStageGui(BannerMenu.java:107)
at plugily.projects.buildbattle.handlers.menu.registry.banner.BannerMenu.(BannerMenu.java:63)
at plugily.projects.buildbattle.handlers.menu.registry.banner.BannerMenu.(BannerMenu.java:56)
at plugily.projects.buildbattle.handlers.menu.registry.banner.BannerCreatorOption$1.onClick(BannerCreatorOption.java:52)
...
The text was updated successfully, but these errors were encountered:
When a player clicks on an item in the banner menu during a game, the following error is thrown in the console:
java.lang.IncompatibleClassChangeError: Method 'org.bukkit.block.banner.PatternType[] org.bukkit.block.banner.PatternType.values()' must be Methodref constant
at plugily.projects.buildbattle.handlers.menu.registry.banner.BannerMenu.prepareLayerStageGui(BannerMenu.java:107)
at plugily.projects.buildbattle.handlers.menu.registry.banner.BannerMenu.(BannerMenu.java:63)
at plugily.projects.buildbattle.handlers.menu.registry.banner.BannerMenu.(BannerMenu.java:56)
at plugily.projects.buildbattle.handlers.menu.registry.banner.BannerCreatorOption$1.onClick(BannerCreatorOption.java:52)
...
The text was updated successfully, but these errors were encountered: