Add complete offline-mode support
This commit is contained in:
@@ -5,6 +5,7 @@ import me.lucko.luckperms.groups.GroupManager;
|
||||
import me.lucko.luckperms.tracks.TrackManager;
|
||||
import me.lucko.luckperms.users.UserManager;
|
||||
import me.lucko.luckperms.utils.LPConfiguration;
|
||||
import me.lucko.luckperms.utils.UuidCache;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.UUID;
|
||||
@@ -48,6 +49,12 @@ public interface LuckPermsPlugin {
|
||||
*/
|
||||
Logger getLogger();
|
||||
|
||||
/**
|
||||
* Retrieves the {@link UuidCache} for the plugin
|
||||
* @return the plugin's {@link UuidCache}
|
||||
*/
|
||||
UuidCache getUuidCache();
|
||||
|
||||
/**
|
||||
* @return the version of the plugin
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user