This plugin adds a Bedrock login window to the AuthMe plugin, providing a better login and registration experience for Bedrock players using Geyser.
Currently, the plugin only supports AuthMe.
Important Notes
The plugin requires AuthMe and Floodgate as dependencies.
If your Floodgate is installed on a proxy, you also need to install Floodgate on the sub-servers. Set send-floodgate-data to true in the proxy's Floodgate configuration file, then copy the key.pem file to the Floodgate directory on the sub-servers.
Commands and Permissions
The plugin does not have any commands or permissions.
Configuration File
Code (YAML):
messages: # Login window login-title: "Login" login-password-title: "Password" login-password-placeholder: "Please enter your password" wrong-password: "&cIncorrect password, please try again" # Registration window reg-title: "Register" reg-password-title: "Password" reg-password-placeholder: "Please enter your password" reg-confirmPassword-title: "Confirm Password" reg-confirmPassword-placeholder: "Please enter your password again" passwords-not-match: "&cPasswords do not match, please try again" password-empty: "&cPassword cannot be empty, please try again" # General prompts close-window: "&cWindow closed, login/registration terminated"
# Whether to kick the player after closing the window close-kick: true
# Window send delay, too fast may result in the player not being fully loaded in time. Unit: ticks delay-time: 45
# Log output for Bedrock players during login and window sending, used to determine delay debug: false