-
Notifications
You must be signed in to change notification settings - Fork 244
TAB Bridge
When TAB is installed on BungeeCord, the plugin has very limited access to information. It is unable to retrieve internal server data, as well as hook into backend plugins, because it's a different server.
Bridge is a backend plugin that sends this data to the proxy, allowing TAB to work better when installed on BungeeCord.
You can download it from GitHub or Spigot.
Installation is as simple as it can be. Put it into plugins folder of your backend servers. Bridge is NOT a BungeeCord plugin! Bridge itself has no config file, as everything is configured in the main plugin.
- Forwarding PlaceholderAPI support to the proxy
- Allow detection if player is invisible to make nametag invisible (compensation for 1.8.x client sided bug)
- Allow detection if player is disguised to disable collision to prevent endless push
- Forwarding permission groups of players if no permission plugin is installed on BungeeCord
- Forwarding vanish status for compatibility with global playerlist / layout features
- Forward player's world for %world% and per-world settings
- Allow TAB's PlaceholderAPI expansion with TAB on BungeeCord
- Forward player's gamemode for spectator fix feature to work
Just like with Minecraft, when there is a change in the communication protocol, older software will not be compatible with the new one. You should always be running latest versions of both TAB and Bridge.
You have many ways to verify TAB and Bridge are properly connected. Besides checking if the features above work, the easiest one is to run /btab debug <player>
.
If it's properly connected, you'll get a message saying this:
If it's not properly connected, you'll get this message:
If this is the case, it means Bridge is either not installed or versions are not compatible. Just update both to the latest version.
- 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