Give write permissions
docs: Update update_docs.yml
fix: Fixed NullPointerException in Player Join Listener (#47)
Add plugin metrics and update checker (#46)
Bump to 1.4, remove protocolize from build script, update README
Implement native packets handling and remove Protocolize dependency (#44)
Remove unneeded log when player remove does not occur
Remove unnecessary if check
⚠️ You must regenerate your config file for this update!
Velocitab 1.3 adds header and footer animation support, an option to disable player sorting, lets you customise how server names are displayed, and fixes a number of issues related to player sorting.
- Added support for header and footer animations by @ironboundred (#25)
- The header and footer config sections now accept a string list of "frames" in the config file
- The config will switch between frames on each update (set with update_rate)
- Added a config option to disable player sorting
- As a result, Protocolize is no longer a hard dependency and the plugin will work fine without it installed (though it is still recommended for proper TAB sorting support)
- Added a config setting to choose a "display name" for servers, courtesy of @FreeMonoid (#30)
- This lets you choose how the server names will appear when using the server placeholder
- Added reload and About Commands, courtesy of @ironboundred and @4drian3d (#32, #34)
- Added support for using legacy RGB color codes, couretsy of @FreeMonoid (#37)
- Made it so Velocitab will now reload its config when the proxy reload event is fired, courtesy of @ironboundred (#33)
- Fixed a number of issues and console warnings related to player list sorting
- Fixed a "failed Dispatch Packet" error in console that could appear when a user left the game, courtesy of @ironboundred (#28, #40, #42)
- Fixed a console warning that could occur when the TAB needs to update due to a LuckPErms permission recalculation event firing, couretsy of @ironboundred (#43)
To update to this release, you must regenerate your config.yml file. If you're using PAPIProxyBridge, an update for that released today and you should also upgrade, as it fixes an important issue with how it was caching requests. Enjoy!
Add new contributors to credits
Add option to disable sorting players, close #39
Bump PAPIProxyBridge to v1.2
Check against offline users during permission recalc TAB update (#43)
Bump minimessage, fix empty string used for concatenation
More checkes for offline players (#42)
Handle ProtocolizePlayer absence before sending packets (#40)
Support legacy RGB color codes (#37)
Bump io.netty:netty-codec-http from 4.1.90.Final to 4.1.91.Final (#36)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Improved Velocitab command using native Brigadier (#34)
Reload when proxy reload event is fired (#33)