Change how to compile with multiverse-core

This commit is contained in:
Xephi59 2015-06-17 22:26:58 +02:00
parent 308b07bb37
commit 517781973b
2 changed files with 9 additions and 7 deletions

BIN
libs/Multiverse-Core.jar Normal file

Binary file not shown.

16
pom.xml
View File

@ -204,13 +204,6 @@
<scope>provided</scope>
</dependency>
<!-- Multi World plugin, http://www.spigotmc.org/resources/multiverse-core.390/ -->
<dependency>
<groupId>com.onarandombox.multiversecore</groupId>
<artifactId>Multiverse-Core</artifactId>
<version>2.5</version>
</dependency>
<!-- EssentialsX, a fork of Spigot Essentials (1.8) with fixes and optimizations, https://github.com/drtshock/Essentials/ -->
<dependency>
<groupId>net.ess3</groupId>
@ -265,6 +258,15 @@
<scope>system</scope>
<systemPath>${project.basedir}/libs/Citizens.jar</systemPath>
</dependency>
<!-- Multi World plugin, http://www.spigotmc.org/resources/multiverse-core.390/ -->
<dependency>
<groupId>com.onarandombox.multiversecore</groupId>
<artifactId>Multiverse-Core</artifactId>
<version>2.5</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/Multiverse-Core.jar</systemPath>
</dependency>
<!-- Old version of xAuth by Cypherx -->
<dependency>