Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Tags
Creators
Details
Licensed MIT
Published 3 weeks ago
DGlogin
The last authentication plugin you'll ever need.
A modern, secure, feature-packed authentication plugin for offline-mode Minecraft servers. Built from scratch with modern Java, modern Minecraft, and modern expectations.
Questions? Join our DISCORD SERVER
โจ Features
| Feature | Description |
|---|---|
| ๐ก Anti-Bot Captcha | Multi-step number code GUI - bots can't trivially bypass it |
| ๐ 2FA (TOTP) | Google Authenticator, Authy, Microsoft Authenticator |
| โญ Premium Auto-Login | Verified live with Mojang's session servers |
| ๐ Total Lockdown | No movement, chat, commands, or interactions before login |
| โฐ Smart Sessions | Per-player toggle from in-game GUI |
| ๐ค Duplicate Name Protection | Existing players stay connected - no hijacks |
| ๐ฎ Settings GUI | Full interactive menu via /account |
| ๐ Login History | View your last 10 login events with IP and timestamp |
| ๐ Whitelist Mode | Control who can register accounts |
| ๐ Welcome Messages | Customizable greetings with placeholders |
| ๐ PlaceholderAPI | 10 placeholders for scoreboards, tab, etc. |
| ๐ MySQL & SQLite | Works on single servers and networks |
๐ Security
- BCrypt password hashing (12 rounds) - industry standard
- Constant-time hash comparison (no timing attacks)
- Console password censoring - passwords never leak to logs
- Tab-completion blocked on password commands
- IP change alerts + max accounts per IP
- Kick on too many attempts - never temp-ban (prevents account lockout trolling)
๐ Player Commands
/register <password> <password>
/login <password>
/changepassword <old> <new>
/unregister <password>
/account (also: /dgl, /myaccount, /loginsettings)
๐ง Admin Commands
/dglogin reload | info
/dglogin forcelogin <player>
/dglogin forceregister <player> <password>
/dglogin resetpassword <player> <password>
/dglogin lookup <player>
/dglogin unregister <player>
/dglogin whitelist <add | remove | list | on | off>
๐ฆ Installation
- Drop DGlogin.jar into your
plugins/folder - Restart the server
- Edit
plugins/DGlogin/config.ymlto your taste /dglogin reload- done
๐ Requirements
- Minecraft: 1.20.x, 1.21.x, or 26.1.x
- Java: 21+
- Server: Spigot, Paper, Purpur, or any fork
- Soft-dependency: PlaceholderAPI (optional)
Built with care. Free forever. If it helps your server, consider leaving a review - it means more than you think.


