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

不再保存配置文件 语言整理

This commit is contained in:
2017-07-27 01:13:02 +08:00
parent 2523df87e1
commit 4b1b998237
16 changed files with 88 additions and 61 deletions

View File

@ -1,16 +1,23 @@
# 插件提示前缀.
pluginPrefix: '&4[&b限时权限&4]'
# 插件前缀.
# 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
# 语言文件名称 在'lang'文件夹内.
lang: zh-cn
# Language file name.
lang: en
# 数据库相关.
# Database settings.
mysql:
# 是否使用MySQL数据库.
# Whether to use the MySQL database.
enable: false
# 服务器唯一标识, 用来区分权限是哪个服务器的.
# Server ID.
serverId: default
hostname: localhost
port: 3306
@ -18,4 +25,5 @@ mysql:
username: user
password: '123456'
# 数据库表前缀
# Database table prefix.
tablePrefix: pt_