Hello, I'm trying to install the maven package for bukkit: https://mvnrepository.com/artifact/org.bukkit/bukkit But I get this error: https://i.imgur.com/fhvhsXq.png Do anyone have an idea or more info about it ? Thanks ! Best Regards, TheHellTower.
Will it work with craftbukkit servers ? I'm running one for testing and I wanted it to be for sure compatible with bukkit.
Okay thank you I will try, I found something saying Spigot is only a fork and optimized version and made to stay compatible with Bukkit. P.S: Don't lock the thread I might post one or more new messages if I get everything solved + compatibility working.
@TheHellTower Spigot is not just optimized, methods are different, so be careful with that. And not locking this myself, will be locked automatically when you don't use it anymore for a bunch of days.
Okay so I made some tests and it looks like it's working under bukkit servers ! Refs(Thanks @timtower): https://www.spigotmc.org/wiki/spigot-maven/ You can now lock the thread
Check the version of Maven: Make sure you have the current version of Maven installed. Sometimes problems can arise from version incompatibilities. Try updating Maven to the latest version and try again. Check your proxy settings: If you have a network set up using a proxy server, make sure the proxy settings are correct in the Maven settings.xml file. Also check if the repository you are trying to download the package from is available. Check your internet connection: Make sure you have a stable internet connection. If your connection is unstable or limited, it can cause problems downloading packages from remote repositories. Check dependencies: Make sure that all required dependencies are listed correctly in the pom.xml file of the project. If any dependencies are missing or specified with the wrong version, this can cause package loading errors.