Skip to content
mcoms edited this page Jul 15, 2023 · 12 revisions

Welcome to the Glowkit wiki!

Glowkit is Glowstone's fork of Paper API, which is a fork of the Spigot API (a fork of Bukkit). Glowkit consists of patches to the API source.

The Glowkit Javadocs are available here.

Building Glowkit

To build Glowkit, you will need:

  • Git
  • JDK 17

Once you're all set, open your shell terminal and clone Glowkit.

git clone --recursive https://github.com/GlowstoneMC/Glowkit.git

Go inside of the Glowkit directory in which you cloned the source in, and using your shell terminal, run Gradle:

./gradlew applyApiPatches
./gradlew build publishToMavenLocal

This will clone the necessary forks and apply Glowkit's patches into the glowkit directory. Upon a successful patch, it will also install Glowkit to your local Maven repository.

Clone this wiki locally