Interface GeyserConfig
- All Known Subinterfaces:
GeyserPluginConfig,GeyserRemoteConfig
@ConfigSerializable
public interface GeyserConfig
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Method Summary
-
Method Details
-
bedrock
GeyserConfig.BedrockConfig bedrock() -
java
GeyserConfig.JavaConfig java() -
motd
GeyserConfig.MotdConfig motd() -
gameplay
GeyserConfig.GameplayConfig gameplay() -
defaultLocale
@NonNull String defaultLocale() -
logPlayerIpAddresses
boolean logPlayerIpAddresses() -
savedUserLogins
-
pendingAuthenticationTimeout
int pendingAuthenticationTimeout() -
notifyOnNewBedrockUpdate
boolean notifyOnNewBedrockUpdate() -
advanced
GeyserConfig.AdvancedConfig advanced() -
enableMetrics
boolean enableMetrics() -
metricsUuid
-
debugMode
boolean debugMode() -
configVersion
default int configVersion()
-