Accept Strings as inputs instead of UUIDs.
This leaves options for other plugins to hook into us to use our vault operations. I did a first shot of this with FactionsUUID. * This needs to be tested more in depth before being pushed to a release version as it changes how we handle a lot of our dupe checks.
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
|
||||
<groupId>com.drtshock</groupId>
|
||||
<artifactId>PlayerVaults</artifactId>
|
||||
<version>3.5.8-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<name>PlayerVaults</name>
|
||||
<url>http://dev.bukkit.org/bukkit-plugins/playervaults/</url>
|
||||
<url>http://dev.bukkit.org/pancakes/playervaults/</url>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
||||
Reference in New Issue
Block a user