TAB

https://github.com/NEZNAMY/TAB

Team mode

Situation 1: I don't run a proxy server (BungeeCord/Velocity/Waterfall etc.)

If you are using Team Mode. You can choose one of the below methods to make CustomNameplates work with TAB

method 1:

①Enable TAB integration in CustomNameplates config.yml

integrations:
  team:
    TAB: true

method 2:

①Disable team management in CustomNameplates config.yml

other-settings:
  disable-team-management: true

②Set mode to "Disable" in CustomNameplates nameplate.yml

mode: Disable

③configurate everything in TAB

TAB groups.yml example

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

Situation 2: I'm running a proxy server

①Make sure that you have installed TAB-Bridge on your backend servers

②Disable team management in CustomNameplates config.yml

other-settings:
  disable-team-management: true

③Set mode to "Disable" in CustomNameplates nameplate.yml

mode: Disable

④configurate everything in TAB

TAB groups.yml example

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

Unlimited mode

①Disable team management in CustomNameplates config.yml

other-settings:
  disable-team-management: true

②Set mode to "Unlimited" in CustomNameplates nameplate.yml

mode: Unlimited

③Open TAB's config.yml and set "invisible-nametags" to true If you are running a proxy server, it's the same.

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

Last updated