2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-05-03 11:40:29 +00:00

make async pls, also add back the server list ping player structure back as an option

This commit is contained in:
Tux
2013-11-15 21:56:59 -05:00
parent 22a4d0332d
commit c393f4c553
3 changed files with 69 additions and 42 deletions

View File

@@ -24,5 +24,6 @@ import java.util.List;
public class RedisBungeeConfiguration {
private String serverId = "iluvbungee";
private boolean canonicalGlist = true;
private boolean playerListInPing = false;
private List<String> linkedServers = Collections.emptyList();
}