Closed VerleneDodds closed 2 years ago
You need to use at least Java 17. Java 8 doesn't work.
Even with changing that java version it is still giving me the dependency not found error, do you have any other suggestions?
You are using the wrong version, use this with minecraft 1.18.2
<dependency>
<groupId>com.github.yannicklamprecht</groupId>
<artifactId>worldborderapi</artifactId>
<version>1.182.0</version>
</dependency>
yeah, I tried that one also, and am still having the same problem, I truly have zero clue what could be going on with it.
your pom works for me, assuming you are using pom.xml not pom.txt
Hello, I am trying to implement the WorldBorderAPI in my spigot plugin, and it's continuing to say "Dependency 'com.github.yannicklamprecht:worldborderapi:1.180.0' not found " could somebody take a look at my pom file and tell me if I've done something wrong? (Snippet of pom below, whole file also uploaded)
`
pom.txt