forked from bizarre/Kraken
-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Alex edited this page Aug 2, 2016
·
2 revisions
####Option 1: Maven repository Coming soon ####Option 2: JAR
- Download the latest release.
- 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);
}
That's it! Kraken is ready to go!