Skip to content

Releases: NEZNAMY/TAB

4.0.2

22 Jun 11:14
Compare
Choose a tag to compare

Added back Vault hook and placeholders.
If using bridge plugin, update it to 3.1.0

4.0.1

16 Jun 06:54
Compare
Choose a tag to compare
  • Added 1.20 & 1.20.1 support
  • Removed everything that should not be exposed in the API module and added API for layouts
  • Pet name fix feature was removed from the main plugin and released as a separate plugin.
  • Ping spoof feature was removed
  • Removed Vault hook. According to bStats, 88% of servers that use TAB use LuckPerms and 5.6% use nothing. Other permission plugins are still supported when assigning groups by permissions.
  • %vault-prefix% and %vault-suffix% got removed. You can use their PlaceholderAPI alternative or the internal LuckPerms placeholders
  • %afk% got removed, use %essentials_afk% for essentials and %purpur_player_afk% for purpur's afk detection
  • %essentialsnick% got officially removed, it was already partially removed previously only returning player's name
  • Placeholder refresh interval categories were merged. Relational placeholders still have to start with %rel_, so those are not a problem. You are no longer able to specify server placeholders manually. Only those from server expansion are now registered as server placeholders.
  • Added Fabric support. Due to nature of Fabric being unable to support more than 1 server version in a single jar, the release only supports 1.20.
  • Feature are no longer being disabled in worlds/servers, but a disable-condition was introduced. It allows more customization. Bossbar and scoreboard got this option completely removed, as each configured object has display-condition already.
  • Layout now properly hides vanished players only from those, who shouldn't see them (previously everyone had the same view). This opens new options for the future.
  • Many other small changes and bug fixes

3.3.2

31 Mar 18:44
Compare
Choose a tag to compare
  • Fixed github issue #842
  • Fixed many errors
  • Unlimited nametag mode will now force marker tag for 1.8.x players instead of allowing to configure it
  • Fixed TAB expansion for placeholderapi not registering again on plugin reload with new PlaceholderAPI version

3.3.1

15 Mar 19:30
Compare
Choose a tag to compare

Bukkit:

  • Added 1.19.4 support

BungeeCord:

  • Fixed broken anti-override for teams from previous version

Belowname:

  • No longer sending updates to players in disabled worlds

Scoreboard teams:

  • Fixed teams being registered on name change in disabled worlds

Layout:

  • Slots in player groups matching fixed slots will be ignored instead of overwriting them

Global playerlist:

  • Reduced amount of packets sent & no longer blocking packets from other plugins

Other:

  • Sped up plugin reloading on high player counts

3.3.0

21 Feb 16:10
Compare
Choose a tag to compare

Added Sponge support

  • Supports both Sponge 7 (1.12.2) and Sponge 8 (1.16.5)
  • Not all features are available on both versions, see what is and what isn't available on the Compatiblity page

Scoreboard:

  • Fixed placeholders in title rarely not refreshing when switching between scoreboard with the same title

Unlimited nametags:

  • Fixed error on player quit which caused further issues

RGB:

  • Fixed conversion to legacy codes inserting redundant codes, hitting limits much faster (#827)

3.2.5

13 Feb 15:47
Compare
Choose a tag to compare
  • Removed %essentialsnick% placeholder due to being highly redundant (majority of server who want it have placeholderapi anyway). The placeholder will now return player name to avoid sudden placeholder break on update
  • Attempted to fix false config conversion trigger (#762)
  • Added support for * symbol in world/server groups in configuration at the beginning as well (previously only worked at the end)
  • Unlimited nametag mode will now show armor stands of invisible players to players in spectator gamemode (#785)

The next version will include Sponge support. If you're a customer interested in this, let me know by opening a ticket on discord.

3.2.4

25 Jan 09:43
Compare
Choose a tag to compare

Fixed player login processing caused by a an error in Bukkit API

3.2.3

21 Jan 13:57
Compare
Choose a tag to compare
  • Added RGB support to messages sent into console
  • Added colorization of output of relational placeholders
  • Fixed bossbar error when progress is below 0 or above 100
  • Reverted placeholder timeout from previous update due to many issues
  • Fixed rare error on bukkit

3.2.2

15 Jan 11:20
Compare
Choose a tag to compare

Bukkit:

  • Fixed startup on Thermos
  • Added 1.5.0 support (for fun)

Nametags:

  • Fixed players unregistered with wrong team name on team name change

Unlimited nametags:

  • Fixed error leading to player disconnect

Scoreboard:

  • No longer sending update packets to players who cannot see scoreboard

Aligned suffix:

  • Fixed rare error

Commands:

  • Added instant updating if player's uuid is used in /tab player command

Placeholders:

  • Added timeout for placeholders to retrieve value to avoid plugin freezing when a placeholders makes an SQL task that freezes, set to 50ms

Global playerlist:

  • Increased time of blocking player removal packets on server switch to prevent proxy removing players from tablist on server switch

Configuration:

  • Small changes to default configuration showing how to do some commonly asked things

Header/Footer:

  • Plugin will no longer forcibly add &r at the beginning of each line (so formatting will follow unless overridden)

Yellow number:

  • Disabled the feature for bedrock players due to display bugs and no actual benefits

Other:

  • Fixed rare error on reload

3.2.1

16 Dec 10:29
Compare
Choose a tag to compare

Fixed 2 issues from previous release.