SpongeAPI is the "API" portion of Sponge. It is a set of interfaces that plugins can build against so they can be run on a Sponge-compatible implementation. SpongeAPI cannot be run by itself as it does not implement the game or a server.
NOTE: THE API IS CURRENTLY A WORK IN PROGRESS.
Use the provided Gradle runtime to compile.
./gradlew build
SpongeAPI is available under the MIT license. The license can be found in LICENSE.txt.
Contributions must be licensed under the MIT license.
- Read the Contribution Guidelines document
- Try and keep your PRs to only 1 commit
- Keep all related changes in a single PR
- Be descriptive, explain the reasoning behind your changes
- Document your code (Javadocs)
- Don't close and reopen a new PR every time you want to make a change to your submission