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

30 lines
744 B
YAML
Raw Normal View History

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