All Projects β†’ SpongePowered β†’ Sponge

SpongePowered / Sponge

Licence: mit
The SpongeAPI implementation targeting vanilla Minecraft and 3rd party platforms.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Sponge

Spongeforge
A Forge mod that implements SpongeAPI
Stars: ✭ 1,106 (+358.92%)
Mutual labels:  gradle, minecraft, minecraft-server, sponge, mixins
Worldedit
πŸ—ΊοΈ Minecraft map editor and mod
Stars: ✭ 2,288 (+849.38%)
Mutual labels:  gradle, hacktoberfest, minecraft, sponge
Spongeapi
A Minecraft plugin API
Stars: ✭ 1,043 (+332.78%)
Mutual labels:  gradle, hacktoberfest, minecraft, sponge
Minecraftdev
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
Stars: ✭ 645 (+167.63%)
Mutual labels:  gradle, minecraft, sponge, mixins
Arclight
A Bukkit(1.15/1.16) server implementation on Forge using Mixin. ⚑
Stars: ✭ 262 (+8.71%)
Mutual labels:  minecraft, minecraft-server, mixins
Cleanstone
Springboot based Minecraft Server
Stars: ✭ 133 (-44.81%)
Mutual labels:  hacktoberfest, minecraft, minecraft-server
Nucleus
The Ultimate Essentials Plugin for Sponge.
Stars: ✭ 144 (-40.25%)
Mutual labels:  hacktoberfest, minecraft, sponge
Gdlauncher
GDLauncher is a simple, yet powerful Minecraft custom launcher with a strong focus on the user experience
Stars: ✭ 386 (+60.17%)
Mutual labels:  hacktoberfest, minecraft, minecraft-server
Paper
High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Stars: ✭ 5,293 (+2096.27%)
Mutual labels:  hacktoberfest, minecraft, minecraft-server
Viaversion
Allows the connection of newer clients to older server versions for Minecraft servers.
Stars: ✭ 463 (+92.12%)
Mutual labels:  hacktoberfest, minecraft, sponge
Mixin
Mixin is a trait/mixin and bytecode weaving framework for Java using ASM
Stars: ✭ 557 (+131.12%)
Mutual labels:  gradle, minecraft, mixins
Viabackwards
Allows the connection of older clients to newer server versions for Minecraft servers.
Stars: ✭ 135 (-43.98%)
Mutual labels:  hacktoberfest, minecraft, sponge
Spongevanilla
The SpongeAPI implementation for Vanilla Minecraft.
Stars: ✭ 254 (+5.39%)
Mutual labels:  gradle, minecraft, sponge
Minecolonies
Minecolonies minecraft mod
Stars: ✭ 303 (+25.73%)
Mutual labels:  gradle, hacktoberfest, minecraft
Tuinity
Stars: ✭ 531 (+120.33%)
Mutual labels:  hacktoberfest, minecraft, minecraft-server
Gate
A high performant & paralleled Minecraft proxy server with scalability, flexibility & excellent server version support - ready for the cloud!
Stars: ✭ 102 (-57.68%)
Mutual labels:  minecraft, minecraft-server, sponge
Craftbook
πŸ”§ Machines, ICs, PLCs, and more!
Stars: ✭ 226 (-6.22%)
Mutual labels:  gradle, minecraft, sponge
Gamocosm
Honest Minecraft server hosting
Stars: ✭ 139 (-42.32%)
Mutual labels:  minecraft, minecraft-server
Worldborder
Bukkit plugin for maintaining borders for your worlds to limit their sizes, as well as generating missing chunks or trimming excess chunks.
Stars: ✭ 131 (-45.64%)
Mutual labels:  minecraft, minecraft-server
Thaumictinkerer
A Spiritual Successor to the Elemental Tinkerer mod. This time Thaumcraft flavoured.
Stars: ✭ 141 (-41.49%)
Mutual labels:  hacktoberfest, minecraft

Sponge Java CI with Gradle

The SpongeAPI implementation targeting vanilla Minecraft and 3rd party platforms. It is licensed under the MIT License.

Latest Builds

Sponge

1.16.4: Snapshots

SpongeVanilla

1.16.4: Snapshots

Prerequisites

Clone

The following steps will ensure your project is cloned properly.

  1. git clone --recursive https://github.com/SpongePowered/Sponge.git
  2. cd Sponge
  3. cp scripts/pre-commit .git/hooks

Setup

Note: Sponge uses Gradle as its build system. The repo includes the Gradle wrapper that will automatically download the correct Gradle version. Local installations of Gradle may work but are untested. To execute the Gradle wrapper, run the ./gradlew script on Unix systems or only gradlew on Windows systems.

Before you are able to build Sponge, you must first prepare the environment (some IDEs may do this for you).

  • Run ./gradlew build --refresh-dependencies

Even if this fails to compile Sponge, it will download all the dependencies so you can get started.

IDE Setup

For Eclipse

  1. Run ./gradlew eclipse
  2. Import Sponge as an existing project (File > Import > General)
  3. Select the root folder for Sponge and make sure Search for nested projects is enabled
  4. Check Sponge when it finishes building and click Finish

For IntelliJ

  1. Make sure you have the Gradle plugin enabled (File > Settings > Plugins).
  2. Click File > New > Project from Existing Sources > Gradle and select the root folder for Sponge.
  3. Make sure Use default gradle wrapper is selected. Older/newer Gradle versions may work but we only test using the wrapper.

Building

Note: You must Setup the environment before you can build Sponge.

In order to build Sponge you simply need to run the gradlew command. On Windows systems you should run gradlew instead of ./gradlew to invoke the Gradle wrapper. You can find the compiled JAR files in ./build/libs.

Updating your Clone

The following steps will update your clone with the official repo.

  1. git pull
  2. git submodule update --recursive
  3. ./gradlew build --refresh-dependencies

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 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].