/Glowkit

A continuation of Bukkit for use with Glowstone.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Glowkit

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.

Bukkit

A Minecraft Server API.

Website: http://bukkit.org
Bugs/Suggestions: http://leaky.bukkit.org
Contributing Guidelines: CONTRIBUTING.md

Compilation

We use maven to handle our dependencies.

  • Install Maven 3
  • Check out this repo and: mvn clean install