mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-12 13:43:57 +01:00
Add Denizen to lib folder
This commit is contained in:
parent
163de45dea
commit
dc32f197ee
BIN
lib/denizen-0.9.7-SNAPSHOT.jar
Normal file
BIN
lib/denizen-0.9.7-SNAPSHOT.jar
Normal file
Binary file not shown.
7
pom.xml
7
pom.xml
@ -74,14 +74,15 @@
|
||||
<dependency>
|
||||
<groupId>net.citizensnpcs</groupId>
|
||||
<artifactId>citizens</artifactId>
|
||||
<version>2.0.14-SNAPSHOT</version>
|
||||
<version>2.0.16-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.aufdemrand</groupId>
|
||||
<artifactId>denizen</artifactId>
|
||||
<version>0.9.6-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
<version>0.9.7-SNAPSHOT</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/lib/denizen-0.9.7-SNAPSHOT.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.milkbowl.vault</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user