mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-04-10 09:56:04 +00:00
added Lands and Residence support
This commit is contained in:
22
pom.xml
22
pom.xml
@@ -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>
|
||||
Reference in New Issue
Block a user