Netherboard
Netherboard copied to clipboard
Error importing Netherboard API maven
Hello good, I have a problem importing the netherboard dependency in maven I get this error, is there any solution? Thank you
https://gyazo.com/3d42a3fb4995f9ba56bf4f9e09a07da0
Dependency 'fr.minuskube:netherboard-bukkit:1.1.3' not found
Hi, maybe your IDE suggests to import the dependency somewhere? Or maybe your Maven is offline and can't reach the Maven Central server
I can get nothing from importing anything, the fact that the server is disconnected is very rare since I have already imported spigot and the luckperms plugin and everything is fine, but if it is true that the same thing happened to me as your plugin with the Vault and I have not found solution on this. I'm going to try to check if my project is failing by creating another one from scratch.
You need to import the maven, otherwise it don't work. I see you using Intellij: File > Project structure > Libaries > + > Import maven > andn then copy the link and paste it there > ok > apply > It works!
I guess the developer don't know this.
I know its 10 months old.
<repository>
<id>maven</id>
<url>https://mvnrepository.com/artifact/</url>
</repository>
add this in the