Glowkit is a continuation on the legendary Bukkit API intended for use with Glowstone. It is not a true successor, but instead includes some updates and additions to the Bukkit API which are useful to Glowstone. For a spiritual successor to the Bukkit API, see Sponge.
Plugins designed for the original Bukkit API will continue to run on Glowstone, and and are likely to build against Glowkit with zero or minimal changes.
A Minecraft Server API.
Website: http://bukkit.org
Bugs/Suggestions: http://leaky.bukkit.org
Contributing Guidelines: CONTRIBUTING.md
We use maven to handle our dependencies.
- Install Maven 3
- Check out this repo and:
mvn clean install