mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2025-08-17 17:15:47 +00:00
compiling fix + residence added to config.yml
This commit is contained in:
parent
4e62c743cb
commit
36dbe9d49d
13
pom.xml
13
pom.xml
@ -86,6 +86,11 @@
|
|||||||
<id>factions-uuid</id>
|
<id>factions-uuid</id>
|
||||||
<url>http://ci.ender.zone/plugin/repository/everything/</url>
|
<url>http://ci.ender.zone/plugin/repository/everything/</url>
|
||||||
</repository>
|
</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>
|
</repositories>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!--Spigot API-->
|
<!--Spigot API-->
|
||||||
@ -170,13 +175,5 @@
|
|||||||
<version>4.9.4</version>
|
<version>4.9.4</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</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>
|
</dependencies>
|
||||||
</project>
|
</project>
|
@ -17,6 +17,8 @@ Settings:
|
|||||||
FactionsUUID: false
|
FactionsUUID: false
|
||||||
## Respect Lands areas (https://www.spigotmc.org/resources/lands.53313/)
|
## Respect Lands areas (https://www.spigotmc.org/resources/lands.53313/)
|
||||||
Lands: false
|
Lands: false
|
||||||
|
## Respect Residence areas (https://www.spigotmc.org/resources/residence.11480/)
|
||||||
|
Residence: false
|
||||||
## Output to console some debugging info
|
## Output to console some debugging info
|
||||||
Debugger: false
|
Debugger: false
|
||||||
## Amount of chunks to preload around a safe location
|
## Amount of chunks to preload around a safe location
|
||||||
|
Loading…
x
Reference in New Issue
Block a user