/
The Plugin was coded for 1.21.8 but it should work on 1.21.x
Config Tablist is a lightweight PaperMC plugin that lets you fully customize your server’s tablist with placeholders. Designed for high performance and simplicity.
| Command | Description |
|---|---|
/tablist reload | Reloads the plugin configuration |
/tablist config | Opens a Interface to configure the plugin per Player |
| Permission | Description |
|---|---|
tablist.admin | Access to all plugin commands |
tablist.configure | Allows accessing the tablist configuration GUI |
This config will be created automatically when starting the plugin and ther isn't a config already.
# Here you can Configure your Playerlist
# You can use placeholders:
# %ping% displays a players ping
# %online% displays the number of online players
# %tps% displays the servers tps
# %mspt% displays the servers mspt
# %player% displays the players username
header_1: "<red>Welcome %player%!</red>"
header_2: "<gray>Currently %online% players online</gray>"
# Add as many lines as you want by using header_3, header_4, etc.
footer_1: "<aqua>Ping: %ping% TPS: %tps% MSPT: %mspt%</aqua>"
# Add as many lines as you want by using footer_2, footer_3, etc.
# Allow players to toggle their tablist on/off via /tablist configure
allow_toggle: true

This Plugin lets you configure your servers tablist.