Updated Dependencies

Fixed happyVillager packet
This commit is contained in:
Blackvein 2013-12-05 14:56:25 -08:00
parent d4bec75247
commit 1935030a83
11 changed files with 3 additions and 16 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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>

View File

@ -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:

View File

@ -41,7 +41,7 @@ public enum ParticleEffect {
SLIME("slime"),
HEART("heart"),
ANGRY_VILLAGER("angryVillager"),
HAPPY_VILLAGER("happerVillager"),
HAPPY_VILLAGER("happyVillager"),
ICONCRACK("iconcrack_"),
TILECRACK("tilecrack_");