Basic Login
The Basic Login mod provides a simple yet effective security solution for Minecraft servers running in offline mode. This modification operates similarly to authentication plugins on the Bukkit platform and only requires installation on the server side.
Security Features
Non-authenticated players face complete action restrictions: they cannot take damage, interact with world objects, send chat messages, or execute commands. The only available commands are /login and /register. The system automatically kicks players who fail to log in within 60 seconds.
Command System
- /register
— create account on first connection - /login
— server authentication
Installation Process
Place the mod file in your server's mods directory. Client-side installation is not required. Use the /register command during your first connection to create a local account, then /login for subsequent sessions.
Frequently Asked Questions
User Password Reset Password data is stored in the "passwords.json" file on the server in the format {"username":"hashed password"}. To reset a password, delete the corresponding user entry.
Password Security Passwords are stored exclusively in hashed form, ensuring confidentiality - even the server owner cannot access the original passwords.
Blindness Effect Disabling To disable the blindness effect for non-authenticated users, you can use a specialized mod.
Future Versions Development of additional versions depends on available time and community support level.