Add FactionsBridge Support (#145)

This commit is contained in:
TechnicallyCoded
2023-06-12 15:04:36 +02:00
committed by GitHub
parent 3b34dd7d90
commit 1126518121
4 changed files with 35 additions and 1 deletions

10
pom.xml
View File

@@ -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 -->