作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: bukkit bungeecord folia paper purpur spigot velocity waterfall
标签: management utility
██╗ ██████╗ ██████╗ ██╗███╗ ██╗███╗ ███╗███████╗
██║ ██╔═══██╗██╔════╝ ██║████╗ ██║████╗ ████║██╔════╝
██║ ██║ ██║██║ ███╗██║██╔██╗ ██║██╔████╔██║█████╗
██║ ██║ ██║██║ ██║██║██║╚██╗██║██║╚██╔╝██║██╔══╝
███████╗╚██████╔╝╚██████╔╝██║██║ ╚████║██║ ╚═╝ ██║███████╗
╚══════╝ ╚═════╝ ╚═════╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝╚══════╝
A lightweight authentication plugin for cracked/offline-mode Minecraft servers. Supports Bukkit, Spigot, Paper, Purpur, Folia, BungeeCord, Waterfall, and Velocity — all in a single JAR.
/register and /loginplayers.dat)| Platform | Supported |
|---|---|
| Bukkit / Spigot | ✅ |
| Paper / Purpur | ✅ |
| Folia | ✅ |
| BungeeCord / Waterfall | ✅ |
| Velocity | ✅ |
Minecraft version: 1.21.1+
Standalone (Paper/Spigot only, no proxy):
Drop LoginMe.jar into your server's plugins/ folder and restart.
With proxy (BungeeCord / Velocity):
Drop LoginMe.jar into both the proxy plugins/ folder and every backend server's plugins/ folder. The proxy handles authentication and shares the session to backend servers automatically.
| Command | Description |
|---|---|
/login <password> |
Login to your account |
/register <password> <confirm> |
Create an account |
/reg <password> <confirm> |
Alias for /register |
Located at plugins/LoginMe/config.yml:
prefix: "&7[&bLoginMe&7] "
# How long to keep a session after a player disconnects
# Supports: s (seconds), m (minutes), h (hours), d (days)
offline-cache-duration: "5m"
# Proxy only: kick player if not logged in within this time after joining
login-timeout: "60s"
messages:
login-success: "&aLogin successful!"
already-logged-in: "&cYou are already logged in!"
not-registered: "&cYou are not registered! Use /register <password> <confirm>"
login-usage: "&cUsage: /login <password>"
wrong-password: "&cWrong password!"
register-success: "&aRegister successful!"
already-registered: "&cYou are already registered! Use /login <password>"
register-usage: "&cUsage: /register <password> <confirm>"
password-mismatch: "&cPasswords do not match!"
please-login: "&ePlease login with /login <password>"
please-register: "&ePlease register with /register <password> <confirm>"
must-login-first: "&cYou must login first!"
must-login-chat: "&cYou must login first to chat!"
login-timeout: "&cLogin timeout! Please reconnect and login."
titles:
login-success: "&aLogin Successful!"
login-success-subtitle: "&7Welcome back!"
register-success: "&aRegister Successful!"
register-success-subtitle: "&7Please login with /login <password>"
All messages support & color codes.
Player data is stored in plugins/LoginMe/players.dat. Each entry contains the player's UUID alongside a randomly generated salt and SHA-256 hash of their password. The file is human-readable but should not be edited manually.
请登录后举报
暂无评论,抢个沙发吧~