Merge pull request #67 from sgdc3/master

Fixed Multiverse scope
This commit is contained in:
Alexandre Vanhecke 2015-06-18 00:21:31 +02:00
commit 5656a74b00

10
pom.xml
View File

@ -203,10 +203,12 @@
<!-- 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>
<groupId>com.onarandombox.multiversecore</groupId>
<artifactId>Multiverse-Core</artifactId>
<version>2.5</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<!-- Essentials plugin-->
<dependency>