Reload and About Commands (#32)
Bump to 1.3
Tweak header/footer index incrementation order
Track header/footer index per-player, clarify configuration, fix #29
Allow setting display name for servers (#30)
Fix failed Dispatch Packet on server disconnect (#28)
Merge remote-tracking branch 'origin/master'
Add support for header and footer animations (#25)
Velocitab 1.2.3 fixes compatibility support for Minecraft 1.19.4
- Fixed compatibility with Minecraft 1.19.4 clients
To update, just drag+drop. There are no config changes in this release.
Fix version metadata
Release version 1.2.3
Bump io.netty:netty-codec-http from 4.1.89.Final to 4.1.90.Final (#20)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump net.kyori:adventure-text-minimessage from 4.12.0 to 4.13.0 (#21)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump protocolize to 2.2.6
Veloictab 1.2.2 fixes a few critical issues from the previous release.
- Fixed an issue where LuckPerms prefix / role data wasn't properly cached when it was updated
- Fixed an issue where the config would fail to load
Please regenerate your config for this release.
Release version 1.2.2
Fix LuckPerms role update not updating actual user in TAB list
Fix parsing of enums in sortable element list in config file
Velocitab 1.2.1 adds the ability to customize how players are sorted in the TAB list, and fixes a few bugs.
- Added initial support for Minecraft 1.19.4 servers (please update Protocolize to the latest version (2.2.6+). It may take a little while before this becomes fully stable)
- Added the ability to customize the order of elements and which elements are used for sorting user names in the list through a list in the config file
- By default,
ROLE_WEIGHT
andROLE_NAME
are used - You can also now add
SERVER_NAME
to this list, enabling sorting by the name of server the user is on, if you so wish
- By default,
- Fixed an issue where the plugin would fail to handle some older / modded clients due to nullable collision rule flag values in the update teams packet and cause an error
- Fixed double-underscore formatting escaping still happening for users with the MiniMessage formatter
- Tweaked the fallback values on lists used when values are not set in the config for a group to correctly display with the MiniMessage formatter
To update, drag+drop. You should regenerate your config file.
Merge remote-tracking branch 'origin/master'