-
Notifications
You must be signed in to change notification settings - Fork 243
Compatibility
- Requirements
- Supported server software and versions
- Supported features per platform
- Compatibility issues
TAB does not depend on any other plugins.
It is compiled with Java 8 and therefore supports any version of 8 and above.
Software type | Software name | Supported versions |
---|---|---|
Vanilla | Bukkit | ✔ (1.5 - 1.20.4) |
Sponge | ✔ (1.9 - 1.20.2)* | |
Modded | Fabric | ✔ (1.14.4 - 1.20.4) |
Forge | ❌ | |
Hybrid | Thermos & forks | ✔ (1.7.10) |
Magma (abandoned) | ✔ (1.12.2 - 1.19.3) | |
Mohist | ✔ (1.7.10 - 1.20.2) | |
CatServer | ✔ (1.12.2 - 1.18.2) | |
Arclight | ✔ (1.14.4 - 1.20.4) | |
Proxies | BungeeCord | ✔ (latest only**) |
Velocity | ✔ (latest only**) |
- Compile the plugin yourself and use the jar from
sponge7/build/libs
, which only contains sponge support instead of the universal jar fromjar/build/libs
. - Unzip the plugin jar, go to
me/neznamy/tab/platforms/
and delete everything exceptsponge7
.
** Latest only doesn't mean only the latest build will work, it means the plugin was made to be compatible with latest version/build. Since breaking changes don't happen too often, it means a wide range of versions is usually supported. When a breaking change occurs, plugin is updated to support new version, automatically making old versions incompatible. Since proxies support all client versions, there is never a reason to stay outdated, so you can always safely update to new version version/build of your proxy software if plugin requires it.
Feature \ Platform | Bukkit / Hybrid | Sponge | Fabric | BungeeCord | Velocity |
---|---|---|---|---|---|
Belowname | ✔ | ✔ | ✔ | ✔ | ✔ (via Bridge) |
BossBar | ✔ | ✔ | ✔ | ✔ (1.9+) | ✔ (1.9+) |
Global Playerlist | ❌ | ❌ | ❌ | ✔ | ✔ |
Header/Footer | ✔ | ✔ | ✔ | ✔ | ✔ |
Layout | ✔ | ✔ | ✔ | ✔ | ✔ |
Nametags & Sorting | ✔ | ❗ | ✔ | ✔ | ✔ (via Bridge) |
Per world playerlist | ✔ | ❌ | ❌ | ❌ | ❌ |
Playerlist objective | ✔ | ✔ | ✔ | ✔ | ✔ (via Bridge) |
Scoreboard | ✔ | ❗ | ✔ | ✔ | ❗ (via Bridge) |
Spectator fix | ✔ | ✔ | ✔ | ✔ | ✔ |
Tablist names | ✔ | ✔ | ✔ | ✔ | ✔ |
Unlimited Nametags | ✔ | ❌ | ✔ | ✔ (via Bridge) | ✔ (via Bridge) |
✔ = Fully functional
❗ = NameTags: Anti-override missing, Scoreboard: compatibility with other plugins missing.
❌ = Completely missing
- Glow plugins will fail to apply glow color correctly. Check How to make the plugin compatible with glow plugins for more information.
- Tablisknu (skript addon) prevents TAB from assigning teams (sorting & nametags).
- SkBee (skript addon) sends empty scoreboard, causing TAB's to not show sometimes.
-
Waterfall's
disable_tab_list_rewrite: true
may cause tablist to use offline UUIDs while TAB expects online uuids, causing various problems (most notably tablist formatting not working). Checking for this option is not an option either, because tablist rewrite might still be enabled despite being disabled (don't ask how, I have no idea). Set the option tofalse
if you are experiencing issues. - ViaVersion on BungeeCord acts like a client-sided protocol hack, making it impossible for TAB to know player's real version and causing issues related to it, see Per-version experience for more info. Install it on all backend servers instead for optimal experience.
-
Custom clients / resource packs - Unofficially modified minecraft clients often tend to break things. Just Lunar client has 3 bugs that can be reproduced with TAB. Resource packs may also contain modifications you are not aware of, making things not look the way you want them to. If you are experiencing any visual issue and are using a custom client or resource pack, try it with clean vanilla client. If it works there, it's an issue with the client / resource pack and TAB cannot do anything about it. Here are a few bugs in Lunar client that you may run into when using TAB:
- It adds lunar icon to players in tablist, but doesn't widen the entries. This results in player names overlapping with latency bar. You can avoid this by configuring some spaces in tabsuffix.
- It doesn't support color field in chat components, which means it doesn't support RGB codes and will display bossbar without colors as well.
- Bossbar is not visible on 1.8.
- Renders belowname 3 times.
- It doesn't respect nametag visibility rule, showing own nametag using F5 even if set to invisible by the plugin.
- When scoreboard is set to use all 0s, lines are rendered in opposite order on 1.20.3+.
- Random Spigot/BungeeCord forks - All safe patches for improving security & performance are present in well-known public opensource projects, such as Paper, Purpur or Waterfall. Using a random overpriced closed-source (and probably obfuscated) fork from BuiltByBit may not be safe, since they likely include unsafe patches that may break compatibility with plugins in an attempt to fix things that are not broken. Before spending your entire budget on such fork, reconsider it first. Paper (and its forks) is a performance-oriented fork used by 2/3 of all MC servers worldwide, while the rest is still stuck on Spigot. It is highly unlikely your needs are so specific you need every single "improvement" anyone can come up with. If you need a feature, Purpur is a feature-oriented fork. Together with plugins you should achieve what you are looking for.
- Why TAB?
- Installation
- Commands & Permissions
- Frequently Asked Questions
- Compatibility
- How to assign players into groups
- Known issues
- TAB-Bridge plugin
- Belowname
- Bossbar
- Global playerlist
- Header/Footer
- Layout
- Nametags
- Per world playerlist
- Ping spoof
- Playerlist objective
- RedisBungee support
- Scoreboard
- Sorting in tablist
- Spectator fix
- Tablist name formatting
- Animations
- Conditional placeholders
- Error logging
- MySQL
- Placeholder output replacements
- Placeholders
- RGB/font usage
- Client-sided mechanics
- Quick PlaceholderAPI startup guide
- How to setup compatibility with glow plugins
- How to display name from nickname plugins
- How to configure weights in LuckPerms
- How to save config in UTF-8 encoding
- Mini guides collection
- Additional information
- Optimizing plugin's CPU usage
- Developer API