Add bPermissions migration

This commit is contained in:
Luck
2016-09-03 18:15:52 +01:00
Unverified
parent cee96d7daa
commit 7970e2a1c6
13 changed files with 278 additions and 59 deletions
@@ -136,6 +136,13 @@ public interface LuckPermsPlugin {
*/
Object getService(Class clazz);
/**
* Used as a backup for migration
* @param playerName the players name
* @return a uuid if found, or null if not
*/
UUID getUUID(String playerName);
/**
* Checks if a plugin is loaded on the platform
* @param name the name of the plugin