Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
Platforms
Links
Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 2 years ago
SimpleTab
SimpleTab is a server plugin that implements the tablist (player list) header/footer configuration and dynamic information display.
It has support for formatting colors using the ampersand (&) character, and support for PlaceholderAPI.
Supported Minecraft versions
| ProtocolLib is installed | ProtocolLib is not installed |
|---|---|
| 1.8 to any higher version supported by PL | 1.13 to any higher version |
Configuration
The configuration file will be created on first launch of your server with the plugin, it's going to be in plugins/SimpleTab/config.yml. It's going to look like this:
# Text above player list
header: "A cool header"
# Text below player list
footer: "And a very cool footer"
# Update period in ticks (1 tick = 50ms)
updatePeriod: 20
You can use \n for newlines as well as &+char for formatting. You can also use %placeholder_name% for dynamic information if you have PlaceholderAPI installed.
Take a look at the example configuration that uses all 3 features.


