Tablist tweaks
Small improvements for Tab player list - inspired by MineShield
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Tablist tweaks
Tablist tweaks
Small plugin that improves the player list (shown on Tab button press)
| Default | Dimension Dots | |----------|----------------| |
|
|
Features (can be disabled through configuration)
- The color of the player's name is associated with the dimension in which they are located: - Green for Overworld -
Red for Nether -
Purple for The End - Custom dimensions (from datapacks and mods) are supported! - The "idle" badge is placed after the player's name if they haven't moved for some time - Placeholders
Compatibility
PlaceholderAPI placeholders
(they can be used in other plugins such as TAB)
| Placeholder | Description | |-----------------------------------|------------------------------------------------------------------------------------------------| | `%tablisttweaks_dimension_color%` | corresponding color code from config
(obviously can be used to color anything) | | `%tablisttweaks_dimension_dot%` | Dimension Dot with corresponding color
(even if the "dimension-dots" feature is disabled) | | `%tablisttweaks_idle_badge%` | empty or the "idle" badge with color from config
(always empty if the feature is disabled) | | `%tablisttweaks_idle_flag%` | either `true` or `false`
(always `false` if the feature is disabled) |
Usage
Commands
`/tablisttweaks` is the main plugin command, which has the alias `/tt`.
| Command | Description | |----------------------|---------------------------------------------------------------| | `/tt help [command]` | Show help for given command, for available commands otherwise | | `/tt reload` | Reload config |
Configuration
- The time player has to stand still to get the "idle" badge (in seconds) - Enable/disable features - dimension colors - "dimension dot" format (see images) - "idle" badge - Colors - default dimensions - custom dimensions - "idle" badge - Plugin messages - error - help - warning
Permissions
| Permission node | Default | Description | |------------------------|---------|-----------------------------------------------------------| | `tablisttweaks.help` | true | Allows to use `/tt help` (lists only available commands) | | `tablisttweaks.reload` | op | Allows to use `/tt reload` | | `tablisttweaks.admin` | op | Refers to `tablisttweaks.reload` by default |
Supported versions
Plugin works properly on Java 1.8 and above. May work on older versions, probably without problems down to Java 1.8. Requires Java 1.8 or higher.
Reference
- MineShield server's tab as inspiration
Special thanks to:
- Legitimoose for amazing Paper (Bukkit) plugin (in Kotlin) project setup tutorial - BeBr0 for Spigot (Bukkit) plugin development [tutorial [RU]](https://youtube.com/playlist?list=PLlLq-eYkh0bB_uyZN4NdzkxLBs9glZmIT) with very clear API explanation