- Fixed magic codes not being translated correctly
- Fixed 1.16.5 Fabric support
- Fixed yaml parse error when a file is bigger than 3MB (skincache.yml can be)
- Fixed misconfiguration check regarding scoreboard chaining not working correctly
- Fixed reloading the plugin not establishing bridge connection correctly on Velocity
- Fixed gradients not working correctly (from previous version)
- Fixed startup error on Purpur 1.16.5 - 1.18.1 (from previous version)
- Extended MiniMessage support, now it no longer requires you to only use MM formatting in the entire text and you can use legacy "&" colors alongside MM syntax
- Fixed MySQL upload command not working correctly
- Fixed some console message on Velocity not being colored correctly
- Added trivial TPS approximation on Fabric (based on MSPT)
- Added a console warn when MySQL database is empty, suggesting user should upload their data using the upload command
- Added a config option that enables compensation for a bug in packetevents plugin, which kicks players for fun
- Improved debug command output
- Improved MiniMessage support (added support for translatable and keybind component conversion)
- Improved console warnings in belowname feature to be clearer
- playerdata.yml, which is used to store players who toggled scoreboard and bossbar when remember-toggle-choice is enabled now uses UUIDs instead of player names (existing players will be converted on demand)
- Exposed a few getters in TAB's API
- Fixed startup error when name of a group in groups.yml is a number (and not wrapped as a string)
- Fixed scoreboard toggle command being totally ignored if another plugin has sent scoreboard
- Fixed runtime warning spam in console if a sorting placeholder is not configured correctly (it will only show the startup warning now)
- Fixed shadowColor (new 1.21.4 option) being set to 0 instead of null, resulting in no shadow
- Fixed tablist name formatting sometimes affecting players who meet the disable-condition
- Fixed multiple bugs with scoreboard API
- Fixed layout skin downloading not saving them into memory correctly, resulting in spamming downloading
- Fixed console errors on Velocity when plugin is disabled due to a broken configuration file
- Fixed proxy TAB <-> TAB-Bridge communication issue that might result in dynamic internal placeholders (animations & conditions) being broken
- Removed support for "|L" syntax in RGB codes that allowed setting legacy color instead of using approximation. The same result can be achieved using conditional placeholders.
This update contains 2 major changes:
- Unlimited nametag mode feature and bossbar for 1.8 (which used wither entity) got removed from the plugin as previously announced here.
- On Velocity, the plugin no longer uses bridge plugin to send scoreboard packets. Instead, a new plugin called VelocityScoreboardAPI was created, which will do this job much better with a much better performance.
- If you are using TAB-Bridge with TAB on proxy, update bridge to version 6.0.0.
- Fixed an exploit on Velocity
- Fixed error
As MC 1.21.2 is approaching, this is the final update for 4.x branch. From now on, only 5.x versions will be released, which will no longer have unlimited nametag mode and bossbar for 1.8 servers. This was originally planned to come with MC 1.22 rather than 1.21.2, however, Mojang has decided to rework entity packets in 1.21.2 and I don't see the point in adding support for it just to remove the whole feature soon after. In case you missed it, here is the original (now updated) announcement: https://gist.github.com/NEZNAMY/f4cabf2fd9251a836b5eb877720dee5c
Added 1.21 support. Unlimited nametag mode feature has now been marked for removal for the future. Read more about it and discuss it at https://gist.github.com/NEZNAMY/f4cabf2fd9251a836b5eb877720dee5c
Added support for latest BungeeCord.
Please note that the latest changes introduced a packet encoding bug in features TAB offers that causes <1.13 players to be disconnected immediately on join. This bug is inherited by forks as well, including Waterfall and possibly further forks as well. Considering the bungee update didn't add anything meaningful other than support for some 1.20.3 snapshot, it is better to stay on an older version (BungeeCord #1759 or lower, Waterfall #548 or lower) until this is fixed in BungeeCord. Disabling the plugin for <1.13 players to avoid the disconnect would be a bad solution for many reasons.