473474475476477478479480481482483484485486
return null; } @Override public Set<String> getIPBans() { BanList bl = server.getConfigurationManager().getBannedIPs(); Set<String> ips = new HashSet<String>(); for (String s : bl.func_152685_a()) { ips.add(s); } return ips; }