A lightweight, intuitive tablist manager with powerful features
Overview
Simple TabList provides an elegant solution for managing your server's tablist without the complexity of traditional plugins. Tired of managing multiple config files and complex permission setups? With Simple TabList, you can customize your server's player list with minimal configuration while maintaining powerful features.
Display animated text (ID refers to animations.yml)
[#cap(word)]
Capitalize first letter: word → Word
[#capall(word)]
Capitalize all letters: word → WORD
Setup Guide
Custom Displaynames
Since v4.3, you can customize displaynames for each rank:
Go to the rank/group you want to customize in LuckPerms
Add the permission "stl.format"
Edit the permission value to: "stl.format.%luckperms_prefix% &f[player_name] %luckperms_suffix%"
Ensure PlaceholderAPI and LuckPerms ecloud expansion are installed
Save changes
Using PlaceholderAPI
Install placeholder expansions with `/papi ecloud download <expansion>`
Reload PlaceholderAPI with `/papi reload`
Use the placeholders in your config
Example in LuckPerms Dashboard
Configuration
# Worlds
# Enable
# Does enable/disable the worlds function which overrides the current Header and Footer content.
# You need LuckPerms and PlaceholderAPI to make this plugin work!
# Tab Refresh Interval Time is calculated in seconds.
# Performance.AsyncThreads: Set to true to run operations asynchronously for better performance.
Names:
Enable: true
Format:
Default: '%luckperms_prefix% &f[player_name] %luckperms_suffix%'
Global:
Enable: false
Prefix: ''
Suffix: ''
Sorting:
Enable: true
Type: weight
Ascending: true
Worlds:
Enable: false
Header:
Enable: true
Content:
- This is a header and animation {animation:0}!
- 'You: %player_name%!'
Footer:
Enable: true
Content:
- This is a footer!
- This is footer line 2!
Chat:
Prefix: §f[§cSTL§f]
ActionbarMessage: false
Tab:
Refresh:
Interval:
Enable: false
Time: 1
bstats:
Enable: true
Performance:
AsyncThreads: true