Class RedisBungeeConfiguration
java.lang.Object
com.imaginarycode.minecraft.redisbungee.api.config.RedisBungeeConfiguration
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record
static final record
-
Constructor Summary
ConstructorsConstructorDescriptionRedisBungeeConfiguration
(String networkId, String proxyId, List<String> exemptAddresses, boolean kickWhenOnline, boolean handleReconnectToLastServer, boolean handleMotd, RedisBungeeConfiguration.CommandsConfiguration commandsConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
-
Constructor Details
-
RedisBungeeConfiguration
public RedisBungeeConfiguration(String networkId, String proxyId, List<String> exemptAddresses, boolean kickWhenOnline, boolean handleReconnectToLastServer, boolean handleMotd, RedisBungeeConfiguration.CommandsConfiguration commandsConfiguration)
-
-
Method Details
-
getProxyId
-
getExemptAddresses
-
kickWhenOnline
public boolean kickWhenOnline() -
handleMotd
public boolean handleMotd() -
handleReconnectToLastServer
public boolean handleReconnectToLastServer() -
commandsConfiguration
-
networkId
-