updated PBukkit lib to 1.6

This commit is contained in:
Sleaker 2012-03-15 00:47:59 -07:00
parent dee9431f35
commit e1d28d1a7f
4 changed files with 4 additions and 4 deletions

Binary file not shown.

BIN
lib/PermissionsBukkit.jar Normal file

Binary file not shown.

View File

@ -156,9 +156,9 @@
<dependency>
<groupId>com.platymuus.bukkit.permissions.PermissionsPlugin</groupId>
<artifactId>PermissionsBukkit</artifactId>
<version>1.2</version>
<version>1.6</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/PermissionsBukkit-1.2.jar</systemPath>
<systemPath>${project.basedir}/lib/PermissionsBukkit.jar</systemPath>
</dependency>
<dependency>
<groupId>com.palmergames.bukkit.towny.Towny</groupId>

View File

@ -44,8 +44,8 @@ public interface Economy {
/**
* Format amount into a human readable String This provides translation into
* economy specific formatting to improve consistency between plugins.
* Should be used when possible.
* economy specific formatting to improve consistency between plugins.
*
* @param amount
* @return Human readable string describing amount
*/