Description

BetterWater
A Hytale server plugin that adds infinite fluid mechanics, similar to Minecraft.
How It Works
When a flowing fluid block is surrounded by enough source blocks, it automatically converts into a source block. By default, 2 adjacent source blocks are required.
Features
- Supports all fluids: Water, Lava, Poison, Slime, and more
- (Not tested) Automatically discovers custom fluids added by other plugins
- (Experimental) Configurable per fluid:
- Enable/disable infinite fluid mechanic
- Adjust required source neighbors (1-4)
Usage
Use the /betterwater command in-game to open the configuration UI.

Configuration
Settings are stored in config.json in the plugin's data directory. By default, only Water is enabled with 2 required sources.
{
"Fluids": {
"Water": {
"Enabled": true,
"RequiredNeighbors": 2
},
"Lava": {
"Enabled": false,
"RequiredNeighbors": 2
}
}
}