mirror of
https://github.com/geekfrog/PermissionsTime.git
synced 2025-09-06 02:56:58 +00:00
调整目录结构
增加称号功能
This commit is contained in:
@ -12,7 +12,7 @@ metrics: true
|
||||
tagSystem: false
|
||||
# 语言文件名称 在'lang'文件夹内.
|
||||
# Language file name.
|
||||
lang: en
|
||||
lang: zh-cn
|
||||
# 数据库相关.
|
||||
# Database settings.
|
||||
mysql:
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: ${project.name}
|
||||
version: ${project.version}
|
||||
main: gg.frog.mc.permissionstime.PluginMain
|
||||
main: gg.frog.mc.base.PluginMain
|
||||
author:
|
||||
- GeekFrog
|
||||
description: ${project.description}
|
||||
@ -17,7 +17,7 @@ commands:
|
||||
description: Aliases commands for permissionstime.
|
||||
usage: /pt [param]
|
||||
permissions:
|
||||
permissionstime.*:
|
||||
gg.frog.permissionstime.*:
|
||||
description: Gives access to all PermissionsTime commands.
|
||||
default: op
|
||||
children:
|
||||
|
@ -15,6 +15,9 @@ changeDisplayname: true
|
||||
# 使用HolographicDisplays显示称号. 称号可以更长,不会被省略.
|
||||
# use HolographicDisplays to show Tags. The Tag can be more than 16 char
|
||||
useHdPlugin: false
|
||||
# 如果使用了HD, 是否一行显示
|
||||
# One line display the name and tags.
|
||||
oneLineDisplay: true
|
||||
# 称号刷新周期(秒).
|
||||
# 如果你你的称号使用了PlaceholderAPI请设置此项
|
||||
# 推荐600秒以上. 设置-1则禁用刷新.
|
||||
@ -25,7 +28,7 @@ refreshTagTime: -1
|
||||
template:
|
||||
lore:
|
||||
- '&1-----------------'
|
||||
- '&2效果展示:'
|
||||
- '&2Preview:'
|
||||
- '&3 %displayname%'
|
||||
- '&4-----------------'
|
||||
- '&5 %description%'
|
||||
|
Reference in New Issue
Block a user