Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Velocitab

Velocitab

A beautiful and versatile TAB list plugin for Velocity proxies

17.1k
90
Management
Social
Utility

Compatibility

Minecraft: Java Edition

1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.2
1.8.x

Platforms

Velocity

Supported environments

Server-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server
Buy Me a CoffeeSponsor on GitHub

Creators

WiIIiam278
WiIIiam278 Owner
alexdev03
alexdev03 Co-maintainer

Details

Licensed Apache-2.0
Published 2 years ago
Updated 5 days ago
DescriptionGalleryChangelogVersions

Show all versions

1
2
14

Velocitab v1.7.7-414e83f

by WiIIiam278 on Jun 25, 2025
Download

Add %placeholder_value% to get the original value (#275)

  • Add %placeholder_value% to get the original value

  • Specify in doc

  • make the String final

Velocitab v1.7.7-15ae353

by WiIIiam278 on Jun 24, 2025
Download

Fixed https://github.com/WiIIiam278/Velocitab/issues/276 Correctly marked 1.21.6 as supported

Velocitab v1.7.7-1bdd16d

by WiIIiam278 on Jun 18, 2025
Download

Updated minimum velocity version for 1.20.6

Velocitab v1.7.7

by WiIIiam278 on Jun 17, 2025
Download

Veloictab 1.7.7 adds support for Minecraft 1.21.6 and fixes a bug related to placeholder replacement.

  • Added support for Minecraft 1.21.6 clients
  • Fixed placeholder replacements not being applied when placeholder is not found, courtesy of@Koora7334 (#272)

To update, just drag+drop. There are no config changes.

Velocitab v1.7.7-e87666c

by WiIIiam278 on Jun 17, 2025
Download

feat: add support for Minecraft 1.21.6 (#274)

  • Started working on 1.21.6

  • refactor: cleanup, uncomment 1.21.6


Co-authored-by: AlexDev_ 56083016+alexdev03@users.noreply.github.com

Velocitab v1.7.6-92b9739

by WiIIiam278 on Jun 17, 2025
Download

deps: bump io.netty:netty-codec-http from 4.1.119.Final to 4.2.2.Final (#273)

Bumps io.netty:netty-codec-http from 4.1.119.Final to 4.2.2.Final.

  • Commits

updated-dependencies:

  • dependency-name: io.netty:netty-codec-http dependency-version: 4.2.2.Final 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>

Velocitab v1.7.6-200a714

by WiIIiam278 on Jun 17, 2025
Download

deps: bump net.kyori:adventure-nbt from 4.20.0 to 4.21.0 (#267)

Bumps net.kyori:adventure-nbt from 4.20.0 to 4.21.0.

  • Release notes
  • Commits

updated-dependencies:

  • dependency-name: net.kyori:adventure-nbt dependency-version: 4.21.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>

Velocitab v1.7.6-a0fb6da

by WiIIiam278 on Jun 17, 2025
Download

deps: bump de.exlll:configlib-yaml from 4.5.0 to 4.6.1 (#270)

Bumps de.exlll:configlib-yaml from 4.5.0 to 4.6.1.

  • Release notes
  • Commits

updated-dependencies:

  • dependency-name: de.exlll:configlib-yaml dependency-version: 4.6.1 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>

Velocitab v1.7.6-c99ca06

by WiIIiam278 on Jun 17, 2025
Download

deps: bump net.luckperms:api from 5.4 to 5.5 (#271)

Bumps net.luckperms:api from 5.4 to 5.5.

  • Commits

updated-dependencies:

  • dependency-name: net.luckperms:api dependency-version: '5.5' 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>

Velocitab v1.7.6-70932f5

by WiIIiam278 on Jun 6, 2025
Download

Fix: Apply placeholder replacement when placeholder is not found (#272)

  • Fix: Apply placeholder replacement when placeholder is not found

Previously, if a placeholder (e.g., %essentials_afk%) was not resolved (i.e., had no current value), the system would not apply any specific replacement rules defined for the placeholder string itself. This meant that a configuration like:

placeholder_replacements: '%essentials_afk%': - placeholder: '%essentials_afk%' replacement: "Not present"

would not result in "%essentials_afk%" being replaced by "Not present" if the %essentials_afk% placeholder didn't resolve.

  • use getOrDefault instead of only get

Velocitab v1.7.6-8d18599

by WiIIiam278 on Jun 2, 2025
Download

Added more backend placeholders

Velocitab v1.7.6-a9aa82f

by WiIIiam278 on Jun 2, 2025
Download

Fixed problem with dump showing a wrong server list Added support for backend luckperms placeholders even if luckperms hook is active General fixes

Velocitab v1.7.6

by WiIIiam278 on May 16, 2025
Download

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.

Velocitab v1.7.6-b7dfca6

by WiIIiam278 on May 5, 2025
Download

Improved placeholder replacements performance Fixed problem with placeholder replacements Added exception handlers to Velocitab Task Manager Thread Added more debug commands

Velocitab v1.7.6-b90cc66

by WiIIiam278 on May 2, 2025
Download

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.

  • Release notes
  • Commits

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>

Velocitab v1.7.6-917a276

by WiIIiam278 on May 2, 2025
Download

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>

Velocitab v1.7.6-ed032b7

by WiIIiam278 on May 2, 2025
Download

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.

  • Changelog
  • Commits

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>

Velocitab v1.7.6-a3d2737

by WiIIiam278 on Apr 30, 2025
Download

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

Velocitab v1.7.5-69cb990

by WiIIiam278 on Apr 9, 2025
Download

Fixed problem with Placeholders Replacements Moved some logic to velocitab thread

Velocitab v1.7.5-6ff785f

by WiIIiam278 on Apr 8, 2025
Download

feat: mark PremiumVanish as compatible

1
2
14

Modrinth is open source.

feat/theseus/tauri-v2@c5403db

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.