mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-04-17 05:50:23 +00:00
Add FactionsBridge Support (#145)
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -157,6 +157,10 @@
|
||||
<id>devmart-other</id>
|
||||
<url>https://nexuslite.gcnt.net/repos/other/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>devmart-public</id>
|
||||
<url>https://nexuslite.gcnt.net/repos/public/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<dependencies>
|
||||
<!--Spigot API-->
|
||||
@@ -337,6 +341,12 @@
|
||||
<version>0.2.3-legacy-support</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.dansplugins.factionsystem</groupId>
|
||||
<artifactId>FactionsBridge</artifactId>
|
||||
<version>1.3.8</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- CAN BE UNCOMMENTED IF YOU HAVE ACCESS TO THE PLUGIN -->
|
||||
<!-- Private Repoed -->
|
||||
<!-- This is uploaded to our private repo on https://repo.ronanplugins.com -->
|
||||
|
||||
Reference in New Issue
Block a user