2
0
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:
2022-07-16 02:58:48 +04:00
parent 78ae6ff7b6
commit b6e4badc05
14 changed files with 63 additions and 12 deletions

View File

@@ -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()) {