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
I've used SmartInvs and it works quite well. It was only when I changed the API of my plugin from spigot to paper that I noticed that Maven compiles the Minecraft server afterwards.
So I looked in the pom.xml of SmartInvs and found:
Hi there,
I've used SmartInvs and it works quite well. It was only when I changed the API of my plugin from spigot to paper that I noticed that Maven compiles the Minecraft server afterwards.
So I looked in the pom.xml of SmartInvs and found:
That means I need to override the spigot-api with the scope provided so it doesn't compile with:
As I said before, when I use the Paper API, the server is compiled with:
Is that intentional, or is it a mistake?
I would like to know, because the server already has the classes :D, so the plugin doesn't need to compile them, does it?
-Siro
The text was updated successfully, but these errors were encountered: