A better player tab list library for Minecraft 1.7-1.8+
*Coming soon*
- Download the latest release.
- 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);
}