Config Tablist
PluginLicenseRef-All-Rights-Reserved

Config Tablist

This Plugin lets you configure your servers tablist.

125
Downloads
1
Followers
5 months ago
Updated
📦
3
Versions

📖About Config Tablist

Config Tablist Plugin

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.

Features

  • MiniMessage support
  • Command to reload plugin config
  • Command Permissions
  • Allows Players to enable/disable the tablist if allowed via permission or config

Commands

Command Description
/tablist reload Reloads the plugin configuration
/tablist config Opens a Interface to configure the plugin per Player

Permissions

Permission Description
tablist.admin Access to all plugin commands
tablist.configure Allows accessing the tablist configuration GUI

Features Planed

  • Allow players to configure the Tablist for themselves.
  • PlaceholderAPI Support

Configuration Example

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