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>
Fix wrong comment in config file
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>
Bump net.william278:PAPIProxyBridge from 1.2 to 1.2.1 (#65)
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.
Fix wrong PAPI cache time
Add a bit more validation to the PAPI cache time option
Add role_display_name
placeholder, add docs for sorting
Merge remote-tracking branch 'origin/master'
Bump org.projectlombok:lombok from 1.18.26 to 1.18.28 (#59)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump io.netty:netty-codec-http from 4.1.92.Final to 4.1.93.Final (#60)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump to v1.4.1
Bump net.william278:DesertWell from 2.0.2 to 2.0.4 (#55)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump io.netty:netty-codec-http from 4.1.91.Final to 4.1.92.Final (#49)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump org.ajoberstar.grgit from 5.0.0 to 5.2.0 (#48)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
set minimal update rate (#52)
Tweak hangar channel config
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.
Remove redundant removeIf log when a player cannot be removed