CTZServerBridge/src/main/resources/config.yml

25 lines
545 B
YAML

#本文件为登录插件的主配置文件
version: '1.0'
#服务器名称
servername: ''
#插件名称
pluginname: '&6[&bCTZL&6]&r'
#是否提示
tipplayer: true
#服务器配置
config:
#断线重连超时
timeout: 10
#强制使用专用客户端(关闭则可以同时使用自带登录和外部登录)
forceclient: true
mysql:
#数据库需要自行建立
database: minecraft
#用户名
username: root
#密码
password: 325325
#地址
ip: localhost
#端口
port: 3306