Porting Sponge to Other Platforms

Overview

This article is intended for those who wish to make the API available on other implementations.

Currently, two official Sponge implementations are being developed:

  • Sponge, a coremod for Minecraft Forge
  • SpongeVanilla, based on a Vanilla Minecraft Server

The developers of Glowstone plan to implement the Sponge API on top of their server as well.

Expected Dependencies

Plugin developers expect the following dependencies to be bundled with implementations:

  • Guava
  • Guice
  • Gson