AuthPlugin
- AuthPlugin is an advanced authentication system. - AuthPlugin es un sistema de autenticación avanzada.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
AuthPlugin
Config.yml (default)(2.0.3)
``` #========================================================#
#
█████╗ ██╗ ██╗████████╗██╗ ██╗ #
██╔══██╗██║ ██║╚══██╔══╝██║ ██║ #
███████║██║ ██║ ██║ ███████║ #
██╔══██║██║ ██║ ██║ ██╔══██║ #
██║ ██║╚██████╔╝ ██║ ██║ ██║ #
╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ #
#
✦ AuthP Config ✦ #
- By Olvy Online - #
YouTube: https://www.youtube.com/@OlvyOnline #
#
¡Thanks for use my plugin! ❤️ #
¡Gracias por usar nuestro plugin! ❤️ #
#========================================================#
Tiempo límite para loguearse (en segundos)
login-timeout: 60
Configuración de mensajes
messages: must-login: "&cDebes loguearte primero con /login <contraseña>" must-register: "&aDebes registrarte primero con /registrar <contraseña>" premium-join: "&6¡Bienvenido usuario Premium! Has entrado automáticamente." login-timeout: "&cNo te logueaste a tiempo." max-accounts: "&cHas alcanzado el límite de cuentas por tu IP." teleported-back: "&aHas sido teletransportado de vuelta a tu ubicación original."
Mensajes de intentos fallidos
wrong-password: "&cContraseña incorrecta. Intentos restantes: &e{attempts}" kicked-too-many-attempts: "&cDemasiados intentos fallidos. Has sido expulsado del servidor." temporarily-banned: "&cHas sido bloqueado temporalmente por &e{minutes} minutos &cpor demasiados intentos fallidos." attempts-reset: "&aEl contador de intentos fallidos ha sido reseteado."
Configuración de títulos
titles: login: title: "&c¡Loguéate!" subtitle: "&7Usa &e/login <contraseña> - Tiempo: &c{time}s" register: title: "&a¡Regístrate!" subtitle: "&7Usa &e/registrar <contraseña> - Tiempo: &c{time}s" premium: title: "&6¡Bienvenido Premium!" subtitle: "&7Has entrado automáticamente"
Títulos de salida
exit-login: title: "&a¡Bienvenido!" subtitle: "&7Has iniciado sesión correctamente"
exit-register: title: "&a¡Cuenta creada!" subtitle: "&7Ahora puedes iniciar sesión con /login <contraseña>"
Configuración de autenticación
auth:
Usar ubicación segura durante el login
use-secure-location: true
Regresar a la ubicación original después del login
return-to-original-location: true
Teletransportar usuarios premium
teleport-premium-users: false
Ubicación segura
secure-location: world: "world" x: 0 y: 64 z: 0
Configuración de seguridad
security:
Usar protección por IP
use-ip-protection: true
Máximo de cuentas por IP
max-accounts-per-ip: 2
Configuración de efectos
effects: sounds: login: true register: true premium: true fireworks: login: true register: true premium: true
Sistema de intentos fallidos
failed-attempts: enabled: true max-attempts-before-kick: 3 max-attempts-before-ban: 5 ban-duration-minutes: 1 reset-attempts-after-minutes: 30
Protección de inventario
inventory-protection: enabled: true hide-inventory: true block-item-drop: true block-item-pickup: true
Configuración de ceguera
blindness: enabled: true level: 1
Sistema de verificación de actualizaciones
update-checker:
Habilitar/deshabilitar verificación de actualizaciones
enabled: true
Notificar a administradores cuando se conecten
notify-admins: true
Intervalo de verificación en minutos (0 = solo al iniciar)
check-interval: 60 ```





