This commit is contained in:
HappyPikachu 2015-03-12 21:30:24 -04:00
parent 93e7525232
commit fad1135cbd
1 changed files with 3 additions and 2 deletions

View File

@ -37,9 +37,10 @@
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<artifactId>spigot18</artifactId>
<version>1.8-R0.1-SNAPSHOT</version>
<scope>provided</scope>
<scope>system</scope>
<systemPath>${project.basedir}/lib/craftbukkit-1.8.jar</systemPath>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>