mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-04-08 16:10:26 +00:00
readd removed methods to maintain old plugins, prepare for redis cluster mode
This commit is contained in:
@@ -502,6 +502,11 @@ public class RedisBungeeBungeePlugin extends Plugin implements RedisBungeePlugin
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public JedisSummoner getJedisSummoner() {
|
||||
return this.jedisSummoner;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void loadConfig() throws IOException {
|
||||
if (!getDataFolder().exists() && getDataFolder().mkdir()) {
|
||||
|
||||
Reference in New Issue
Block a user