This initial release introduces all the essential features a Minecraft authentication plugin MUST have.
🔑 /login <password> - Log in to your registered account
/l🆕 /register <password> - Create a new account
/r🔄 /changepassword <old> <new> - Change your password securely
🗑️ /unregister <player> - Delete a player account (OP only)
🚷 Restricted Mode: Players who are not logged in are placed in a restricted state. This functionality has been tested in various scenarios to prevent bugs and exploits.
🕒 Session Support: 15-minute auto-login session window (Currently hardcoded)
🧱 SQLite Storage: All data stored locally in Sentinel/auth.db
🛡️ Secure Logging: Password-related commands are filtered from logs to avoid exposure
This is a stable release and ready for use, but many improvements are coming.
