Sponge

From MinecraftOnline
Jump to navigation Jump to search
Sponge's logo
Sponge's mascot, Spongie

Sponge is a Minecraft server mod designed for modern Java Edition servers and is maintained by the Sponge Team, currently it is being used by MinecraftOnline as its plugin platform.

The mod provides an API and framework for running plugins written in Java or Kotlin on Minecraft servers. This is achieved by modifying the vanilla Minecraft server's code using Mixins. Additionally, it provides services for handling necessities like permissions. Sponge includes patches for bugs and exploits as well as various performance improvements.

Sponge started being used by MinecraftOnline on April 3rd 2021, the same day the server updated to 1.12.2, as the replacement for Canary.

Entity Activation Range

On this server, entities farther from a player get slowed down. This include mobs, dropped items, etc. See https://docs.spongepowered.org/5.1.0/en/server/management/performance-tweaks.html#entity-activation-range for general details.

The MCO specific values are as follows, per getplayerhead.sh?Anna_28&16.png Anna_28 as seen in Discord:

  • defaults is 32
  • ambient=16
  • aquatic=16
  • creature=16
  • misc=8
  • monster=32
  • minecart=64