A beautiful and versatile TAB list plugin for Velocity proxies
Go to file
2023-03-12 19:23:48 +00:00
.github Add optional support for MiniMessage and hook for MiniPlaceholders (#18) 2023-03-11 20:23:47 +00:00
gradle/wrapper Bump to Gradle 8, Bump com.github.johnrengelman.shadow to v8.1.0 2023-03-01 12:40:43 +00:00
images Add README and banner 2023-02-24 22:10:50 +00:00
src/main Fix double underscore escaping still happening with MiniMessage, refactor formatter 2023-03-12 19:23:48 +00:00
.gitignore Initial commit 2023-02-19 00:02:50 +00:00
build.gradle Add optional support for MiniMessage and hook for MiniPlaceholders (#18) 2023-03-11 20:23:47 +00:00
gradle.properties Bump to 1.2.1 2023-03-12 18:18:19 +00:00
gradlew Bump to Gradle 8, Bump com.github.johnrengelman.shadow to v8.1.0 2023-03-01 12:40:43 +00:00
gradlew.bat Initial commit 2023-02-19 00:02:50 +00:00
LICENSE Add LICENSE and README 2023-02-19 01:36:08 +00:00
README.md Bump to 1.1.1, update build script, stop shading lombok 2023-03-10 12:47:04 +00:00
settings.gradle Bump to 1.1.1, update build script, stop shading lombok 2023-03-10 12:47:04 +00:00

Velocitab


A super-simple Velocity TAB menu plugin that uses scoreboard team client-bound packets to actually sort player lists without the need for a backend plugin.

Setup

Requires Protocolize v2.2.5 to be installed on your proxy. LuckPerms is also strongly recommended for prefix/suffix/role (and sorting) support.

Simply download the latest release and place it in your Velocity plugins folder (along with Protocolize).

Configuration

Velocitab has a simple config file that lets you define a header, footer and format for the player list, as well as a set of servers you do not want to have the custom player list appear on (i.e. if you want certain backend servers to manage the tab list instead of the proxy).

Formatting

Formatting is handled through MineDown, supporting the full range of RGB colors and gradients. If you use my other plugin using MineDown, HuskChat, you'll feel right at home.

Placeholders

You can include placeholders in the header, footer and player name format of the TAB list. The following placeholders are supported:

Placeholder Description Example
%players_online% Players online on the proxy 6
%max_players_online% Player capacity of the proxy 500
%local_players_online% Players online on the server the player is on 3
%current_date% Current real-world date of the server 24 Feb 2023
%current_time% Current real-world time of the server 21:45:32
%username% The player's username William278
%server% Name of the server the player is on alpha
%ping% Ping of the player (in ms) 6
%prefix% The player's prefix (from LuckPerms) &4[Admin]
%suffix% The player's suffix (from LuckPerms) &c
%role% The player's primary LuckPerms group admin
%debug_team_name% Internal team value, used for list sorting 1_alpha_William2

Building

To build Velocitab, simply run the following in the root of the repository:

./gradlew clean build

The build will be output as /target/Velocitab-x.xx.jar.

License

Velocitab is licensed under the Apache 2.0 license.

  • Website — Visit my website!
  • Docs — Read the plugin docs!
  • Discord — Get support, ask questions!
  • GitHub — Check out the plugin source code!

© William278, 2023. Licensed under the Apache-2.0 License.