# Clan Below Player's Name

## Plugins required

* [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/)
* [TAB](https://github.com/NEZNAMY/TAB/releases) (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**:

{% code title="/plugins/TAB/config.yml" %}

```yaml
scoreboard-teams:
    unlimited-nametag-mode:
        enabled: true
```

{% endcode %}

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

{% code title="/plugins/TAB/groups.yml" %}

```yaml
_DEFAULT_:
  belowname: "%simpleclans_tag_label%"
  # if you want a clan tag above your name:
  # abovename: "%simpleclans_tag_label%"
```

{% endcode %}

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

{% code title="/plugins/SimpleClans/config.yml" %}

```yaml
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
```

{% endcode %}

You can check more info about this section in [configuration](https://wiki.roinujnosde.me/simpleclans/how-to-setup/configuration#tags) tab.

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

## Screenshot

![](https://3147254304-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDzSURjf29qvGnoWu7Z-1703796690%2Fuploads%2Fgit-blob-9b7ef36be0f16831007e27faef43819ce372fb09%2Fclans-below-name.png?alt=media)
