feat: Improve placeholder system, add luck_perms_meta
placeholder (#125)
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>
Improved serializer system for packet adapters & fixed bugs with nametags (#123)
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>
Fix wrong access modifier
Changed PlayerAddedToTabEvent from record to normal class (#117)
Added VelocitabAPI#getServerGroup and fixed problem while un-vanishing
Fixed vanish problem (#116)
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>
Added a team exists check when vanishing/unvanishing a player (#110)
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>
Update plugin description
Added an option to remove name tags if prefix & suffix are empty (#108)
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.
ci: add publishing to maven
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
Added Sorting Manager (#105)
-
Added SortingManager.
-
Fixed initialization problem + added cache for team name
-
Improved code readability
-
Commit with the requested changes.
-
Update src/main/java/net/william278/velocitab/Velocitab.java
Co-authored-by: William will27528@gmail.com
Co-authored-by: William will27528@gmail.com