1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2026-06-04 15:28:21 +08:00

feat: 新增prefix内容轮换。

This commit is contained in:
2025-08-03 07:58:53 +08:00
parent e5013b76e0
commit 5809659155
5 changed files with 84 additions and 8 deletions
@@ -9,8 +9,16 @@ name: "&b&lPro &b会员"
# 内容 [必须]
# 显示在名字前面的内容
# 支持多行内容以实现前缀内容的轮换
content: "&b&lPro &b"
# 轮换周期 [非必须]
# 设置前缀内容的轮换周期,单位为毫秒。
# 若数值为-1,则表示不轮换。
# 若数值为0,则每次获取前缀时都会随机选择一行内容。
# 若数值大于0,则表示每隔指定毫秒数轮换一次内容
period: -1
# 权重 [必须]
# 用于GUI、TabList的排序和自动前缀显示
# 在GUI中,权重越高的会显示在越后面