Moved WEPIF to the com.sk89q.wepif package and made PermissionsResolverManager a singleton
Added OfflinePlayer permissions fetching methods to WEPIF
This commit is contained in:
@@ -19,8 +19,7 @@
|
||||
|
||||
package com.sk89q.bukkit.migration;
|
||||
|
||||
public interface PermissionsResolver extends PermissionsProvider {
|
||||
public void load();
|
||||
|
||||
public String getDetectionMessage();
|
||||
@Deprecated
|
||||
public interface PermissionsResolver extends com.sk89q.wepif.PermissionsResolver {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user