mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-04-12 19:06:03 +00:00
compiling fix + residence added to config.yml
This commit is contained in:
13
pom.xml
13
pom.xml
@@ -86,6 +86,11 @@
|
||||
<id>factions-uuid</id>
|
||||
<url>http://ci.ender.zone/plugin/repository/everything/</url>
|
||||
</repository>
|
||||
<!-- Residence v4.9.1.9 (https://www.spigotmc.org/resources/residence.11480/) (LOCAL REPO) -->
|
||||
<repository>
|
||||
<id>residence-repo</id>
|
||||
<url>file:${project.basedir}/LocalJars/Residence4.9.1.9.jar</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<dependencies>
|
||||
<!--Spigot API-->
|
||||
@@ -170,13 +175,5 @@
|
||||
<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