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:
Simonsator 2022-08-20 01:28:03 +02:00
parent 9eb9abc6e4
commit 82b78febbb

View File

@ -121,6 +121,11 @@
<url>https://repo.dmulloy2.net/repository/public/</url>
</repository>
<!-- Party and Friends Repository -->
<repository>
<id>simonsators Repo</id>
<url>https://simonsator.de/repo</url>
</repository>
</repositories>
<dependencies>
@ -199,9 +204,10 @@
</dependency>
<!-- Party plugins -->
<dependency>
<groupId>de.simonsator</groupId>
<artifactId>PartyAndFriends</artifactId>
<artifactId>DevelopmentPAFSpigot</artifactId>
<version>1.0.65</version>
<scope>provided</scope>
</dependency>