Home

Published

- 1 min read

maven worldguard

img of maven worldguard

The solution for this is noted below

maven worldguard

Solution

   <repository>
			<id>sk89q-repo</id>
			<url>http://maven.sk89q.com/repo/</url>
</repository>

<dependency>
			<groupId>com.sk89q</groupId>
			<artifactId>worldguard</artifactId>
			<version>LATEST</version>
			<scope>provided</scope>
			<type>jar</type>
</dependency>

Try other methods by searching on the site. That is if this doesn’t work