Spongeforge

About Spongeforge

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 your Minecraft Server.

Most plugins developed with the Sponge API should work across several different versions of Minecraft without needing to be updated.


First steps to install sponge

First download the latest stable build. When done drag the file into your SERVERFOLDER/mods folder and rename it to _aaaaspongeforge.jar

LagGoggles

In SERVERFOLDER/mods folder replace the current LagGoggles with this file (Download below)

Adjust these values to run Spongeforge

>Change SERVERFOLDER/config/FoamFix.cfg values:

B:optimizedBlockPos=true (False)

B:patchChunkSerialization=true (False for both)


>Change SERVERFOLDER/config/sponge/global.conf values:

max-bounding-box-size=4000 (Recommended 0)


>Change SERVERFOLDER/asm/hammercore.xml values:

<entry key="World.ITickable.Override">true</entry> (false)

FTB Utilities

FTB Utilities permissions not working after installing SpongeForge? In /config/sponge/global.conf you can insert these aliases:


}

commands {

# Command aliases will resolve conflicts when multiple plugins request a specific command,

# Correct syntax is <unqualified command>=<plugin name> e.g. "sethome=homeplugin"

aliases {

back=ftbutilities

home=ftbutilities

"home list"=ftbutilities

rtp=ftbutilities

sethome=ftbutilities

tpa=ftbutilities

tpaccept=ftbutilities

nick=ftbutilities

delhome=ftbutilities

}

# Defines how Sponge should act when a user tries to access a command they do not have

# permission for

command-hiding {

# If this is true, when a user tries to tab complete a command, or use "/sponge which" or

Do you want customizable Permissions, Ranks and Rank Prefixes etc.? In /SERVERFOLDER/mods you can place these Plugins:

  • LuckPerms: (Permission manger plugin)

  • Nucleus: (Extra permissions + Prefix plugin)

  • WorldEdit: (World editing permissions + tools)

  • CatClearLag: (Automatic item/entitie clear)

Basic server information