mirror of
https://github.com/BGHDDevelopment/PlayerBalancer.git
synced 2024-11-19 01:05:14 +01:00
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
This commit is contained in:
parent
6c857a5bde
commit
1a9ab68bd8
@ -71,7 +71,8 @@
|
||||
<dependency>
|
||||
<groupId>de.simonsator</groupId>
|
||||
<artifactId>BungeecordPartyAndFriends</artifactId>
|
||||
<version>1.0.85</version>
|
||||
<version>1.0.86</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.md-5</groupId>
|
||||
@ -88,11 +89,10 @@
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.jaimemartz.playerbalancer</groupId>
|
||||
<artifactId>PlayerBalancer</artifactId>
|
||||
<version>2.3.0-SNAPSHOT</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/release/PlayerBalancer-2.3.0.jar</systemPath>
|
||||
<groupId>com.jaimemartz</groupId>
|
||||
<artifactId>playerbalancer</artifactId>
|
||||
<version>2.3.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
Loading…
Reference in New Issue
Block a user