Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.62 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.62 KB

SpongeAPI Build Status

Currently not stable and under heavily development!
A Minecraft plugin API (not including an implementation). It is licensed under the MIT License.

Prerequisites

Building

Note: If you do not have Gradle installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any 'gradle' command.

In order to build SpongeAPI you simply need to run the gradle command. You can find the compiled JAR file in ./build/libs labeled similarly to 'spongeapi-x.x.x-SNAPSHOT.jar'.

Contributing

Are you a talented programmer looking to contribute some code? We'd love the help!

  • Open a pull request with your changes, following our guidelines.
  • Please follow the above guidelines and requirements for your pull request(s) to be accepted.