Tablist tweaks
This compact plugin introduces useful improvements to the player list displayed when pressing the Tab key.
Visual Enhancements
The plugin adds several customizable visual elements that can be disabled through configuration:
- Player name color corresponds to the dimension they are in:
- Green for Overworld
- Red for Nether
- Purple for The End
- An "idle" badge appears next to the player's name if they haven't moved for a certain period
PlaceholderAPI Compatibility
The plugin provides special placeholders that can be used in other plugins:
| Placeholder | Description |
|---|---|
%tablisttweaks_dimension_color% |
Dimension color code from configuration |
%tablisttweaks_dimension_dot% |
Dimension dot indicator with corresponding color |
%tablisttweaks_idle_badge% |
Empty value or idle badge with color from configuration |
%tablisttweaks_idle_flag% |
Returns true or false |
Usage
The main plugin command is /tablisttweaks with the short alias /tt.
| Command | Purpose |
|---|---|
/tt help [command] |
Show help for specified command or list available commands |
/tt reload |
Reload configuration |
Configuration
Configuration allows customization of:
- Idle time for badge activation (in seconds)
- Enable/disable individual features
- Display format for dimension indicators
- Colors for different dimensions and idle badge
- Plugin text messages
Permissions
| Permission | Default | Description |
|---|---|---|
tablisttweaks.help |
true | Allows use of /tt help command |
tablisttweaks.reload |
op | Allows use of /tt reload command |
tablisttweaks.admin |
op | Provides plugin administrator rights |
Supported Versions
The plugin is fully compatible with versions 1.16 and above. May work on older versions, down to 1.13. Requires Java 1.8 or newer.