TAB | Full version

MC Plugin TAB | Full version 4.1.4
An all-in-one solution that works

Fixed 2 issues from previous release.
Bukkit:
  • Fixed startup on 1.8.0
  • Added 1.19.3 support
BungeeCord:
  • Fixed crash on 1.7 clients
  • Updated to latest bungeecord build, which adds 1.19.3 support (no longer compatible with older versions)
Layout:
  • Fixed anti-override for tablist names being disabled when layout is enabled even if no layout is visible due to no condition being met
  • Fixed startup error when slots contained a number instead of interval
  • Implemented a fix for compatibility with plugins that add empty player name to a team
  • Fixed startup error when fixed slot slot value was not a valid number
  • Note on 1.19.3+: Entries will now appear in chat complete as mojang removed a mechanic I used to hide them
Header/Footer:
  • Prioritize per-world settings over per-server
BossBar:
  • Fixed announcement bar disappearing when a placeholder in it is updated
  • Fixed %countdown% placeholder not activating for usage in TAB's expansion
  • Fixed announcement bars appearing in disabled worlds/servers
Placeholders:
  • Fixed classic placeholders not updating in a line of text if a relational placeholder updated
Configuration:
  • Changes to default groups.yml file - removed admin and group overrides to reduce the load on LP mods answering this question over and over
  • Fixed nested conditions not working when defined below condition that uses them
  • Added support for OR condition types in short format using "|" symbol
MySQL:
  • Attempted to fix startup error (#717)
Tab expansion:
  • replace_ function now parses nested placeholders as well
  • Fixed values not being sent to new server's bridge on server switch
Global playerlist:
  • Added %playerlist-group_<group>% placeholder showing online player count in specified server group
  • Server names are no longer case-sensitive
  • Fixed faulty mechanic causing the feature to break nick/skin plugins on 1.19+ (as mojang no longer allows that mechanic) (#752)
Sorting:
  • Reduced amount of characters needed for sorting by groups, permissions and "placeholder" type (more about this limit on wiki)
Commands:
  • Fixed debug command saying sorting is disabled even when layout is enabled and sorts players
API:
  • Removed old event API
General:
  1. Marked 1.19.2 as compatible (plugin will no longer send a console warn)

Teams:
  1. Added config option to control `canSeeFriendlyInvisibles` flag

Placeholders:
  1. Fixed rare issue with nested placeholders

Layout:
  1. When enabled, plugin is no longer formatting original entries which might contain raw placeholders at first, causing wide entries
  2. Added config option to show vanished players in layout

Global playerlist:
  1. Fixed client kick issue & added config option to control the value causing it
  2. Fixed issues on 1.7

Conditions:
  1. Added "startsWith" and "endsWith" condition types for string operations

Scoreboard:
  1. Fixed show command sending scoreboard for players who have it hidden using a toggle command
Fixed plugin causing disconnect when typing in chat. If you are wondering what does TAB have to do with signed chat messages, player signing key is sent using tablist packet and TAB is a tablist plugin so.. yeah.
Also fixed 2 bugs from previous release.
Top Bottom