
Список изменений
This initial release introduces all the essential features a Minecraft authentication plugin MUST have.
Features
-
🔑
/login <password>- Log in to your registered account- Aliases:
/l
- Aliases:
-
🆕
/register <password>- Create a new account- Aliases:
/r
- Aliases:
-
🔄
/changepassword <old> <new>- Change your password securely -
🗑️
/unregister <player>- Delete a player account (OP only)
Functionalities
-
🚷 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.
