Cinnamiroll
本帖最后由 Cinnamiroll 于 2022-12-27 20:45 编辑



TAB版本3.1.5 waterfall 1.19 507

想按照玩家所在子服来分布玩家在TAB上的显示
采用的方案是权限判定 A服tab.a B服tab.b 以此类推 lobby不设置判定条件
layout代码 https://paste.ubuntu.com/p/8gRdKyKYQ8/

但是不生效 之前配置过一次(之前是正常的 但是不小心弄丢了备份

我认为应该是权限的问题 #7

debug后发现与TAB插件hook的插件是
Permission plugin: Vault through BukkitBridge
Permission group choice logic: Permissions
但是不知道该如何解决

addpromax
建议换成BungeeTabListPlus
因为tab这个插件就不适合做这种类型的,只适合做单服的

Cinnamiroll
addpromax 发表于 2022-12-27 17:54
建议换成BungeeTabListPlus
因为tab这个插件就不适合做这种类型的,只适合做单服的
...

BungeeTabListPlus这款插件用过 效果不怎么样
TAB简单且支持BC

addpromax
Cinnamiroll 发表于 2022-12-27 17:59
BungeeTabListPlus这款插件用过 效果不怎么样
TAB简单且支持BC

TAB那个layout就不支持分组
为什么不试试BungeeTabListPlus
我感觉比tab分组强多了

PixelWorld
可以截屏config文件吗

PixelWorld
本帖最后由 像素生存 于 2022-12-27 20:30 编辑

global-playerlist:
  enabled: false
  display-others-as-spectators: false
  display-vanished-players-as-spectators: true
  isolate-unlisted-servers: false
  spy-servers:
    - spyserver1
    - spyserver2
  server-groups:
    lobbies:
      - lobby1
      - lobby2
    group2:
      - server1
      - server2

Cinnamiroll
像素生存 发表于 2022-12-27 20:18
per-world-playerlist:
  enabled: false 改为true
  allow-bypass-permission: false

config配置 https://paste.ubuntu.com/p/C7fkb2ttpp/

我在尝试给lobby分组添加了condition权限判定后,在空岛服默认给了玩家tab.island权限 并且用LP进行权限检查为true,此时TAB 不显示任何一个玩家
我认为应该是权限问题 但是不知道如何下手

PixelWorld
Cinnamiroll 发表于 2022-12-27 20:30
config配置 https://paste.ubuntu.com/p/C7fkb2ttpp/

我在尝试给lobby分组添加了condition权限判定后, ...

global-playerlist:
  enabled: false
  display-others-as-spectators: false
  display-vanished-players-as-spectators: true
  isolate-unlisted-servers: false
  spy-servers:
    - spyserver1
    - spyserver2
  server-groups:
    lobbies:
      - lobby1
      - lobby2
    group2:
      - server1
      - server2

Cinnamiroll
像素生存 发表于 2022-12-27 20:30
global-playerlist:
  enabled: false
  display-others-as-spectators: false

https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Layout
Additional note 2 - Global playerlist incompatibility
The way this feature works is by pushing all real players out of the tablist and showing fake players instead.
As a result, enabling Global playerlist feature won't make any difference, since real players aren't visible in the tablist.
Layout feature is capable of working with all online players connected to the server where TAB is installed, meaning it can show players from all servers when installed on BungeeCord. Because of this, if you use layout, you can just disable global playerlist to reduce resource usage.

附加说明 2 - 全局玩家列表不兼容
此功能的工作方式是将所有真实玩家推出选项卡列表并显示假玩家。
因此,启用全局玩家列表功能不会有任何区别,因为真实玩家在选项卡列表中不可见。
布局功能能够与连接到安装TAB的服务器的所有在线播放器一起使用,这意味着当安装在BungeeCord上时,它可以显示来自所有服务器的播放器。因此,如果您使用布局,则可以禁用全局玩家列表以减少资源使用。