mirror of
https://github.com/geekfrog/PermissionsTime.git
synced 2025-09-06 02:56:58 +00:00
不再保存配置文件 语言整理
This commit is contained in:
@ -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_
|
||||
|
Reference in New Issue
Block a user