Implement bungee messaging, CacheDataSource sync
This commit is contained in:
@@ -83,6 +83,10 @@ public class SessionService implements Reloadable {
|
||||
}
|
||||
}
|
||||
|
||||
public void revokeSession(String name) {
|
||||
database.revokeSession(name);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void reload() {
|
||||
this.isEnabled = service.getProperty(PluginSettings.SESSIONS_ENABLED);
|
||||
|
||||
Reference in New Issue
Block a user