Add BungeeCord to library

This commit is contained in:
Xephi 2013-10-07 00:32:21 +02:00
parent 10584ff054
commit e6467eccf2
2 changed files with 7 additions and 0 deletions

BIN
lib/BungeeCord.jar Normal file

Binary file not shown.

View File

@ -121,6 +121,13 @@
<version>Pre2.9.4.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/Essentials.jar</systemPath>
</dependency>
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-api</artifactId>
<version>1.6.4-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/BungeeCord.jar</systemPath>
</dependency>
</dependencies>
</project>