Change how to compile with multiverse-core
This commit is contained in:
Binary file not shown.
@@ -204,13 +204,6 @@
|
|||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</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/ -->
|
<!-- EssentialsX, a fork of Spigot Essentials (1.8) with fixes and optimizations, https://github.com/drtshock/Essentials/ -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.ess3</groupId>
|
<groupId>net.ess3</groupId>
|
||||||
@@ -266,6 +259,15 @@
|
|||||||
<systemPath>${project.basedir}/libs/Citizens.jar</systemPath>
|
<systemPath>${project.basedir}/libs/Citizens.jar</systemPath>
|
||||||
</dependency>
|
</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 -->
|
<!-- Old version of xAuth by Cypherx -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.cypherx</groupId>
|
<groupId>com.cypherx</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user