/Glowkit

A continuation of Bukkit for use with Glowstone++

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Bukkit

A plugin API for Minecraft servers, with updates from Paper, SpigotMC and GlowstoneMC.

Bug Reporting

The development team is open to both bug and feature requests / suggestions. You can submit these on GitHub issues.

Compilation

Bukkit is a Java program which uses Maven 3 for compilation. To compile fresh from Git, simply perform the following steps:

  • Install Maven and Git using your preferred installation methods.
  • git clone https://github.com/GlowstonePlusPlus/Glowkit
  • cd Glowkit
  • mvn clean install

Contributing

To manage community contributions, we use the pull request functionality of GitHub.

Where possible, this API should be kept in sync with SpigotMC team's update of Bukkit.