api:
# 用户系统
# xenforo |
https://github.com/Mohist-Community/XenforoLogin/wiki/Installation-for-Xenforo
# discuz |
https://github.com/Mohist-Community/XenforoLogin/wiki/Installation-for-Discuz
# web |
https://github.com/Mohist-Community/XenforoLogin/wiki/Installation-for-Web
# sqlite |
https://github.com/Mohist-Community/XenforoLogin/wiki/Installation-for-Sqlite
# mysql |
https://github.com/Mohist-Community/XenforoLogin/wiki/Installation-for-Mysql
system: "sqlite"
# 是否可以在游戏内注册
register: true
xenforo:
# api地址
url: "
http://example.com/api"
# 一个具有auth user:read权限的API-Key
key: "YOUR_KEY_HERE"
discuz:
# api地址
url: "
http://example.com/XenforoLogin.php"
# 应用密钥
key: "YOUR_KEY_HERE"
web:
# api地址
url: "
http://example.com/api.php"
# 应用密钥
key: "YOUR_KEY_HERE"
sqlite:
# 用户数据库的地址
path: "Users.db"
# 是否为绝对路径
# 绝对路径:例如C:/a.db
# 相对路径:例如/a.db
absolute: false
# 存储用户信息的用户表
table_name: "users"
# 邮箱字段名
email_field: "email"
# 用户名字段名
username_field: "username"
# 密码字段名
password_field: "password"
# 盐字段名
salt_field: "salt"
# 盐长度
salt_length: 6
# 密码加密方式
# 最推荐 : BCrypt
#
https://github.com/Mohist-Community/XenforoLogin/wiki/Select-password_hash
password_hash: "BCrypt"
mysql:
# 数据库地址
host: "localhost:3306"
# 数据库用户名
username: "xenforoLogin"
# 数据库密码
password: "xenforoLogin"
# 数据库名
database: "xenforoLogin"
# 数据库表名
table_name: "users"
# 邮箱字段名
email_field: "email"
# 用户名字段名
username_field: "username"
# 密码字段名
password_field: "password"
# 盐字段名
salt_field: "salt"
# 盐长度
salt_length: 6
# 密码加密方式
# 最推荐 : BCrypt
#
https://github.com/Mohist-Community/XenforoLogin/wiki/Select-password_hash
password_hash: "BCrypt"
# 设置登陆点,为null则为世界重生点
spawn:
world: null
x: null
y: null
z: null
teleport:
# 是否tp到登陆点
tp_spawn_before_login: true
# 是否在登陆后返回上次的地址
tp_back_after_login: true
secure:
# 在登录前隐藏背包
hide_inventory: true
# 在未登陆时使用观察者模式
spectator_login: true
# 默认游戏模式
default_gamemode: 0
# 多久显示一条提示(单位 秒)
show_tips_time: 5
# 多久踢出未登陆的玩家
max_login_time: 30
# 是否在登陆后继续阻止发言?(非常适合有登录服的服务器
cancel_chat_after_login: false
lang:
register_email: "§6[§1XenforoLogin§6]§1§f 请在聊天框输入你的邮箱进行注册."
register_password: "§6[§1XenforoLogin§6]§1§f 请在聊天框输入你你要注册的密码."
register_password_confirm: "§6[§1XenforoLogin§6]§1§f 请再输入一遍~."
logged_in: "§6[§1XenforoLogin§6]§1§f 你登陆过了."
success: "§6[§1XenforoLogin§6]§1§f 登 陆 成 功 ~"
need_login: "§6[§1XenforoLogin§6]§1§f 请输入你的密码."
errors:
email: "§6[§1XenforoLogin§6]§1§f 错误的邮箱."
server: "§6[§1XenforoLogin§6]§1§f 我们在尝试连接到服务器时出现了一个问题, 请联系这个服务器的管理员进行反馈."
confirm: "§6[§1XenforoLogin§6]§1§f 密码不相同"
handle: "§6[§1XenforoLogin§6]§1§f 我们将很快完成你的请求,如果占用了太长时间,请联系这个服务器的管理员进行反馈."
password: "§6[§1XenforoLogin§6]§1§f 密码错误."
key: "§6[§1XenforoLogin§6]§1§f 请检查 api.key [key]"
url: "§6[§1XenforoLogin§6]§1§f 请检查 api.url " no_user: "§6[§1XenforoLogin§6]§1§f 找不到用户." time_out: "§6[§1XenforoLogin§6]§1§f 登陆超时!" name_incorrect: "§6[§1XenforoLogin§6]§1§f 你应该用 \"[correct]\" 作为用户名, 而不是这个." unknown: "§6[§1XenforoLogin§6]§1§f 未知错误.服务器返回 \"[message]\"" mail_exist: "§6[§1XenforoLogin§6]§1§f 这个邮箱已经被注册了!尝试换一个?" user_exist: "§6[§1XenforoLogin§6]§1§f 这个名字已经被注册过了!尝试换一个?"