
LoginTo
A complete authentication solution for Minecraft servers, providing secure login, database storage, autologin and secure otp code with qrcode
- Загрузки
- 54K
- Подписчики
- 33
- Обновлён
- 27 июня 2026 г.
- Лицензия
- GPL-3.0-only
Опубликован 19 марта 2025 г.

What is LoginTo?
LoginTo is a fully customizable authentication plugin for your Minecraft servers or network.
It offers complete control over messages, along with a feature-rich configuration file that allows you to easily adjust and personalize every aspect of the plugin.
Why choose LoginTo?
LoginTo is simple to set up while still providing powerful features, including:
- Premium authentication (auto-login)
- Secure password hashing using BCrypt
- Detailed login and registration logging
- Advanced configuration options
It is built to help you keep your Minecraft server or network secure without sacrificing ease of use.
Updates
LoginTo is actively maintained and regularly updated with bug fixes and new features.
For version 3.x, updates will primarily focus on stability improvements and performance optimizations.
Plugin
Commands
Bukkit
/register <password> <confirmPassword>
Registers a new account.
Aliases: /r, /reg
/login <password>
Logs into your account.
Aliases: /l
/delacc <player> <confirm>
Deletes a player's account.
Permission: OP (by default)
/changepassword <oldPassword> <newPassword>
Changes your account password.
/premium [player]
Sets yourself or another player as a premium user.
/cracked
Sets your account as cracked (disables premium validation).
/getlogs <player> [date: dd/MM/yyyy]
Displays login and registration logs for a player.
/otp
Enable the OTP code command.
Velocity / Bungeecord
/register <password> <confirmPassword>
Registers a new account.
Aliases: /r, /reg
/login <password>
Logs into your account.
Aliases: /l
/unregister <player_name> <confirm>
Deletes a player's account.
Permission: OP (by default)
/changepassword <oldPassword> <newPassword>
Changes your account password.
/premium
Sets your account as premium
/cracked
Sets your account as cracked (disables premium validation).
Permissions
Bukkit
loginto.register
Allows players to use the /register command.
Default: Everyone
loginto.login
Allows players to use the /login command.
Default: Everyone
loginto.delacc
Allows players to delete accounts using /delacc.
Default: OP
loginto.changepassword
Allows players to change their password with /changepassword.
Default: Everyone
loginto.premium.me
Allows players to set their own account as premium.
Default: Everyone
loginto.premium.other
Allows setting other players as premium using /premium <player>.
Default: OP
loginto.cracked
Allows players to switch their account to cracked mode.
Default: Everyone
loginto.getlogs
Allows viewing login and registration logs with /getlogs.
Default: OP
loginto.otp
Allows players to use the /otp command.
Default: Everyone
Velocity / Bungeecord
loginto.register
Allows players to use the /register command.
Default: Everyone
loginto.login
Allows players to use the /login command.
Default: Everyone
loginto.unregister
Allows players to delete accounts using /delacc.
Default: No (requires luckperms)
loginto.changepassword
Allows players to change their password with /changepassword.
Default: Everyone
loginto.premium
Allows players to set their own account as premium.
Default: Everyone
loginto.cracked
Allows players to switch their account to cracked mode.
Default: Everyone
Images
Register command prompt

Login command prompt

100% fully customizable messages, from text to colors, also the plugin do not require a reload for applying this message, you will just need to save the file

Ченджлог
3.7.2Релиз26.1.1, 26.1.2, 26.2 · 27 июня 2026 г.
Version 3.7.2
Fixed auto register problem on bukkit, velocity and bungeecord
Added a warning log for the packetevents api
Added support for bukkit 26.2
3.7.1Релиз26.1, 26.1.1, 26.1.2 · 20 июня 2026 г.
Version 3.7.1
Fixed a connectivity problem with MySQL on Velocity and Bungeecord
Fixed a small problem with the 'use-built-in-packetevents' feature
Added auto registration for Premium and Bedrock players
Fixed file versioning on velocity and bungeecord (by xYc4t)
3.7.0Релиз26.1, 26.1.1, 26.1.2 · 14 июня 2026 г.
Version 3.7.0
Added cool minimessage (no more legacy), now it supports gradient and rgb (only for client and servers over 1.16)
Fully redesigned how the plugin in the proxy works
Removed the premium player's bridge between the proxy and bukkit.
Why?, the classic premium feature was too complex to set up.
Now if you want to use the plugin in a network, you install it only on the proxy.
If you don't have a network, you can still use the premium feature with just bukkit (not this variant of the premium feature is no more an experimental feature)
/premium and /cracked command now work for the bukkit premium feature
Important
Changed the password's column name from 'password_hash' to 'password' for H2 databases, this will break every old H2 database, but from the bstats data, no one was using it so it's ok
3.6.0Релиз26.1, 26.1.1, 26.1.2 · 1 июня 2026 г.
Version 3.6.0
Added experimental.yml versioning
Added experimental premium authentication on bukkit (with mojang sessions)
Fixed other problems caused by minimessage and kyori api
Added support for older version (1.13 to 26.1.2)
Fixed performance problem while download rockyou.txt
Fixed some problem with external dependency, now, the h2 database shouldn't give any problem
The plugin is now for minimum java 8 for bukkit and java 17 for velocity/bungeecord
3.5.1Релиз26.1, 26.1.1, 26.1.2 · 23 мая 2026 г.
Version 3.5.1
Fixed premium database configuration problem (on bukkit)
Fixed periodic otp code message not showing
Fixed MiniMessages problem with older version of Paper
Fixed every problem with the configuration, wrong messages ect...
Added experimental.yml file for experimental features
3.5.0Релиз26.1, 26.1.1, 26.1.2 · 16 мая 2026 г.
Version 3.5.0
Fixed delacc command problem
Deprecated delacc command and changing it to unregister command, changed the permission for the command from loginto.delacc to loginto.unregister, added the aliases delacc for unregister command
Added minimessages support (legacy)
Added authentication via app (like google authenticator, microsoft authenticator and other) with the 6 numeric digit code (OTP)
Changed how the /changepassword command works (now it uses the otp code for changing the password)
Added /otp command for getting the otp code to change the password
Added permission for /otp command: loginto.otp
Fixed vehicle despawn bug, now when a player leave the server while riding a vehicle, it will no more get despawned
Added banned password (and )
Changed build system to gradle
Plugin Versioning System
Format: MAJOR.MINOR.PATCH
X.0.0| Major Release- Major structural changes, rewrites, or breaking changes
0.X.0| Minor Release- New features and improvements
0.0.X| Patch Release- Bug fixes, security patches, and minor optimizations
3.4Релиз26.1, 26.1.1, 26.1.2 · 20 апреля 2026 г.
Fixed the premium database name problem
Added client brand managing, now velocity or bungeecord will check on the user's client name, and if it's not allowed, it will be flagged
Added custom command bypass before the login
Changed how the packet events dependency work, now you can chose if the plugin should use the built-in (bundled) version of packet events, or get the api from the PacketEvents plugin
3.3Релиз1.21.11, 26.1, 26.1.1 · 8 апреля 2026 г.
The plugin is now supported for 26.1 and 26.1.1
Fixed the login and register aliases, before /l and /r won't work when the
Fixed an issue with the pre command process event
Fixed the kick timer at the login step (now after x seconds of wait, the player will be kicked, before this was the case only for the registration)
Added a new event, now if the player is not logged, they won't be eable to damage entities or other players
Комментарии
Загружаем…