1
1
mirror of https://github.com/geekfrog/PermissionsTime.git synced 2025-09-06 02:56:58 +00:00

配置说明

This commit is contained in:
GeekFrog
2017-07-16 16:44:12 +08:00
parent a2dc898934
commit b6c73470a4
3 changed files with 75 additions and 17 deletions

21
config/config.yml Normal file
View File

@ -0,0 +1,21 @@
# 插件提示前缀.
pluginPrefix: '&4[&b限时权限&4]'
# 是否开启DEBUG模式.
debug: false
# 是否同意插件统计信息.
metrics: true
# 语言文件名称 在'lang'文件夹内.
lang: zh-cn
# 数据库相关.
mysql:
# 是否使用MySQL数据库.
enable: false
# 服务器唯一标识, 用来区分权限是哪个服务器的.
serverId: default
hostname: localhost
port: 3306
database: minecraft
username: user
password: '123456'
# 数据库表前缀
tablePrefix: pt_