Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

bizarre/Kraken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kraken

Light-weight object-oriented Tab-API for the Bukkit/Spigot API

###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 Kraken in your onEnable:

public void onEnable() {
//All your other stuff
new Kraken(this);
}

###Example Usage

@EventHandler
public void onPlayerTabCreateEvent(PlayerTabCreateEvent event) {
    PlayerTab playerTab = event.getPlayerTab();

    playerTab.getByPosition(0, 0).text("Static Text").send();
}

####Result result

About

Light-weight object-oriented Tab-API for the Bukkit/Spigot API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages