montlikadani / TabList

A free alternative tablist with fewer options
https://www.spigotmc.org/resources/46229/
107 stars 27 forks source link
java minecraft plugin spigot tablist

TabList GitHub release Github All Releases GitHub issues

bStats


A plugin for Minecraft servers that allows to get an animated tablist with header/footer for players to replace the vanilla empty one.

API

Click to view To get access to TabList API you need jitpack
**Maven** ```xml jitpack.io https://jitpack.io com.github.montlikadani TabList master-SNAPSHOT ``` **Gradle** (Groovy) ```groovy repositories { maven { url = uri('https://jitpack.io') } } dependencies { compileOnly 'com.github.montlikadani:TabList:master-SNAPSHOT' } ``` **Gradle** (Kotlin DSL) ```kotlin repositories { maven("https://jitpack.io") } dependencies { compileOnly("com.github.montlikadani:TabList:master-SNAPSHOT") } ``` _Use `master-SNAPSHOT` as versioning to get the newest commit changes_ **Alternative solution** ```kotlin dependencies { compileOnly(files("lib/TabList-bukkit-version.jar")) } ```

Link

Bug report/feature request

If you find a bug or you want a feature to be added, please make an issue here: https://github.com/montlikadani/TabList/issues/new/choose