mirror of
https://github.com/PikaMug/Quests.git
synced 2025-02-22 07:21:46 +01:00
Updated Dependencies
Fixed happyVillager packet
This commit is contained in:
parent
d4bec75247
commit
1935030a83
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lib/denizen-0.9.3-SNAPSHOT.jar
Normal file
BIN
lib/denizen-0.9.3-SNAPSHOT.jar
Normal file
Binary file not shown.
BIN
lib/mcMMO.jar
BIN
lib/mcMMO.jar
Binary file not shown.
4
pom.xml
4
pom.xml
@ -32,14 +32,14 @@
|
||||
<artifactId>citizens</artifactId>
|
||||
<version>2.0.9-SNAPSHOT</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/lib/citizensapi-2.0.9-SNAPSHOT.jar</systemPath>
|
||||
<systemPath>${project.basedir}/lib/citizensapi-2.0.11-SNAPSHOT.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.aufdemrand</groupId>
|
||||
<artifactId>denizen</artifactId>
|
||||
<version>0.9.2-SNAPSHOT</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/lib/denizen-0.9.2-SNAPSHOT.jar</systemPath>
|
||||
<systemPath>${project.basedir}/lib/denizen-0.9.3-SNAPSHOT.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.milkbowl.vault</groupId>
|
||||
|
@ -1,13 +0,0 @@
|
||||
Heroes support
|
||||
Requirements
|
||||
heroes-primary-class:
|
||||
heroes-secondary-class:
|
||||
Rewards
|
||||
heroes-exp-classes:
|
||||
heroes-exp-amounts:
|
||||
PhatLoots support
|
||||
Rewards
|
||||
phat-loots:
|
||||
WorldGuard support
|
||||
Quest Attributes
|
||||
region:
|
@ -41,7 +41,7 @@ public enum ParticleEffect {
|
||||
SLIME("slime"),
|
||||
HEART("heart"),
|
||||
ANGRY_VILLAGER("angryVillager"),
|
||||
HAPPY_VILLAGER("happerVillager"),
|
||||
HAPPY_VILLAGER("happyVillager"),
|
||||
ICONCRACK("iconcrack_"),
|
||||
TILECRACK("tilecrack_");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user