/Azazel

A singleton-adapter-based approach to the traditional tab list library for Spigot 1.7 server supporting client versions 1.7-1.8+.

Primary LanguageJava

Azazel

A better player tab list library for Minecraft 1.7-1.8+

Installation

Option 1: Maven repository

*Coming soon*

Option 2: JAR

  1. Download the latest release.
  2. Add the JAR to your project. + For Eclipse users, see here. + For IntelliJ users, see here.

Instantiate Azazel in your onEnable:

public void onEnable() {
    //All your other stuff
    new Azazel(this, tabadapter);
}

Example Usage

see ExampleTabAdapter.java

Result

result