1
1
mirror of https://github.com/geekfrog/PermissionsTime.git synced 2024-11-22 15:48:51 +00:00
PermissionsTime/config/config.yml
2018-06-17 00:30:32 +08:00

34 lines
838 B
YAML

# 插件前缀.
# Plugin prefix.
pluginPrefix: '&4[&bPermissions Time&4] '
# 是否开启DEBUG模式.
# Whether to open the DEBUG mode.
debug: false
# 是否同意插件上传统计信息.
# Whether or not you agree with the plugin to upload statistics.
metrics: true
# 开启称号系统.
# Use prefix system.
tagSystem: false
# 语言文件名称 在'lang'文件夹内.
# Language file name.
lang: en
# 数据库相关.
# Database settings.
mysql:
# 是否使用MySQL数据库.
# Use the MySQL database?
enable: false
# 服务器唯一标识, 用来区分权限是哪个服务器的.
# 想要权限跨服,serverId必须一致.
# Server ID.
serverId: default
hostname: localhost
port: 3306
database: minecraft
username: user
password: '123456'
# 数据库表前缀
# Database table prefix.
tablePrefix: pt_