Magic Sponge is a small plugin which provides a fun way to quickly remove large fluid bodies.
The plugins adds an item which allows the player to right-click on a body of water (or lava), the plugin will then remove the body block by block using path finding which works with real time calculation so it also works on larger bodies of water:
To give yourself (or some other player) use the command
"/magicsponge [player]" which requires the permission "magicsponge.command"
in the configuration you can find the following values:
The plugins adds an item which allows the player to right-click on a body of water (or lava), the plugin will then remove the body block by block using path finding which works with real time calculation so it also works on larger bodies of water:
To give yourself (or some other player) use the command
"/magicsponge [player]" which requires the permission "magicsponge.command"
in the configuration you can find the following values:
Spoiler: Configuration
Code (Text):
bps-threshold: 1000 # at what amount of blocks per second changed the plugin should halt the cleanup
calculation-interval: 2 # how often the plugin should do 1 block cycle (in ticks (1/20 sec))
calculation-threshold: 100 # at what amount of block cycles the plugin should halt the cleanup
also-break: ['SEAGRASS', 'TALL_SEAGRASS'] # list of blocks that should also be broken
support-lava: true # should the plugin support lava
block-dictionary: false # should the plugin keep track of which blocks have been visited so far, this might cause high memory usage
calculation-interval: 2 # how often the plugin should do 1 block cycle (in ticks (1/20 sec))
calculation-threshold: 100 # at what amount of block cycles the plugin should halt the cleanup
also-break: ['SEAGRASS', 'TALL_SEAGRASS'] # list of blocks that should also be broken
support-lava: true # should the plugin support lava
block-dictionary: false # should the plugin keep track of which blocks have been visited so far, this might cause high memory usage
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.13, 1.14, 1.15
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Magic Sponge is a free Minecraft Java mod. Compatible with Minecraft 1.13, 1.14, 1.15, 1.16 and newer. Downloaded 165 times (via Spigot). Download it and open it directly in the game.