NichtStudioCode / InvUI

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

NoClassDefFoundError: xyz/xenondevs/invui/item/ItemProvider on Spigot 1.20 #55

Closed shradinx closed 10 months ago

shradinx commented 10 months ago

I received a ClassNotFoundException in my server console upon loading my plugin. The full console error, my plugin code, and the repositories + dependencies section of my build.gradle have been linked below. Any ideas as to why the plugin is not loading? It loads fine when I comment out the code containing the InvUI API.

Server is Spigot 1.20, and I am using InvUI 1.23

image image image

xGlenor commented 10 months ago

@shradinx Hi, how did you fix it?