
A customizable tab plugin for the Velocity Minecraft proxy.
SpeedTab is a customizable tab plugin for the Velocity Minecraft proxy. It allows you to set custom headers and footers in the Minecraft tab list across different servers, with support for colour codes and formatting.
/speedtabreload.plugins directory of your Velocity server./speedtabreloadspeedtab.reloadspeedtab.reload permission applied to my player.After running the server for the first time with SpeedTab installed, a default configuration file will be created in the plugins/speedtab directory.
The configuration file config.conf allows you to customize the tab headers and footers. Here is the default configuration:
default {
tabTitle = "&aWelcome to &bSpeedTab!"
tabFooter = "&cEnjoy your stay!"
}
servers {
lobby {
tabTitle = "&aWelcome to the &bLobby!"
tabFooter = "&cEnjoy your time in the Lobby!"
}
survival {
tabTitle = "&aWelcome to &bSurvival!"
tabFooter = "&cEnjoy your time in Survival!"
}
// Add more servers as required.
}
For headers and footers for different servers to work, the server names should match exactly what you have in your velocity.toml file. The plugin will fallback to the default headers and footers if needed.
SpeedTab supports Minecraft colour codes and formatting codes. Use the following codes in your configuration file:
SpeedTab is licensed under the AGPL-3.0 License. See the LICENSE file for more details.
Contributions are welcome! Please open an issue or submit a pull request on the GitHub Repository.