mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-27 04:55:33 +01:00
updated PBukkit lib to 1.6
This commit is contained in:
parent
dee9431f35
commit
e1d28d1a7f
Binary file not shown.
BIN
lib/PermissionsBukkit.jar
Normal file
BIN
lib/PermissionsBukkit.jar
Normal file
Binary file not shown.
4
pom.xml
4
pom.xml
@ -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>
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user