A plugin API for Minecraft servers, with updates from Paper, SpigotMC and GlowstoneMC.
The development team is open to both bug and feature requests / suggestions. You can submit these on GitHub issues.
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
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.