Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. The purpose of the Sponge project is to create a plugin development framework for Minecraft: Java Edition. Sponge is being created by a global community, and its open-source nature means anyone can participate. Sponge has been built from the ground up to enrich your Minecraft experience by allowing plugins to add functionality to Minecraft.

    • Our Team

      Staff . Below is a list of staff members of the Sponge...

    • Contributing to Sponge

      Contributing to Sponge . This section shows you how to get...

    • Sponsors

      SpongePowered is a major project that receives input from...

    • Introduction

      SpongeForge, a coremod for Minecraft Forge, which is an...

  2. Run the provided Forge installer. A new Forge profile will be created in the Minecraft launcher. Open the Minecraft launcher, and select the new Forge profile. Click “Options” and click “Open Game Dir”. Download SpongeForge from the Sponge website and put it into the mods folder. Create the folder if it does not yet exist.

  3. Welcome to SpongeDocs, the official documentation for the open-source Sponge project. SpongeAPI is your all new plugin API for Minecraft: Java Edition. You can run it on a plain vanilla server (as SpongeVanilla) or on your fully modded MinecraftForge server (as SpongeForge).

    • Overview
    • Clone
    • Setup
    • Building
    • Updating your Clone
    • Contributing

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

    •Homepage

    •Source

    •Issues

    •Documentation

    •Discord #sponge

    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

    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 (as long as they are using Gradle 6.8+) but are untested. To execute the Gradle wrapper, run the ./gradlew script on Unix systems or only gradlew on Windows systems.

    To have browsable sources for use in-IDE, run ./gradlew :decompile. This command will need to be re-ran after any change to Minecraft version or to .accesswidener files. If sources are not appearing properly, an IDE refresh should fix things.

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

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

    1.git pull

    2.git submodule update --recursive

    3../gradlew build --refresh-dependencies

    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.

  4. Run the provided Forge installer. A new Forge profile will be created in the Minecraft launcher. Open the Minecraft launcher, and select the new Forge profile. Click “Options” and click “Open Game Dir”. Download SpongeForge from the Sponge website and put it into the mods folder. Create the folder if it does not yet exist.

  5. The SpongeAPI implementation targeting vanilla Minecraft and 3rd party platforms. - SpongePowered/Sponge