- #> LoginSecurity configuration.
- #> LoginSecurity 配置文件【汉化:酷车手BB弹】
- #> Some information is provided in the form of comments
- #> For more info visit https://github.com/lenis0012/LoginSecurity-2/wiki/Configuration
- register:
- required: true
- # When enabled, users need to enter a captcha on registration.
- # 如果启用,用户将需要通过注册进服务器(关了这插件就没意义了)
- captcha: false
- login:
- max-tries: 5
- password:
- min-length: 6
- hashing:
- # Available algorithms: BCRYPT, SCRYPT, PBKDF2, SHA3_256, WHIRLPOOL
- # 支持的算法:BCRYPT, SCRYPT, PBKDF2, SHA3_256, WHIRLPOOL
- # Check wiki for additional parameters.
- # 可查询wiki获取更多的参数
- algorithm: BCRYPT
- password-max-length: 32
- join:
- # When enabled, player gets a blindness effect when not logged in.
- # 如果启用了,玩家未登录将会出现失明效果,直到登录为止
- blindness: true
- # Temporarily login location until player has logged in.
- # 未登录时的出生点,直到玩家登录后才恢复原位(可保护隐私)
- # Available options: DEFAULT(原位), SPAWN(出生地), RANDOM(随机)
- location: DEFAULT
- # Hides the player's inventory until they log in.
- # 隐藏玩家的物品,知道登录为止
- # The inventory is never lost, even after reboot or crash.
- # 就算服务器崩溃重启,玩家的物品也不会丢失(就是让你放心启用的意思)
- hide-inventory: true
- username:
- # Remove special characters like @ and # from the username.
- # 禁止有特殊字符的用户名,比如 @ # 之类的
- # Disabling this can be a security risk!
- # 若禁用可能会不安全
- filter-special-chars: true
- min-length: 3
- max-length: 16
- updater:
- enabled: true
- # The type of builds you are checking. RELEASE, BETA, ALPHA
- channel: BETA
- # Session timeout, set to -1 to disable.
- # 会话超时时间,输入-1则不启用
- session-timeout: 60
- # Login timeout, set to -1 to disable.
- # 登录超时时间,输入-1则不启用
- login-timeout: 120
- # Login/register message delay.
- # 登录或注册的消息延迟(提醒注册或登录的会话)
- login-message-delay: 10
- # Language for messages, check wiki for more info.
- # List: http://lang.lenis0012.com/list
- # Note: Changing this setting will request info from lang.lenis0012.com!
- # 请不要更改下面的参数!!!
- language: en_us
复制代码 配置文件【汉化】下载:
config.yml
(2.35 KB, 下载次数: 1353)
|