Skip to content
Gabriel Harris-Rouquette edited this page Aug 9, 2015 · 10 revisions

Welcome to the SpongeCommon documentation, this is currently a work in progress.


SpongeCommon is a "common" implementation of SpongeAPI for the two official implementations: SpongeForge and SpongeVanilla. Considering that both implementations focus mainly on vanilla Minecraft, most of the implementation code can be shared through contributing to SpongeCommon. The only restrictions are that SpongeCommon is entirely based on Minecraft Vanilla server, so using any additions from Forge require abstraction and delegating to the two implementations.


Easy Topics ###Tutorial Series

There are a few articles for beginners to implementing a feature/addition to SpongeCommon from SpongeAPI:


Advanced Topics ### Advanced Series

Once you understand the basics, these topics provide information on more advanced implementations. You can read the categories in any order as you see fit.

Clone this wiki locally