Skip to content

Releases: NEZNAMY/TAB

5.2.0

31 Mar 15:52
Compare
Choose a tag to compare
  • Added support for Forge and NeoForge (1.21.4 - 1.21.5)
  • Hotfixed error from previous release

5.1.1

31 Mar 15:01
Compare
Choose a tag to compare
  • Fixed startup error when updating from an old version of the plugin
  • Dropped support for Sponge versions below 1.20.6
  • Removed nested placeholder parsing using {} as it caused issues with expansions like parseother, which doesn't necessarily parse placeholders for the target player

Please note that support for very old Bukkit versions will become limited in the future. While there are no plans to fully drop them, features may be limited in the future.

5.1.0

26 Mar 17:17
Compare
Choose a tag to compare
  • Added 1.21.5 to known versions (and as supported on Fabric). Velocity users: You will need to update VelocityScoreboardAPI for 1.21.5 client support (plugin will be updated once Velocity is updated, so watch out for an upcoming 1.1.0 version).
  • Removed support for all Fabric versions below 1.21.4. For older MC versions use older version of the plugin. If there is any reason why you want newer plugin version on older server, you can either backport it yourself, or customers may request a backport on the customer discord. Sponge will be next. While there are currently no plans to drop support for any bukkit versions, I cannot guarantee I will maintain versions as old as 1.8 forever.
  • Fixed prevent-spectator-effect not working correctly on BungeeCord and Velocity
  • You can now use magic codes inside RGB gradients anywhere, not only at the start
  • Added support for Redis and RabbitMQ for communication between multiple servers (no longer only on BungeeCord / Velocity via RedisBungee), which among other things unlocks global playerlist support on backend installation
  • placeholderapi-refresh-intervals section was renamed to placeholder-refresh-intervals and now allows you to override refresh intervals of internal TAB placeholders
  • /tab cpu output now colors refresh intervals of placeholders differently if the value is different from default value
  • Removed warning when floodgate is not configured correctly
  • Fixed an exploit
  • The plugin will now parse nested PlaceholderAPI placeholders with {} syntax without relying on the expansion to do it
  • Added more commands to "/tab nametag" subcommand for manipulating nametag visibility
  • Removed %countdown% placeholder and instead added %bossbar_announce_time_left_<bossbar>% and %bossbar_announce_time_total_<bossbar>% placeholders
  • Made playerlist objective title configurable (will only be visible on Bedrock Edition)
  • Made playerlist objective render type configurable instead of checking for specific health placeholders for turning it into hearts
  • Fixed error when more than 21 lines of scoreboard are defined
  • Added more misconfiguration warnings
  • Fixed clash between TAB's RGB gradient and MiniMessage's RGB format
  • Added viaversion hook to send new content on old servers

5.0.7

16 Feb 10:36
Compare
Choose a tag to compare

Bug fixes

5.0.6

06 Feb 16:59
Compare
Choose a tag to compare

Fixed a memory leak

5.0.5

29 Jan 16:47
Compare
Choose a tag to compare

Bug fixes

5.0.4

23 Jan 16:32
Compare
Choose a tag to compare

Bug fixes

5.0.3

03 Dec 19:19
Compare
Choose a tag to compare

Added 1.21.4 support

5.0.2

26 Nov 16:36
Compare
Choose a tag to compare

Fixed disconnect with an error on latest BungeeCord build.

5.0.1

23 Oct 19:10
Compare
Choose a tag to compare
  • Updated to 1.21.3
  • Fixed issues from previous release