Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.12.x
1.8.x
Platforms
Tags
Creators
Details
Licensed MIT
Published 3 months ago
MoontrixLogin
MoontrixLogin is an authentication plugin for Bukkit-family servers (Spigot/Paper/Purpur/Pufferfish/Folia).
It helps server owners manage player account access with a clear login flow and stronger account security tools.
What it does
- Player account registration and login
- Session logout
- Password change and account removal
- Email-based recovery and verification workflow
- Optional TOTP (2FA) commands
- CAPTCHA verification command
- Progressive anti-brute-force protection
- Optional remember-me login flow (JWT)
- Admin subcommands for force login/logout, info, and reload
- Permission nodes for authentication and admin features
- Multi-language messages (
en,vi)
Main commands
/register <password> [verifyPassword]/login <password> [totp] [remember]/logout/changepassword <oldPassword> <newPassword>/unregister <password>/email show|add|change|recover|setpassword/totp code|add|confirm|remove/captcha <code>/verification <code>/moontrixlogin force_login|force_logout|info|reload [player]
Installation
- Stop your server.
- Place
MoontrixLogin-1.5.0.jarin the/pluginsfolder. - Start the server once to generate files.
- Configure options if needed.
- Restart the server.
Compatibility
- Native API baseline:
1.8(Legacy) - Runtime target:
1.8 -> 1.21.11 - Java:
8+ - Recommended: mark only versions you actually tested in your own environment.
Notes
- Optional integrations are declared as soft dependencies.
- Review permissions and configuration before production use.
- Set
MOONTRIX_JWT_SECRETbefore production if remember-me is enabled.


