SpongePowered / Spongeapi
Licence: mit
A Minecraft plugin API
Stars: ✭ 1,043
Programming Languages
java
68154 projects - #9 most used programming language
Projects that are alternatives of or similar to Spongeapi
Worldedit
🗺️ Minecraft map editor and mod
Stars: ✭ 2,288 (+119.37%)
Mutual labels: gradle, hacktoberfest, minecraft, sponge
Sponge
The SpongeAPI implementation targeting vanilla Minecraft and 3rd party platforms.
Stars: ✭ 241 (-76.89%)
Mutual labels: gradle, hacktoberfest, minecraft, sponge
Minecraftdev
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
Stars: ✭ 645 (-38.16%)
Mutual labels: gradle, minecraft, sponge
Viabackwards
Allows the connection of older clients to newer server versions for Minecraft servers.
Stars: ✭ 135 (-87.06%)
Mutual labels: hacktoberfest, minecraft, sponge
Spongeforge
A Forge mod that implements SpongeAPI
Stars: ✭ 1,106 (+6.04%)
Mutual labels: gradle, minecraft, sponge
Minecolonies
Minecolonies minecraft mod
Stars: ✭ 303 (-70.95%)
Mutual labels: gradle, hacktoberfest, minecraft
Nucleus
The Ultimate Essentials Plugin for Sponge.
Stars: ✭ 144 (-86.19%)
Mutual labels: hacktoberfest, minecraft, sponge
Craftbook
🔧 Machines, ICs, PLCs, and more!
Stars: ✭ 226 (-78.33%)
Mutual labels: gradle, minecraft, sponge
Spongevanilla
The SpongeAPI implementation for Vanilla Minecraft.
Stars: ✭ 254 (-75.65%)
Mutual labels: gradle, minecraft, sponge
Viaversion
Allows the connection of newer clients to older server versions for Minecraft servers.
Stars: ✭ 463 (-55.61%)
Mutual labels: hacktoberfest, minecraft, sponge
Minecraftdeveloperguide
📝Minecraft developer Chinese guide,我的世界开发者中文指南
Stars: ✭ 574 (-44.97%)
Mutual labels: minecraft, sponge
Java Sdk
🥇 Java SDK to use the IBM Watson services.
Stars: ✭ 587 (-43.72%)
Mutual labels: gradle, hacktoberfest
Mixin
Mixin is a trait/mixin and bytecode weaving framework for Java using ASM
Stars: ✭ 557 (-46.6%)
Mutual labels: gradle, minecraft
Kroki
Creates diagrams from textual descriptions!
Stars: ✭ 774 (-25.79%)
Mutual labels: api, hacktoberfest
Stein
Use Google Sheets as your no-setup database
Stars: ✭ 726 (-30.39%)
Mutual labels: api, hacktoberfest
Apispec
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)..
Stars: ✭ 831 (-20.33%)
Mutual labels: api, hacktoberfest
Immersiveengineering
Wires, transformers, high voltage! Bzzzzt!
Stars: ✭ 548 (-47.46%)
Mutual labels: hacktoberfest, minecraft
A mature Minecraft plugin API (not including an implementation), licensed under the MIT License.
- Homepage
- Source
- Issues
- Documentation
- Community Discord
- Community IRC: #sponge on irc.esper.net
- Development IRC: #spongedev on irc.esper.net
- Preparing for Development
- Javadocs
Prerequisites
- Java 8
Clone
The following steps will ensure your project is cloned properly.
git clone https://github.com/SpongePowered/SpongeAPI.git
cd SpongeAPI
cp scripts/pre-commit .git/hooks
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.
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].