xLogin

The Ultimate Authentication System

Protect your server with the most complete, modern, and flexible login system for Paper/Spigot! xLogin includes Dual Database support (MySQL/H2), Bedrock support via Geyser, and Premium AutoLogin.

🚀 Key Features

💻 Commands

ComandoDescripción
/login <pass>Inicia sesión.
/register <pass> <pass>Registra una cuenta.
/xlogin delacc <player>Borra una cuenta (Admin).
/xlogin blockip <ip>Bloquea una IP (Admin).

⚙️ Config.yml

storage:
  method: H2 # or MYSQL
  mysql:
    hostname: "localhost"
    database: "xlogin_data"

geyser-support:
  auto-login-bedrock: true

passwords:
  size: { min: 4, max: 20 }
  bruteforce-protection: { kick-on-fail: true }