feat: Add support for Minecraft 1.20.3/1.20.4 (#126)
-
docs: Minor comment tweak
-
Prepare 1.20.3 support pending Velocity
-
1.20.3/1.20.4 & java 17 (#128)
-
Improved PacketAdapter system + added support for 1.20.3/1.20.4
-
Changed java version to 17, updated velocity dependencies, improved packet adapters & added support for 1.20.3/4.
-
Fixed compile error with adventure
-
deps: Bump
netty-codec-http
to 4.1.103 -
ci: Upgrade dependabot config
-
ci: Update CI & Docs with new requirements
-
refactor: Rename
LUCK_PERMS_META
->LUCKPERMS_META
-
docs: Document
%luckperms_meta_(key)%
Co-authored-by: AlexDev_ 56083016+alexdev03@users.noreply.github.com
build(deps): bump io.netty:netty-codec-http (#127)
Bumps io.netty:netty-codec-http from 4.1.101.Final to 4.1.103.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>
Tidy up bits of logic, use class for Nametags (#122)
-
Tidy up bits of logic, use record for Nametags
-
Few more bits of cleanup
-
Some feedback
-
More feedback
-
Fix
#prefix()
and#suffix()
record calls -
Fixup logical error
-
nameTag
->nametag
-
Make TabPlayer#getNametag returns TabPlayer.Nametag
Co-authored-by: AlexDev_ alessandrodalfovo2003@gmail.com
Fix for various problems (#119)
-
Fixed logic problems with vanish + added tab recalculate system when luckperms fires UserDataRecalculateEvent
-
Fix for https://github.com/WiIIiam278/Velocitab/issues/120 . Fix for rgb nametags with legacy formatter. Fix for players with escape characters in their name. Fix for when a player is kicked from a server while staying online, tablist wasn't updated for that player. Fix for vanish, wrong variable used. Fix for negative values as input for tab sorting, min value is now 0.
build(deps): bump io.netty:netty-codec-http (#118)
Bumps io.netty:netty-codec-http from 4.1.100.Final to 4.1.101.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>
Added PlayerAddedToTabEvent, improved PlayerTabList performance and more (#114)
Added PlayerAddedToTabEvent, improved PlayerTabList performance and added the possibility to reload the plugin without breaking the tab list. This is only for dev purposes. Bumped version to 1.5.2 Fixed a few problems.
build(deps): bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 (#111)
Bumps org.apache.commons:commons-text from 1.10.0 to 1.11.0.
updated-dependencies:
- dependency-name: org.apache.commons:commons-text dependency-type: direct:production update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump org.ajoberstar.grgit from 5.2.0 to 5.2.1 (#109)
Bumps org.ajoberstar.grgit from 5.2.0 to 5.2.1.
updated-dependencies:
- dependency-name: org.ajoberstar.grgit 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>
Note: If you're upgrading from v1.4.x and below, please regenerate your config file for this release as there have been config changes.
Velocitab 1.5.1 adds a new Developer API, makes a few improvements, and fixes bugs present in the previous release.
- Fixed compatibility with intermediary versions (e.g., 1.16.4, 1.19.2, etc.), courtesy of @unilock (#102)
- Improved sorting logic to better handle both high and low role weight values, courtesy of @alexdev03 (#103)
- Integer values parsed via PAPIProxyBridge placeholders now correctly parse as sortable weighted integers cross-server, courtesy of @alexdev03 (#105)
- API: Added a new Developer API, courtesy of @alexdev03 (#106)
- Supports vanishing (hiding) and un-vanishing users from the TAB list, and providing VanishIntegration managers to do this as well
- Supports changing the display names of users on the TAB list
To update from v1.5, just drag+drop. If you're updating from v1.4.x, you should regenerate (delete and allow the server to re-create) your config.yml file.
Added VelocitabAPI, Vanish integration system (#106)
-
Added support for VanishIntegration
-
Merged
-
Added API and improved vanish system
-
Fixed problem with API
-
Fixed import problem
-
Commit with requested changes
-
first test
-
Added NotNull missing annotations
-
Fixed all requested changes
-
Fixed logic problem
-
Revert "first test"
This reverts commit 1be3c47d9c32262aef733b2fac3a6a788487fd3a.
-
Hide nametag if the prefix & suffix are empty.
-
Fixes for conversations.
-
Added missing @NotNull
-
Adjust repo order; use
elytrium
overexceptionflug
Co-authored-by: William will27528@gmail.com