AuthSec is a secure, SQLite-based authentication system designed for Minecraft servers. It ensures that players register and verify their identity before interacting with the world.
✅ Registration & Login
/register <password> <password>/login <password>🔒 SHA-256 Password Hashing
📧 Email Binding
/secure <email>♻️ Password Recovery
/restore <email> <registration_date> <newpassword>🧠 Auto-Login System
/autologinset 1 or 0🚷 Movement Lock Until Login
📅 Registration Date Handling
🗃 Single SQLite File Storage
| Command | Description |
|---|---|
/register <pass> <pass> |
Register a new account |
/login <pass> |
Log into an existing account |
/restore <email> <date> [newpass] |
Recover password or account |
/secure <email> |
Set recovery email |
/autologinset <0|1> |
Enable/disable auto-login |
| Node | Description | Default |
|---|---|---|
authsec.use |
Access all plugin commands | true |
All commands are available to regular players by default. No operator/admin permissions required.