服务器使用量
未统计
服务玩家数
未统计
下载量
39,748
插件详细介绍
Simple TabList
一款轻量直观的标签页管理器,功能强大。
Simple TabList 为您服务器的玩家列表提供了一个优雅的定制方案,无需传统插件复杂的配置和权限设置。通过极简的配置,即可实现强大的标签页自定义功能。
核心特性
- LuckPerms 集成 - 直接在标签页中显示来自权限系统的前缀和后缀。
- 灵活的排序 - 可选择玩家在标签页中的排序方式。
- 自定义页眉与页脚 - 支持为不同世界配置不同的内容。
- 丰富的动画 - 创建动态、引人注目的动画内容。
- 侧边栏支持 - 可自定义且支持动画的计分板。
- Hex 颜色支持 - 完整的 RGB 颜色自定义。
- PlaceholderAPI 支持 - 可使用所有已安装扩展的占位符。
- 玩家个人开关 - 允许玩家控制其侧边栏的可见性。
依赖项
- LuckPerms - 用于基于权限的前缀和后缀显示。
- PlaceholderAPI - 用于使用占位符及其扩展。
命令与权限
| 命令 | 权限 | 描述 |
| :--- | :--- | :--- |
| /stl-reload | stl.reload | 重载插件配置。 |
| /sidebar | stl.sidebar.toggle | 切换个人侧边栏的可见性。 |
支持
需要帮助?请加入我们的 Discord 服务器 获取直接支持和社区协助。
遇到排序问题?请查看此 GitHub Issue: https://github.com/TheYIMIR/SimpleTabList/issues/1
内置占位符
[player_name]- 玩家用户名。[world_prefix]- 当前世界前缀。[world_suffix]- 当前世界后缀。[global_prefix]- 全局前缀设置。[global_suffix]- 全局后缀设置。[player_health]- 玩家生命值。[player_food]- 玩家饥饿值。[player_xp]- 玩家经验值。[player_lvl]- 玩家等级。[player_gamemode]- 玩家当前游戏模式。[animation:ID]- 显示动画文本(ID 对应animations.yml中的配置)。[#cap(word)]- 首字母大写:word → Word。[#capall(word)]- 全部字母大写:word → WORD。
设置指南
自定义显示名称
自 v4.3 版本起,您可以为每个等级自定义显示名称:
- 在 LuckPerms 中进入要自定义的等级/组。
- 添加权限
stl.format。 - 将权限值编辑为:
stl.format.%luckperms_prefix% &f[player_name] %luckperms_suffix%。 - 确保已安装 PlaceholderAPI 和 LuckPerms ecloud 扩展。
- 保存更改。
使用 PlaceholderAPI
- 使用
/papi ecloud download <expansion>安装占位符扩展。 - 使用
/papi reload重载 PlaceholderAPI。 - 在配置文件中使用这些占位符。
配置示例
主配置文件模板
# 世界配置
# 启用
# 此功能用于启用/禁用世界特定配置,以覆盖当前的页眉和页脚内容。
# 您需要 LuckPerms 和 PlaceholderAPI 才能使此插件正常工作!
# 标签页刷新间隔时间以秒为单位计算。
# Performance.AsyncThreads: 设置为 true 以异步运行操作,获得更好的性能。
Names:
Enable: true
Format:
Default: '%luckperms_prefix% &f[player_name] %luckperms_suffix%'
Global:
Enable: false
Prefix: ''
Suffix: ''
Sorting:
Enable: true
Type: weight
Ascending: true
Worlds:
Enable: false
Header:
Enable: true
Content:
- This is a header and animation {animation:0}!
- 'You: %player_name%!'
Footer:
Enable: true
Content:
- This is a footer!
- This is footer line 2!
Chat:
Prefix: §f[§cSTL§f]
ActionbarMessage: false
Tab:
Refresh:
Interval:
Enable: false
Time: 1
bstats:
Enable: true
Performance:
AsyncThreads: true动画配置文件模板
animations:
'0':
- Frame 1
- Frame 2
- Frame 3
'1':
- Day
- Dusk
- Night
- Dawn
'2':
- '&eWelcome to the server!'
- '&aDon''t forget to vote!'
- '&bJoin our Discord!'
- '&6Check out our website!'
'3':
- '&c✦'
- '&e✦'
- '&a✦'
- '&b✦'
- '&9✦'
- '&d✦'
'4':
- '&8[&a█&8 ]'
- '&8[&a██&8 ]'
- '&8[&a███&8 ]'
- '&8[&a████&8 ]'
- '&8[&a█████&8 ]'
- '&8[&a██████&8 ]'
- '&8[&a███████&8 ]'
- '&8[&a████████&8 ]'
- '&8[&a█████████&8 ]'
- '&8[&a██████████&8 ]'
- '&8[&a███████████&8]'侧边栏配置文件模板
Sidebar:
Enable: true
Title: '&6&l✦ &e&lYOUR SERVER &6&l✦'
Lines:
- '&6&l➤ &fServer: &a%server_name%'
- '&6&l➤ &fPlayers: &a%server_online%/%server_max_players%'
- '&6&l➤ &fRank: &a%luckperms_prefix%'
- '&6&l➤ &fHealth: &a%player_health%/%player_max_health%'
- '&6&l➤ &fXP Level: &a%player_level%'
- '&1'
- '&6&l➤ &fTime: &a{animation:1}'
- '&6&l➤ &fLocation: &a%player_x%, %player_y%, %player_z%'
- '&2'
- '&ewww.yourserver.com'
Refresh:
Enable: true
Interval: 2
PerWorld:
Enable: true
Animations:
Enable: true
SyncWithTablist: true
PerPlayer:
Enable: true
Permission: stl.sidebar
Format:
BlankLineChar: ' '
LineSpacing: true性能提示
出于性能考虑,默认禁用了标签页的持续刷新功能。您可以在配置中启用它,并自定义刷新间隔。
重要提示: 更新插件后,请务必检查配置更新!更新前请始终备份您的配置文件。
未来开发计划
- 开发者 API。
- 更多自定义选项。
- 增强的动画功能。
其他项目
- Simple Announcer - 创建定时公告。
- Simple Commands - 轻松创建自定义命令。
---
详细统计信息: bStats
请留下您的评价,以帮助我改进插件并与他人分享您的体验!
我正在积极开发此插件,尽管更新有时可能需要时间。我会尽可能优先处理错误修复。
测试支持版本
版本分布
基本信息
插件名称
Simple TabList 《1.16.x - 1.21.x》- Animated - Hex colors
作者
SESOSAS
平台
Bukkit / Spigot
支持版本
1.16 - 1.21
点赞数
未统计
最近版本
暂无数据
-