TabModifier —— tab manager plugin based on luckperms, now support Placeholders

Description

TabModifier is an addon for luckperms, it synchronize players’ prefix/suffix to tablist and support placeholders

Features

- Listening to LuckPerms events, once player/group meta changed, synchronize all changes to tablist
- Support PlaceholderApi, you can add placeholders to header/footer/prefix/suffix
- Support MultiLine header/footer, use \n to split
- Make your players' tablist dynamic

Commands

/tab  refresh - refresh all players' tablist
/tab reload - reload config
/tab setheader [header] - set header value
/tab setfooter [footer] - set footer value

Permission

tabmodifier.refresh
tabmodifier.reload
tabmodifier.setheader
tabmodifier.setfooter

Config

FooterValue="&a&lThis is &d&lFooter\n&b&lLook, the SecondLine"
HeaderValue="&a&lThis is &b&lHeader"
# Name Style on tablist, use format code
NameStyle="&e&l"
# If players' prefix is not set yet, plugin will use initial value instead
InitialValue {
    Prefix="&d[&bMC&d]"
    Suffix="&9[&b0&9]"
}
# How long, in ticks, should plugin wait before refresh tablist when player join server, set to 0 to disable delay
RefreshDelay=5
UpdateInterval {
    # How long, in seconds, should plugin update tablist's header & footer
    "Header&Footer"=5
    # How long, in seconds, should plugin update tablist's playernames
    NameList=10
}
showDisplayName="true"
showFooter="true"
showHeader="true"
showPrefix="true"
showSuffix="true"

Screenshots

52

Links

GitHub
Download

FAQ

1.How to set prefix/suffix?

  • lp user [username] meta setprefix [weight] [prefix]
  • lp user [username] meta setsuffix [weight] [suffix]
  • lp group [groupname] meta setprefix [weight] [prefix]
  • lp group [groupname] meta setsuffix [weight] [suffix]
  • if one player/group has multiple prefix/suffix, tabmodifier will use that with highest weight value

2.How do I add placeholder?

  • you can get all placeholders here
  • use luckperms command to set prefix/suffix, which contains placeholders you want to use, for example
    lp user skioak meta setsuffix 1 &e[&a%player_ping%&e]
  • you can add placeholders to header and footer

3.What is displayname?

  • you can use /nick command to set players’ displayname, once players’ displayname set, tabmodifier will synchronize it to tablist
7 Likes

This looks cute! I need to ask as you know mojang doesnt accept any nicknames more than 12,13 characters (not sure how much) so what i’m asking does this plugin count [Prefix] as characters? I don’t want it to crash the server

No, this plugin does not affect nicknames, some server may give their players [prefix] & [suffix], but nucleus and luckperms only show them on chat, my plugin simply sync them to tablist…

Sweet! Great work mate

Newer Version Released
In this Version I fixed some bugs and use task method to prevent possible errors
Add Header & Footer feature
You can disable Prefix / Suffix Now
basically rewrite the whole plugin
borrowed some ideas from tabmanager, thanks for its authors
Player name strictly follow the color & style of prefix
Fully Tested on SpongeForge 1.12.2
Luckperms 4.x required
Does not support any other permission plugin

2 Likes

Newer Version Released

  • some minor fixes
  • improved performance
  • abandon task event
  • Fixed #3

This is great thank you! Worked right out of the box, first run.

Really nice ! I got no error using API 6 and TabModifier 1.3 :slight_smile:

Hello everyone, I will completely rewrite this plugin and add support to placeholderAPI these day, thank you all for 200+ downloads! If you have any suggestions, please leave a comment blow…

2 Likes

Aw yiss, awesome ! I can’t wait to try it. If you need feedback on dev builds it will be my pleasure to help.

TabModifier 1.4.1 has release, download here

1 Like

In our continuing effort to phase out the Plugin Releases category, this thread is being locked because the plugin is already listed on Ore.

Check it out: Nipo / Tab Modifier