kangarko / Foundation

Foundation™ helps you create highly customized Minecraft plugins (based on Spigot/Paper API) that support multiple MC versions.
https://mineacademy.org
305 stars 63 forks source link

1.20.1 Error NoClassDefFoundError #282

Closed S1mplicitty closed 3 months ago

S1mplicitty commented 3 months ago

My plugin uses your framework, an error appears when starting the server with the plugin: https://pastebin.com/NHb3ZWtX . Main plugin class extending SimplePlugin. Pom.xml https://pastebin.com/Td9Qpzfh

kangarko commented 3 months ago

Shade Foundation in your plugin's jar as per our README.me instructions. Use the pom.xml from github.com/kangarko/plugintemplate since you also need to configure includesPath which we provide as an example there.