mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2025-08-17 00:55:45 +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>
|
||||
<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>
|
@ -17,6 +17,8 @@ Settings:
|
||||
FactionsUUID: false
|
||||
## Respect Lands areas (https://www.spigotmc.org/resources/lands.53313/)
|
||||
Lands: false
|
||||
## Respect Residence areas (https://www.spigotmc.org/resources/residence.11480/)
|
||||
Residence: false
|
||||
## Output to console some debugging info
|
||||
Debugger: false
|
||||
## Amount of chunks to preload around a safe location
|
||||
|
Loading…
x
Reference in New Issue
Block a user