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

86 lines
2.5 KiB
YAML
Raw Normal View History

2018-06-16 16:30:32 +00:00
# 默认昵称样式.
# Default Name Color.
defaultNamecolor: '&6'
# 默认前缀.
# Default Prefix.
2018-06-20 05:05:34 +00:00
defaultPrefix: '&3[player]'
2018-06-16 16:30:32 +00:00
# 默认后缀.
# Default Suffix.
defaultSuffix: ''
2018-06-20 04:52:33 +00:00
# 如果你有其他的插件来修改玩家的displayname, 请禁用此项或禁止其他插件修改. 比如Essentials插件.
# 如果安装了PlaceholderAPI 可以使用
# %pttag_fullname% %pttag_prefix% %pttag_suffix% 来显示displayname prefix+color suffix
# If you have other plugin, to modifies player displayname, please disable this.
changeDisplayname: true
2018-06-20 05:05:34 +00:00
# 使用HolographicDisplays显示称号. 称号可以更长,不会被省略.
# use HolographicDisplays to show Tags. The Tag can be more than 16 char
2018-06-20 04:52:33 +00:00
useHdPlugin: false
2018-06-23 07:37:38 +00:00
# 如果使用了HD, 是否一行显示
# One line display the name and tags.
oneLineDisplay: true
2018-06-20 04:52:33 +00:00
# 称号刷新周期(秒).
# 如果你你的称号使用了PlaceholderAPI请设置此项
# 推荐600秒以上. 设置-1则禁用刷新.
# Title refresh cycle (seconds).
# If you use Placeholder, please set.
# Recommend more than 600s. Set -1 to disable refresh.
refreshTagTime: -1
template:
lore:
- '&1-----------------'
2018-06-23 07:37:38 +00:00
- '&2Preview:'
2018-06-20 04:52:33 +00:00
- '&3 %displayname%'
- '&4-----------------'
2018-06-20 05:05:34 +00:00
- '&5 %description%'
- '&6-----------------'
2018-06-16 16:30:32 +00:00
packages:
# 称号包名称.
# Tag package name.
2018-06-20 05:05:34 +00:00
default:
description: '&4The default tag.'
permissions: ''
namecolor:
- '&6'
prefix:
- '&3[player]'
2018-06-16 16:30:32 +00:00
example1:
# 称号包描述,可以填写如何获得这些称号.
# Tag package describes. You can type how to get these tag.
description: '&4Tag package description.'
# 称号包所需权限. 不需要权限请留空,输入 ''
# Tag package needs permission. Keep null to make no permission.
permissions: ''
# 称号包所含的昵称样式.
# Name Colors.
namecolor:
- '&3'
- '&4:SKULL_ITEM:5'
- '&5:SKULL_ITEM:MHF_Present1'
# 称号包所含的昵称前缀.
# Name prefix.
prefix:
- '&3[prefix]'
- '&4[prefix]:1'
# 称号包所含的昵称后缀.
# Name suffix.
suffix:
- '&3[suffix]'
- '&4[suffix]:1:6'
vip:
description: '&4VIP Tags.'
permissions: 'player.vip'
namecolor:
- '&3&l'
- '&4&n:SKULL_ITEM:5'
- '&5&o:SKULL_ITEM:MHF_Present1'
# 称号包所含的昵称前缀.
# Name prefix.
prefix:
- '&3&l[prefix]'
- '&4&n[prefix]:1'
# 称号包所含的昵称后缀.
# Name suffix.
suffix:
- '&3&o[suffix]'
- '&4&l&n[suffix]:1:6'