BungeeTabListPlus is a tab list plugin for BungeeCord, which provides highly customisable features including but not limited to:
Download the latest release (Dev Builds) and install it on your BungeeCord Server. Optionally (but recommended), install BungeeTabListPlus_BukkitBridge
(included in the download) on all your Bukkit/ Spigot/ Paper servers.
After that, head over to the Wiki to learn about how to configure the plugin to your needs.
Latest stable version can be found on top of this page.
<repository> <id>codecrafter47-repo</id> <url>https://nexus.codecrafter47.de/content/repositories/public/</url> </repository>
<!-- Bungee API -->
<dependency>
<groupId>codecrafter47.bungeetablistplus</groupId>
<artifactId>bungeetablistplus-api-bungee</artifactId>
<version>VERSION</version>
</dependency>
<!-- Bukkit API -->
<dependency>
<groupId>codecrafter47.bungeetablistplus</groupId>
<artifactId>bungeetablistplus-api-bukkit</artifactId>
<version>VERSION</version>
</dependency>
<!-- Sponge API -->
<dependency>
<groupId>codecrafter47.bungeetablistplus</groupId>
<artifactId>bungeetablistplus-api-sponge</artifactId>
<version>VERSION</version>
</dependency>
If you have issues configuring the plugin, do not hesitate to Join the Discord for support.
If you found a bug, head over to the issues tab and open a new issue.
Clone this repository using
git clone --recursive https://github.com/CodeCrafter47/BungeeTabListPlus.git
cd BungeeTabListPlus
If you forgot the --recursive
above or want to update your clone to the latest version run
git submodule update --init --recursive
Build the plugin using gradle:
./gradlew shadowJar