Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.
Filter loader...
Filter versions...

4.1.4

by NEZNAMY on Apr 23, 2024
Download

Hotfix from previous release.

4.1.3

by NEZNAMY on Apr 23, 2024
Download

Added 1.20.5 support

4.1.2

by NEZNAMY on Dec 8, 2023
Download

Hotfix from previous version

4.1.1

by NEZNAMY on Dec 7, 2023
Download

Updated to 1.20.4

4.1.0

by NEZNAMY on Dec 5, 2023
Download

Added 1.20.3 support

4.0.9

by NEZNAMY on Nov 5, 2023
Download

Hotfix on BungeeCord from previous update.

4.0.8

by NEZNAMY on Nov 4, 2023
Download

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.

4.0.7

by NEZNAMY on Oct 16, 2023
Download

Fixed various issues on 1.20.2 BungeeCord. If you use it, and updated your backend to 1.20.2, don't forget to update bridge as well, because it compensates for a new bug introduced in bukkit 1.20.2 causing plugin messages to not be sent on join.

I hope with this the plugin is now finally stable for 1.20.2 players on BungeeCord. The reason why it took so long is because there are tons of bugs/issues in server software out of my control, which has to be compensated for, such as:

  • On Bukkit 1.20.2, sending plugin messages on join may cause them to not be sent. God knows why. It was also very non-deterministic - trying the same thing several times gave different results. At the beginning, it worked totally fine for me. After making "some changes", it no longer worked. Not only on that test server instance, but not even on a clean installation anymore. I had to figure out which part of server code was blocking it and force an aggressive override, hopefully not breaking anything because of it.
  • BungeeCord is in maintenance mode for a decade now and only does the most urgent things (usually just adding support for new MC versions). Tons of problems were introduced in 1.20.2 with no clear interest in resolving them. Asking for a fix barely has success, even if you open a github issue that clearly describes the problem and suggest multiple possible solutions, md5 acts like he sees no problem. Sending packets to players is considered "not an API" and any bug reports featuring sending packets are closed, without resolving it or adding the API. What's worse, even using the API the way it's advertised will throw errors.

While I thought not adding any more features and just fixing internal bugs (which will eventually have to get all fixed as they can't keep coming forever), it looks like adding support for new MC versions is going to be much more painful than expected and may end sooner than expected. I am not interested in begging people to fix bugs in their software that's out of my control, but prevents my plugins from working correctly.

I would like everyone to understand that by no law because I wrote a few lines of code I am now forced to maintain it for the rest of my life, for free, instead of doing things I enjoy, making software for a game I haven't played in a decade, for servers I never heard of, owned by people I have never met and never will who just look to make money off of plugins by getting the developers to configure their own plugins for them to then put them on their server and then sell ranks. Easy money. Or not?

4.0.6

by NEZNAMY on Oct 1, 2023
Download

Added 1.20.2 client support to BungeeCord (requires newer BungeeCord build with a new method added).

4.0.5

by NEZNAMY on Sep 27, 2023
Download

Added support for new Spigot 1.20.2 build that uses mojang mappings for fields and methods (forks will probably follow as well).

Note on BungeeCord: There are still no news on 1.20.2 client support on BungeeCord. While the issue linked in previous update got closed, it got falsely closed - nothing was fixed. Shall a fix be introduced and plugin require an update to take advatange of the fix, plugin will be updated.

4.0.4

by NEZNAMY on Sep 22, 2023
Download

Added 1.20.2 support.

Please note that the plugin currently won't work for 1.20.2 players on BungeeCord due to an issue that's currently being investigated. There is currently no feasible solution available on the plugin's end, so we will most likely need to wait for a fix on BungeeCord side. If any progress on this is made and it will involve a change to the plugin, an update will be made for 1.20.2 client support on BungeeCord.

4.0.3

by NEZNAMY on Jul 7, 2023
Download

4.0.2

by NEZNAMY on Jun 22, 2023
Download

Added back Vault hook and placeholders

If using bridge plugin, update it to 3.1.0

4.0.1

by NEZNAMY on Jun 16, 2023
Download
  • 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.
  • Moved layout.yml content to config.yml
  • 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

by NEZNAMY on Mar 31, 2023
Download
  • 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

by NEZNAMY on Mar 15, 2023
Download

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

by NEZNAMY on Feb 21, 2023
Download

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 Compatibility 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

by NEZNAMY on Feb 13, 2023
Download
  • 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

by NEZNAMY on Jan 25, 2023
Download

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

3.2.3

by NEZNAMY on Jan 21, 2023
Download
  • 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

External resources



Project members

NEZNAMY

Owner


Technical information

License
Apache-2.0
Project ID