Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published 2 weeks ago
Updated 2 weeks ago
TabulaVista
TabulaVista is a lightweight, customizable tablist and nametag plugin for Minecraft servers. It supports PlaceholderAPI, LuckPerms prefixes, RGB gradients, legacy color codes, and above-player nametags (F5 view). Ideal for professional server displays.
Features
- Customizable tablist (header, footer, player name line)
- Above-player nametags (supports PlaceholderAPI + colors)
- LuckPerms prefix integration
- RGB gradient support (
#00c3ff:#ffff1c:Text
) - Legacy color codes (
&a
,&f
,&7
, etc.) - Live configuration reloading
- Minimal and performant
Configuration
This config will be generated as plugins/TabulaVista/config.yml
.
tab:
header: "#00c3ff:#ffff1c: ADuckPlayingMC Network\n─────────────[ Online: %server_online% ]─────────────"
footer: |
§8[§7Server§8] §f%server_name% §8| §fTPS: §a%server_tps_1_colored%
§8[§7World§8] §f%player_world% §8| §fXP: §e%player_level%
─────────────── §6ADuckPlayingMC.dev ───────────────
name-format: "§8| &7[%luckperms_prefix%&7]&f%player_name% §7[§c❤ %player_health%§7] [§a%player_ping%ms§7] [§6$%player_biome%§7] §8|"
nametag:
format: "&7[&c❤ %player_health%&7] &7[&a%player_ping%ms&7] &7[&e%luckperms_prefix%&7]"
tab.header
: Tablist header text (supports gradients and placeholders)tab.footer
: Tablist footertab.name-format
: Line for each player's name in tablistnametag.format
: Text above player's head (F5 view)
Commands
Command | Description |
---|---|
/tab reload tab |
Reload only the tablist settings |
/tab reload nametag |
Reload only nametag display formatting |
Placeholders
Uses PlaceholderAPI placeholders:
%player_name%
%player_ping%
%player_health%
%player_world%
%server_online%
%server_tps_1_colored%
%luckperms_prefix%
- ...and many more
Requirements
Screenshots
[Upload sample tablist/names here]
Installation
- Download the plugin
.jar
file. - Place it in
/plugins/
on your Paper/Spigot server. - Start the server.
- Modify the generated
config.yml
. - Reload changes with:
/tab reload config
Color Support
You can use both RGB gradients and legacy &
codes in the config:
- Gradient:
#00ffcc:#ff0066:YourText
- Legacy:
&6Gold &cRed &aGreen
License
MIT License
© 2025 TabulaVista Authors