added Lands and Residence support

This commit is contained in:
SuperRonanCraft
2020-10-05 10:31:20 -04:00
parent e6e32c7621
commit 4e62c743cb
6 changed files with 95 additions and 31 deletions

22
pom.xml
View File

@@ -6,7 +6,7 @@
<groupId>me.SuperRonanCraft</groupId>
<artifactId>BetterRTP</artifactId>
<version>2.14.2</version>
<version>2.14.3</version>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
@@ -86,11 +86,6 @@
<id>factions-uuid</id>
<url>http://ci.ender.zone/plugin/repository/everything/</url>
</repository>
<!--repository>
<id>residence</id>
<url>https://github.com/Zrips/Residence/tree/master/src</url>
<releases><enabled>true</enabled></releases>
</repository-->
</repositories>
<dependencies>
<!--Spigot API-->
@@ -168,5 +163,20 @@
<version>1.6.9.5-U0.5.16</version>
<scope>provided</scope>
</dependency>
<!-- Lands (https://www.spigotmc.org/resources/lands.53313/) -->
<dependency>
<groupId>com.github.angeschossen</groupId>
<artifactId>LandsAPI</artifactId>
<version>4.9.4</version>
<scope>provided</scope>
</dependency>
<!-- Residence v4.9.1.9 (https://www.spigotmc.org/resources/residence.11480/) (LOCAL REPO) -->
<dependency>
<groupId>com.zrips</groupId>
<artifactId>residence</artifactId>
<version>4.9.1.9</version>
<scope>system</scope>
<systemPath>${project.basedir}/LocalJars/Residence4.9.1.9.jar</systemPath>
</dependency>
</dependencies>
</project>