👇Clan Below Player's Name

Plugins required

  • TAB (you can use a different tablist plugin, as long as it supports PlaceholderAPI)

Step by step

1. Open TAB's config.yml, enable unlimited-nametag-mode:

/plugins/TAB/config.yml
scoreboard-teams:
    unlimited-nametag-mode:
        enabled: true

2. Now let's edit groups.yml file. Add belowname option if missing.

/plugins/TAB/groups.yml
_DEFAULT_:
  belowname: "%simpleclans_tag_label%"
  # if you want a clan tag above your name:
  # abovename: "%simpleclans_tag_label%"

3 (Optional). Change the view of clan tags in SimpleClans's config.yml:

/plugins/SimpleClans/config.yml
tag:
  default-color: '8'
  max-length: 5
  bracket:
    color: '8'
    leader-color: '4'
    left: '' # It can be '[' or any other character
    right: '' # It can be ']' or any other character
  min-length: 2
  separator:
    color: '8'
    leader-color: '4'
    char: ' .' # You can remove a dot after clan tags

You can check more info about this section in configuration tab.

4. Restart your server or reload TAB – /tab reload. Enjoy! :)

Screenshot

Last updated