ABOUT
Login/registration system for non-premium (offline mode) servers.
Encrypted passwords, "premium" auto-login, multi-language support, and all configurable from config.yml.
FEATURES
Movement, commands, chat, interaction, damage, and inventory are blocked while the player is not logged in.
Automatic kickback due to timeout if the player takes too long to log in or register.
Passwords are never saved in plain text: they are automatically encrypted.
Premium system: If you activate
/premium, on your next connection from the same IP address, you will automatically log in without a password. If you connect from a different IP address, you will be prompted for your password for security reasons.Multi-language support (Spanish and English included, more languages easily added).
Granular permissions per command.
COMMANDS & PERMISSIONS
| Comando | Alias | Descripción | Permiso |
|---|---|---|---|
/register <contraseña> <confirmar> |
/reg |
Register your account and log in automatically. | advancedlogin.register |
/login <contraseña> |
/l |
Log in with your existing account. | advancedlogin.login |
/premium |
— | Activate auto-login linked to your current IP address. | advancedlogin.premium |
/logout |
— | Close your session without disconnecting from the server. | advancedlogin.logout |
/changepassword <actual> <nueva> |
/changepass |
Change your password. | advancedlogin.changepassword |
/alogin reload |
— | Reload config.yml and the language files. |
advancedlogin.admin |
/alogin unregister <jugador> |
— | Delete a player's account. | advancedlogin.admin |
Included Languages
Es-MX— Spanish (Mexico), default language.En-US— English (US).
Languages are selected using the language option in config.yml. The language files are generated in /plugins/AdvancedLogin/languages/ and can be freely edited or duplicated to create new translations.

