AuthPlugin

- AuthPlugin 是一个高级身份验证系统。 - AuthPlugin es un sistema de autenticación avanzada.

资源图片
[![图片 1](https://i.ibb.co/0j3C1Prn/1.png)](https://ibb.co/fY7kZmHX) [![图片 2](https://i.ibb.co/WvY8XK4z/2.png)](https://ibb.co/5hfp3cgj) [![图片 3](https://i.ibb.co/wFFrCN9V/3.png)](https://ibb.co/399YWyD2) [![图片 4](https://i.ibb.co/7tTS30kR/4.png)](https://ibb.co/MkjgzJBG) [![图片 5](https://i.ibb.co/TMYWz7SG/5.png)](https://ibb.co/N2tTwJPq) [![图片 6](https://i.ibb.co/5w7q8vD/6.png)](https://ibb.co/TdCz8RX)
Config.yml (默认)(2.0.3) ``` #========================================================# # # # █████╗ ██╗ ██╗████████╗██╗ ██╗ # # ██╔══██╗██║ ██║╚══██╔══╝██║ ██║ # # ███████║██║ ██║ ██║ ███████║ # # ██╔══██║██║ ██║ ██║ ██╔══██║ # # ██║ ██║╚██████╔╝ ██║ ██║ ██║ # # ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ # # # # ✦ AuthP 配置 ✦ # # - By Olvy Online - # # YouTube: https://www.youtube.com/@OlvyOnline # # # # ¡Gracias por usar nuestro plugin! ❤️ # # ¡Gracias por usar nuestro plugin! ❤️ # #========================================================# # 登录超时时间 (以秒为单位) login-timeout: 60 # 消息配置 messages: must-login: "&c你必须先使用 /login <密码> 登录" must-register: "&a你必须先使用 /注册 <密码> 注册" premium-join: "&6欢迎高级用户! 你已自动进入。" login-timeout: "&c你超时未登录。" max-accounts: "&c你的 IP 地址已达到最大账户限制。" teleported-back: "&a你已成功返回到你的原始位置。" # 失败尝试消息 wrong-password: "&c密码错误。剩余尝试次数:&e{attempts}" kicked-too-many-attempts: "&c由于多次尝试失败,你已被踢出服务器。" temporarily-banned: "&c你因多次尝试失败,已被暂时封禁 &e{minutes} 分钟" attempts-reset: "&a 失败尝试次数已重置。" # 标题配置 titles: login: title: "&c请登录!" subtitle: "&7使用 &e/login <密码> - 时间: &c{time}s" register: title: "&a请注册!" subtitle: "&7使用 &e/注册 <密码> - 时间: &c{time}s" premium: title: "&6欢迎高级用户!" subtitle: "&7你已自动进入" # 退出标题 exit-login: title: "&a欢迎!" subtitle: "&7你已成功登录" exit-register: title: "&a账户已创建!" subtitle: "&7现在可以使用 /login <密码> 登录" # 身份验证配置 auth: # 登录时使用安全位置 use-secure-location: true # 登录后返回原始位置 return-to-original-location: true # 传送高级用户 teleport-premium-users: false # 安全位置 secure-location: world: "world" x: 0 y: 64 z: 0 # 安全配置 security: # 使用 IP 保护 use-ip-protection: true # 每个 IP 地址的最大账户数 max-accounts-per-ip: 2 # 效果配置 effects: sounds: login: true register: true premium: true fireworks: login: true register: true premium: true # 失败尝试系统 failed-attempts: enabled: true max-attempts-before-kick: 3 max-attempts-before-ban: 5 ban-duration-minutes: 1 reset-attempts-after-minutes: 30 # 物品保护 inventory-protection: enabled: true hide-inventory: true block-item-drop: true block-item-pickup: true # 失明配置 blindness: enabled: true level: 1 # 更新检查系统 update-checker: # 启用/禁用更新检查 enabled: true # 管理员连接时通知 notify-admins: true # 检查间隔 (分钟,0 = 仅在启动时) check-interval: 60 ```