作者:rebot | 分类:模组
Minecraft 版本: 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 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 paper purpur spigot
标签: optimization storage utility

xLogin is an all-in-one authentication system designed for servers that want maximum security without the bloat. Forget about complex external database setups; xLogin is optimized to work locally, fast, and secure out of the box, whether you run a standalone server or a massive Proxy network.
Note: /premium is only available for networks and proxies. Compatible with Bungeecord, Velocity, Waterfall, and others.
How do I activate proxy mode?
Go to config.yml and enable proxy mode, then download and install the add-on for your proxy, and you're all set!
data.mv.db). No need for MySQL to get professional network-level performance. Easily create instant database backups via in-game commands!/premium to enable auto-login. The plugin uses real Mojang validation (via your Proxy) to ensure nobody can steal a premium identity. | Command | Description | Permission |
|---|---|---|
/login <pass> |
Log in to your account. | None |
/register <pass> <pass> |
Create a new account with captcha. | None |
/premium [confirm] |
Toggle Auto-login (Premium Mode). | None |
/changepassword <old> <new> |
Securely change your current password. | None |
/captcha <code> |
Solve the registration captcha. | None |
xlogin.admin)| Command | Description |
|---|---|
/xlogin gui |
Open the visual administration menu. |
/xlogin backup |
Create an instant backup of the database. |
/xlogin purge <days> |
Delete all accounts inactive for <days>. |
/xlogin verify <user> |
View a player's UUID, IP, Premium status, & last login. |
/xlogin forcelogin <user> |
Forcefully log a player into the server. |
/xlogin setspawn / spawn |
Set or teleport to the login spawn location. |
/xlogin changepass <user> <pass> |
Forcefully change a player's password. |
/xlogin changeuuid <user> <uuid> |
Manually update a player's registered UUID. |
/xlogin unpremium <user> |
Remove the premium auto-login status from an account. |
/xlogin unban <ip> |
Remove an IP from the registration blacklist. |
/xlogin unregister <user> |
Completely delete a player's account. |
/xlogin reload |
Reload the plugin configuration and messages. |
We've stripped the config down to the essentials so you don't waste time, while giving you absolute control over your network.
config.yml
# -------------------------------------------------------
# __ _
# __ __ / / ___ __ _(_)_ __
# \ \/ // / / _ \ / _` | | '_ \ Made by xPlugins
# > </ /__| (_) | (_| | | | | | Fork: Paper
# /_/\_\____/\___/ \__, |_|_| |_|
# |___/ Release v1.0.6
#
# Wiki: [https://xplugins.es/xlogin](https://xplugins.es/xlogin)
# 24/7 Support: [https://discord.gg/AH5k9YE78b](https://discord.gg/AH5k9YE78b)
# -------------------------------------------------------
settings:
# The default language (es, en). It will load messages_es.yml or messages_en.yml
language: "en"
protection:
# Block everything before logging in (movement, chat, etc.)
general-protection: true
# Visual effects upon joining the server
effects:
blindness: true
security:
# Auto-register premium users detected by the proxy (Requires BungeeCord/Velocity)
auto-premium-registration: false
# Prevents Non-Premium players from using premium account names (Requires BungeeCord/Velocity)
prevent-premium-name-impersonation: false
# Allowed commands BEFORE logging in
allowed-commands-before-login:
- "/help"
- "/rules"
- "/discord"
passwords:
size:
min: 6
max: 20
# ___ _ _
# / __\ ___ __| |_ __ ___ ___| | __
# /__\/// _ \/ _` | '__/ _ \ / __| |/ /
# / \/ \ __/ (_| | | | (_) | (__| <
# \_____/\___|\__,_|_| \___/ \___|_|\_\
geyser-support:
# If true, Bedrock players (Floodgate) join without needing to login.
auto-login-bedrock: true
# __ _ _
# /\ \ \___| |___ _____ _ __| | __
# / \/ / _ \ __\ \ /\ / / _ \| '__| |/ /
# / /\ / __/ |_ \ V V / (_) | | | <
# \_\ \/ \___|\__| \_/\_/ \___/|_| |_|\_\
proxy-redirect:
# Send the player to the target server after a successful login (ideal for Auth&Lobby)
enabled: false
target-server: "Lobby"
captcha:
enabled: true
timeout-seconds: 120
ui:
titles:
before-login:
title: '&#A9DFBFWelcome!'
subtitle: '&fUse /login <password>'
before-register:
title: '&#FAD7A0Register!'
subtitle: '&fUse /register <password> <password>'
after-login:
title: '&#A9DFBFSuccess!'
subtitle: '&fEnjoy your stay'
incorrect-password:
title: '&#F1948AIncorrect Password!'
subtitle: '&7Please try again'
logging:
enabled: true
log-successful-logins: true
log-registrations: true
log-failed-attempts: true
log-admin-actions: true请登录后举报
暂无评论,抢个沙发吧~