Creating a Plugin

Overview

What is this about?

The articles in this section explain the basic concepts behind creating plugins using the Sponge API. It is important to understand that the intent of this section is to help developers get started with the Sponge API, not to cover every concept. The Javadocs will be of great help to you once you are comfortable with the API.

Warning

It is recommended to have prior experience with developing in Java! Copying-and-pasting examples from the documentation likely will not work, especially without modification.

Who should read this?

This section is intended for developers who wish to develop plugins with the Sponge API.