Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
AuthPlugin
PluginLicenseRef-All-Rights-Reserved

AuthPlugin

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

263
Downloads
3
Followers
11 months ago
Updated
📦
3
Versions
adventuregame-mechanicsutilitypaperpurpurspigot
Download Latestv2.0.3View on Modrinth

📖About AuthPlugin

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

👥 Team & Contributors

olvyonline.
olvyonline.Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperpurpurspigot
Minecraft Versions
1.20.11.20.21.20.31.20.41.20.51.20.61.211.21.1+7 more

🔗 Links

Modrinth Page