Skip to content

Commit 1a9ab68

Browse files
committed
Don't shade Party And Friends
* This prevents party and friends to be shaded into the produced jar, which may cause that bungeecord loads the included version of party and friends instead of the correct one from the plugins folder * Also playerbalancer is now a normal maven dependency
1 parent 6c857a5 commit 1a9ab68

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

partyandfriendsaddon/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
<dependency>
7272
<groupId>de.simonsator</groupId>
7373
<artifactId>BungeecordPartyAndFriends</artifactId>
74-
<version>1.0.85</version>
74+
<version>1.0.86</version>
75+
<scope>provided</scope>
7576
</dependency>
7677
<dependency>
7778
<groupId>net.md-5</groupId>
@@ -88,11 +89,10 @@
8889
<scope>provided</scope>
8990
</dependency>
9091
<dependency>
91-
<groupId>com.jaimemartz.playerbalancer</groupId>
92-
<artifactId>PlayerBalancer</artifactId>
93-
<version>2.3.0-SNAPSHOT</version>
94-
<scope>system</scope>
95-
<systemPath>${project.basedir}/release/PlayerBalancer-2.3.0.jar</systemPath>
92+
<groupId>com.jaimemartz</groupId>
93+
<artifactId>playerbalancer</artifactId>
94+
<version>2.3.1-SNAPSHOT</version>
95+
<scope>provided</scope>
9696
</dependency>
9797
</dependencies>
9898
</project>

0 commit comments

Comments
 (0)