Skip to content

Releases: NEZNAMY/TAB

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.

3.2.0

12 Dec 09:12
Compare
Choose a tag to compare

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
  • [B]Note on 1.19.3+: Entries will now appear in chat complete as mojang removed a mechanic I used to hide them[/B]

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_% 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

3.1.5

20 Sep 13:58
Compare
Choose a tag to compare

General:

  • Marked 1.19.2 as compatible (plugin will no longer send a console warn)

Teams:

  • Added config option to control canSeeFriendlyInvisibles flag

Placeholders:

  • Fixed rare issue with nested placeholders

Layout:

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

Global playerlist:

  • Fixed client kick issue & added config option to control the value causing it
  • Fixed issues on 1.7

Conditions:

  • Added "startsWith" and "endsWith" condition types for string operations

Scoreboard:

  • Fixed show command sending scoreboard for players who have it hidden using a toggle command

3.1.4

04 Aug 15:19
Compare
Choose a tag to compare

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.

3.1.3

28 Jul 16:27
Compare
Choose a tag to compare

Bukkit:

  • Fixed startup on 1.7.x and 1.8.0
  • Added 1.19.1 support

BungeeCord:

  • Fixed vanish/invisible status retrieved through bridge not resetting on server switch
  • Fixed console error when using 1.7.x client
  • Added check for Waterfall's disable_tablist_rewrite config option for the plugin to work properly

Sorting:

  • Fixed not listing a group in list sometimes making it not sort on the bottom properly
  • Fixed space between entries causing them to not work as expected
  • Fixed startup error caused by misconfiguration (not defining values when sorting by predefined values)

Unlimited nametag mode:

  • Option to disable the feature for players on boats now support boats with chest as well
  • Armor stands are no longer spawned for <1.8 players
  • Fixed sneak status not detected on reload
  • Improved heights to match vanilla & removed space-between-lines option
  • Fixed per-world formatting not applying/changing on world switch

Configuration:

  • Fixed startup error when a config option was missing
  • Fixed startup error when disabled world or server was null

Scoreboard:

  • Fixed lines with the same text not appearing when use-numbers is true
  • Fixed error when using show command without player argument from console

Commands:

  • Properties can now also be removed per-world or per-server (with no argument and immediately following with -w or -s)
  • Auto-complete will no longer suggest default bossbars when announcing bossbar

Aligned suffix:

  • Fixed rare error
  • Updated default character widths for 1.19

Placeholder output replacements:

  • Fixed color codes causing exact match to not work (since new PlaceholderAPI no longer translates colors)
  • Are now applied again after applying nested placeholders

Layout:

  • Fixed startup error when a layout is missing groups

Conditions:

  • Fixed condition placeholder outputs being 1 refresh loop behind their nested placeholders

Tab expansion:

  • Added %tab_nametag_visibility% showing if player can see nametags of players or not (/tab nametag toggle) and renamed %tab_ntpreview% to %tab_nametag_preview%

BossBar:

  • Made Wither's size on 1.8.x zero, avoiding visual glitch with less than 50% health
  • Fixed issues when hidden-by-default is enabled

PingSpoof:

  • Added compatibility with Layout feature

3.1.2

18 Jun 05:52
Compare
Choose a tag to compare

1.19 support and bugfixes