SimpleClans
English
English
  • 😃Introduction
  • Discord Support
  • Bugs and Suggestions
  • Javadoc
  • How to Setup
    • 📘Configuration
    • 🍕Translation
    • 💰Member Fee
    • 💲Clan Upkeep
    • 👇Clan Below Player's Name
    • 👆Clan on Tablist
  • Commands and Permissions
    • 📌Commands
    • 🚦Permissions
    • 🪖Clan Alliances and Rivalries
    • 🏅Ranks with Permissions
    • 👍Verified Clan
    • ⌛Permanent clan
  • Integration
    • 🏝️Land Claiming
    • 👾DiscordSRV
  • Other
    • ♟️API Examples
    • 🪜Placeholders
    • 💸Logging server economy
    • 🪓Known issues
Powered by GitBook
On this page
  • Plugins required
  • Step by step
  • Screenshot

Was this helpful?

Edit on GitHub
  1. How to Setup

Clan Below Player's Name

PreviousClan UpkeepNextClan on Tablist

Last updated 2 years ago

Was this helpful?

Plugins required

  • (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

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

Screenshot

You can check more info about this section in tab.

👇
PlaceholderAPI
TAB
configuration