/Phoenix

Neat GUI library for MC (Bukkit)

Primary LanguageJava

Zetsu

Extensive Command API for the Spigot API

Installation

  1. Retrieve the jar from releases or compile the plugin via git and maven.
  2. Add the project as a maven dependency or put it in your build path.
  3. Start using the API!

Usage

private Phoenix phoenix

@Override
public void onEnable() {
    phoenix = new Phoenix(this);
}

#Wiki

class ExampleGUI extends GUI {
}
public Optional<TickResult> onTick() {
  button[index] = new Button()
}

Contact

Telegram: @BlazingTide Discord: BlazingTide#3817