Latest news:
Glowstone 2018.7.0, Glowstone 2018.6.0, Glowstone 2018.5.0
Supported versions
Plugins
Glowstone natively supports plugins written for the Bukkit, Spigot and Paper APIs.
Simply place the Java archives (.jar) in your server's plugins
directory and run Glowstone.
Note that plugins that use platform-dependent code (NMS, OBC, etc.) will not run on Glowstone.
Maven
You can use Glowstone and Glowkit as Maven dependencies directly from our repository:
<!-- Glowstone Maven snapshot repository -->
<repository>
<id>glowstone-repo</id>
<url>https://repo.glowstone.net/content/repositories/snapshots/</url>
</repository>
<!-- Glowstone server dependency -->
<dependency>
<groupId>net.glowstone</groupId>
<artifactId>glowstone</artifactId>
<version>2018.10.0-SNAPSHOT</version>
</dependency>