Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 888 Bytes

File metadata and controls

24 lines (15 loc) · 888 Bytes

SpongeAPI Build Status

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.

Compiling

Use the provided Gradle runtime to compile.

./gradlew build

Contributing & Pull request guidelines

Checkout our Contributing File

Links