-
Notifications
You must be signed in to change notification settings - Fork 243
Compatibility
- Requirements
- Supported server software and versions
- Supported features per platform
- Plugin hooks
- 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 (+forge hybrids) | ✔ (1.5 - 1.20.5) |
Sponge | ✔ (1.91 - 1.20.4) | |
Modded | Fabric | ✔ (1.14.4 - 1.20.5) |
Forge | ❌ | |
Proxies | BungeeCord | ✔ (latest only2) |
Velocity | ✔ (latest only2) |
- 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
.
2 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
In order to enhance user experience, TAB hooks into other plugins for better experience. This set of plugins is different for each platform based on their availability. Some are available on all platforms, some only in a few.
Floodgate - For properly detecting bedrock players to adapt features for best possible user experience.
LuckPerms - Detecting permission groups of players for per-group settings.
ViaVersion - For properly detecting player version to adapt features for best possible user experience.
LibsDisguises - Detecting disguised players to disable collision to avoid endless push by colliding with own copy created by LibsDisguises.
PlaceholderAPI - Allows users to use its placeholders inside TAB.
PremiumVanish - Supporting PV's vanish levels instead of using a basic vanish compatibility system.
Vault - Detecting permission groups of players for per-group settings.
PremiumVanish - Supporting PV's vanish levels instead of using a basic vanish compatibility system.
RedisBungee - Communicating with other proxies to properly display visuals on players on another proxy.
fabric-permissions-api - Supporting permission nodes instead of OP levels.
None
PremiumVanish - Supporting PV's vanish levels instead of using a basic vanish compatibility system.
RedisBungee - Communicating with other proxies to properly display visuals on players on another proxy.
- 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 and TAB on backend 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. Just avoid this combination - either install ViaVersion on all backend servers instead or install TAB on BungeeCord instead.
-
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