Skip to content

montlikadani/TabList

Repository files navigation

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.

  • More detailed documentation can be found on wiki page.
  • Download the latest build from actions page. You will need github account to download.

API

Click to view To get access to TabList API you need jitpack

Maven

<repositories>
	<repository>
		<id>jitpack.io</id>
		<url>https://jitpack.io</url>
	</repository>
</repositories>

<dependency>
	<groupId>com.github.montlikadani</groupId>
	<artifactId>TabList</artifactId>
	<version>master-SNAPSHOT</version>
</dependency>

Gradle (Groovy)

repositories {
    maven {
        url = uri('https://jitpack.io')
    }
}

dependencies {
    compileOnly 'com.github.montlikadani:TabList:master-SNAPSHOT'
}

Gradle (Kotlin DSL)

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

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