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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user