付费资源

/animatednames
主要命令:alias for /animatednames about
/animatednames about
显示版本信息。报告错误时总是给出这个版本。
/animatednames uploadconfig
对于懒惰的人来说,这会将配置 (config.yml) 上传到 pastebin。
报告错误时始终提供此配置。
/animatednames uploadlog
这是关于插件的简单日志,它将把简单日志上传到 pastebin。建议仍然从控制台发送日志而不是这个日志!
/animatednames resetconfig
导弹炸毁了你的配置(我们都知道是你干的)然后用它来重置它。
/动画名称权限
这给出了插件中所有默认权限的列表(命令等。)
/animatednames help
显示所有命令的列表。您可以在语言文件中配置帮助。
/animatednames reload
重新加载配置和动画。您可能会注意到前 3 秒记分牌中名字下方的小“不同步”。始终使用它而不是使用 plugman 重新加载(不支持的内容)
# —————————— #
#
# AnimatedNames 7
# (c) Maxim Van de Wynckel
#
# —————————— #
# About: Everyone knows plugins that allow you to have your group name
# in front of your name above your head. But this plugin does more then that
# with over 180+ placeholders and more to come every update this plugin not only
# allows placeholders in your name above your head but it also allows the name to
# be animated.
# Permissions: To use the animatednames groups give them the permission
# animatednames.group.<group> (ex. animatednames.group.default)
# Make sure to remove them from the other groupsd
# when giving a new permission.
# Commands: List of all commands
# /animatednames reload – Reload the configuration
# /animatednames help – See all commands
# Variables: These variables can be used in the TEXT section
# of both the header as the footer.
#
# {PLAYER} – Player name
# {PLAYERNICK} – Player nickname
# {PREFIX} – Player prefix
# And lots lots more (see Spigot Page) (5000+)
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# GENERAL PLUGIN SETTINGS
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
## Config version (DO NOT EDIT)
config: 4
## Language file
lang: ‘en’
## Debug mode
debug: false
## Log to file
log:
enabled: true
## Update checking
update:
check: true # RECOMMENDED YOU LEAVE THIS TRUE
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# PLUGIN SPECIFIC SETTINGS
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# Placeholder settings
placeholder:
# Force install all placeholders (NOT RECOMMENDED)
force-all: false
# logs the memory usage of placeholders on startup
log-memory: false
# Clear unused placeholders that are not enabled.
clear-unused: true
# Config cache only
# This will only use placeholders in the config
# HOWEVER: IT WILL BREAK ALL CUSTOM PLACEHOLDERS!
# IT WILL ALSO PREVENT ANY HOOKS (PlaceholderAPI)
config-cache: false
tweaks:
# If you have issues with non-legacy mode try this option. The option is more CPU intensive,
# but it is meant to detect problems
synchronized: false
# Setting this to true will keep tab names untouched
# Useful for those who do not want to change tab names but
# only the names above.
# NOTE: This shrinks the tab name by 2 chars
# so if you have a long name it becomes shorter
# This may also break nicknames in the tab
white-tabnames: false
# WARNING: The recommended interval for this plugin
# is calculated at 15 ticks (recommended 20 ticks)
# You can experiment with lower ticks but this might
# cause a slight flicker.
# AnimatedNames groups
# THESE ARE NOT PERMISSION GROUPS. THE NAMES DO NOT NEED TO MATCH
# YOUR PERMISSION GROUP.
# An AnimatedNames group is a group you assign to a player (or permission group)
# using animatednames.group.<GROUPNAME>
groups:
default: # This is the default group. Add as many as you wish
priority: 0 # A higher priority means it is sorted higher
# Prefix in front of the player name above their head
name-prefix:
# A list to create animations
frames:
# {PREFIX} will be replaced with the PERMISSION prefix (Vault)
# Meaning if your permission prefix is “[Mod]” it will show this
– ‘{PREFIX}’
# Animation interval in ticks (20 ticks = 1 sec)
interval: 100
# The display name above the player head (default {PLAYER})
name-suffix:
# A list to create animations
frames:
– ‘{SUFFIX}’
# Animation interval in ticks (20 ticks = 1 sec)
interval: 100
example-admin:
priority: 1 # A higher priority means it is sorted higher
name-prefix:
# A list to create animations
frames:
– ‘&4[&cAdmin&4] &c’
# Animation interval in ticks (20 ticks = 1 sec)
interval: 100
# Text below your name above your head
name-below:
# Set to false to disable the name under name (REQUIRES RESTART)
enabled: true
# A list to create animations
# Make sure that the placeholder is numeric!
# You have to put a number or numeric placeholder in the beginning
# or else you will get a “0” in front.
# This also means you can’t have colors in front. The number is a set
# color you can’t change.
frames:
– ‘{HEALTH}&cHealth’
– ‘{STAT_TIMESPLAYED}&6Times played’
# Animation interval in ticks (20 ticks = 1 sec)
interval: 20