Change compilation from craftbukkit to spigot

This commit is contained in:
vanhec_a 2015-01-03 18:30:44 +01:00
parent 7a19a1ce78
commit 2d148860d5
2 changed files with 4 additions and 4 deletions

BIN
lib/Spigot.jar Normal file

Binary file not shown.

View File

@ -23,11 +23,11 @@
<version>3.5-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.7.10-R0.1-SNAPSHOT</version>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.8-R0.1-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/CraftBukkit.jar</systemPath>
<systemPath>${project.basedir}/lib/Spigot.jar</systemPath>
</dependency>
<dependency>
<groupId>net.milkbowl.vault</groupId>