mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-12-25 05:07:46 +01:00
Use the correct dependency for Party and Friends
Previously the wrong dependency was used for Party and Friends Extended for Spigot. I added the official repository and changed the dependency to the correct one.
This commit is contained in:
parent
9eb9abc6e4
commit
82b78febbb
@ -121,6 +121,11 @@
|
|||||||
<url>https://repo.dmulloy2.net/repository/public/</url>
|
<url>https://repo.dmulloy2.net/repository/public/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<!-- Party and Friends Repository -->
|
||||||
|
<repository>
|
||||||
|
<id>simonsators Repo</id>
|
||||||
|
<url>https://simonsator.de/repo</url>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -199,9 +204,10 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Party plugins -->
|
<!-- Party plugins -->
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>de.simonsator</groupId>
|
<groupId>de.simonsator</groupId>
|
||||||
<artifactId>PartyAndFriends</artifactId>
|
<artifactId>DevelopmentPAFSpigot</artifactId>
|
||||||
<version>1.0.65</version>
|
<version>1.0.65</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user