TAB

https://github.com/NEZNAMY/TAB

Team模式

情况1:我没有运行代理服务器(BungeeCord/Velocity/Waterfall 等)

如果您正在使用Team模式,则可以选择以下方法之一使 CustomNameplates 与 TAB 协同工作

方法1:

① 在 CustomNameplates 的 config.yml 中启用 TAB 集成

integrations:
  team:
    TAB: true

方法2:

① 在 CustomNameplates 的 config.yml 中禁用Team管理

other-settings:
  disable-team-management: true

② 在 CustomNameplates 的 nameplate.yml 中将模式设置为 "Disable"

mode: Disable

③ 在 TAB 中配置所有内容

TAB groups.yml 示例

_DEFAULT_:
  tabprefix: ""
  tagprefix: "%nameplates_prefix%"
  customtabname: "%player%"
  customtagname: "%player%"
  tabsuffix: ""
  tagsuffix: "%nameplates_suffix%"

情况2:我正在运行代理服务器

① 确保您已在后端服务器上安装了 TAB-Bridge

② 在 CustomNameplates 的 config.yml 中禁用Team管理

other-settings:
  disable-team-management: true

③ 在 CustomNameplates 的 nameplate.yml 中将模式设置为 "Disable"

mode: Disable

④ 在 TAB 中配置所有内容

TAB groups.yml 示例

_DEFAULT_:
  tabprefix: ""
  tagprefix: "%nameplates_prefix%"
  customtabname: "%player%"
  customtagname: "%player%"
  tabsuffix: ""
  tagsuffix: "%nameplates_suffix%"

Unlimited模式

① 在 CustomNameplates 的 config.yml 中禁用Team管理

other-settings:
  disable-team-management: true

② 在 CustomNameplates 的 nameplate.yml 中将模式设置为 "Unlimited"

mode: Unlimited

③ 打开 TAB 的 config.yml 并将 "invisible-nametags" 设置为 true 如果您正在运行代理服务器,则同样如此。

scoreboard-teams:
  enabled: true
  invisible-nametags: true 

最后更新于