Bump net.william278:annotaml from 2.0.2 to 2.0.5 (#74)
Bumps net.william278:annotaml from 2.0.2 to 2.0.5.
updated-dependencies:
- dependency-name: net.william278:annotaml dependency-type: direct:production update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump net.william278:PAPIProxyBridge from 1.2.1 to 1.2.2 (#66)
Bumps net.william278:PAPIProxyBridge from 1.2.1 to 1.2.2.
updated-dependencies:
- dependency-name: net.william278:PAPIProxyBridge dependency-type: direct:production update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump io.netty:netty-codec-http from 4.1.93.Final to 4.1.94.Final (#67)
Bumps io.netty:netty-codec-http from 4.1.93.Final to 4.1.94.Final.
updated-dependencies:
- dependency-name: io.netty:netty-codec-http dependency-type: direct:production update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Velocitab 1.4.1 makes a few quality-of-life and stability improvements. It is compatible with the latest Minecraft version (1.20.1) as there were no packet mapping changes from 1.19.4.
- Set 200ms as the minimum period between list update executions, courtesy of @ironboundred (#52)
- Added a new placeholder:
%role_display_name%
, which will display the corresponding user's primary LuckPerms group's configure display name, if there is one (falling back to their group ID if not) - Added an option to configure the PAPIProxyBridge cache time (default is 30 seconds):
papi_cache_time
To update, just drag+drop. If you wish to use the new papi_cache_time
config option, you must regenerate your config file.
Velocitab 1.4 removes the dependency on Protocolize to make the plugin much more lightweight to use, adds an update checker, and fixes a number of bugs.
- Implement native packets handling and removed the Protocolize dependency, courtesy of @4drian3d (#44)
- Added an update checker, which runs on startup (can be turned off) and through the
/velocitab update
command. (#46) - Add plugin metrics and update checker (#46)
- Fixed NullPointerException in Player Join Listener, courtesy of @4drian3d (#47)
To update, just drag+drop. Thanks to 4drian's excellent work, you can remove Protocolize as Velocitab now uses Velocity's internals directly.