Fixed problem with dump showing a wrong server list Added support for backend luckperms placeholders even if luckperms hook is active General fixes
Velocitab 1.7.6 fixes bugs and improves system performance.
- Improved config validation for tab groups (#261)
- Improved the performance and fixed several issues related to the placeholder replacement system
- Fixed a problem related to players with an active glow effect
To update, just drag+drop.
Improved placeholder replacements performance Fixed problem with placeholder replacements Added exception handlers to Velocitab Task Manager Thread Added more debug commands
deps: bump net.kyori:adventure-nbt from 4.19.0 to 4.20.0 (#256)
Bumps net.kyori:adventure-nbt from 4.19.0 to 4.20.0.
updated-dependencies:
- dependency-name: net.kyori:adventure-nbt dependency-version: 4.20.0 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>
deps: bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 (#259)
Bumps org.apache.commons:commons-text from 1.13.0 to 1.13.1.
updated-dependencies:
- dependency-name: org.apache.commons:commons-text dependency-version: 1.13.1 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>
deps: bump org.projectlombok:lombok from 1.18.36 to 1.18.38 (#254)
Bumps org.projectlombok:lombok from 1.18.36 to 1.18.38.
updated-dependencies:
- dependency-name: org.projectlombok:lombok 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>
General performance improvements & Improved Tab Groups config checker (#261)
-
Added more caches Improved internal logic performance Added check on reload to prevent the plugin from crashing if an invalid yaml is used
-
Changed debug command tab completer logic
Fixed problem with Placeholders Replacements Moved some logic to velocitab thread
feat: mark PremiumVanish as compatible
Fixed concurrency problem Fixed problem with placeholder replacements
Fixed glow problem
Velocitab 1.7.5 adds support for Minecraft 1.21.5 and fixes bugs
- Added support for Minecraft 1.21.5 (#252)
- PAPIProxyBridge 1.8 is now required when using this with Velocitab
- Fixed an issue where indexes were not incremented on header/footer update, courtesy of @Kowaman (#251)
- Fixed a problem with users quitting while using the
only_list_players_in_same_server
setting - Fixed a problem with the else case with placeholder replacements
- Fixed issues relating to loading tab groups from multiple files
To update from 1.7.4, just drag+drop. Please update PAPIProxyBridge to 1.8 or newer if you are using this.
1.21.5 (#252)
- Added support for 1.21.5
- Improved UpdateTeamsPacket's caches
Improved updateHeaderFooter
fix: increment indexes on header/footer update (#251)
Fixed problem Added missing javadoc Bumped required papiproxybridge version
Fixed placeholder replacements else case problem Fixed quit problem while using onlyListPlayersInSameServer Improved latency task Fixed problem while loading tab groups
deps: bump io.netty:netty-codec-http from 4.1.118.Final to 4.1.119.Final (#249)
Bumps io.netty:netty-codec-http from 4.1.118.Final to 4.1.119.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.7.4 improves performance, makes a few additions for easier configuring/debugging, and fixes bugs.
- Added
/velocitab dump
to produce a system status dump of the plugin to the web - Added the ability to define TAB groups in multiple files within a
plugins/Velocitab/tab_groups
folder - Added a new placeholders caching system.
- Now Velocitab won't request placeholders each time with a future but will cache them for better performance
- Added
format_update_rate
andnametag_update_rate
configuration options - Added a checker for use of Legacy MiniMessage text
- Improved tab groups configuration validation with new warning messages
- Changed from commons-jexl3 to mvel for better performance and resource usage
- Changed thread usage to a single asynchronous thread to fix race condition issues & consistency
- Fixed a performance problem when relational placeholders were used.
- Removed the MiniPlaceholders Expansion due to performance issues
- Conditions aren't part of the mini expansion anymore, and can now be used by the LEGACY and MINEDOWN formatters
- Removed
startsWith
andendsWith
methods from conditionals placeholders
To update, just drag+drop.
refactor: AlexDev_ -> AlexDev03