Minecraft Paper 1.21.x authentication plugin.
| Command | Aliases | Permission | Description |
|---|---|---|---|
/register <password> <confirmPassword> |
/r |
mazeauth.register |
Create an account |
/login <password> |
/l |
mazeauth.login |
Login |
/logout |
/lo |
mazeauth.logout |
Logout (clears session + hides inventory again if enabled) |
/changepassword <oldPassword> <newPassword> <confirmNewPassword> |
/changepw, /cpw |
mazeauth.changepassword |
Change password |
/unregister <password> |
/unreg |
mazeauth.unregister |
Delete your account |
/mazeauth help |
(none) | mazeauth.admin |
Show help |
/mazeauth reload |
(none) | mazeauth.admin |
Reload config + locale |
- Database is SQLite by default.
- All database operations are async.
- Floodgate (Bedrock) players can bypass authentication if enabled.