▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/AuthPlugin
AuthPlugin

AuthPlugin

- AuthPlugin is an advanced authentication system. - AuthPlugin es un sistema de autenticación avanzada.

279
3

Imagen 1 Imagen 2 Imagen 3 Imagen 4 Imagen 5 Imagen 6

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

Совместимость

Minecraft: Java Edition

1.21.x1.20.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:6 месяцев назад
Обновлён:6 месяцев назад
Главная