




HyUltimine brings the popular "Ultimine" / "Vein Miner" mechanic to Hytale! Mine entire veins of ores or chop down whole trees by breaking just one block.

- Simple Activation: Just sneak (crouch) while mining to activate! (Configurable)
- Configurable Limits: Set maximum blocks to break and search radius.
- Smart Detection: Uses a smart search algorithm to find connected blocks of the same type.
- Blacklist: Prevent accidental vein mining of protected blocks (default: Bedrock, Barrier).
- Drop Support: Automatically handles item drops for mined blocks.
Configuration
The configuration is located at hyultimine.json in your server's data folder.
{
"mining": {
"maxBlocks": 64,
"radius": 10,
"activationMode": "SNEAK",
"blacklist": [
"bedrock",
"barrier"
]
}
}
Options
maxBlocks: Maximum number of blocks to break in one go. (Default: 64)radius: The distance to search for connected blocks. (Default: 10)activationMode: Controls how the vein miner is activated.SNEAK: Active when crouching or walking (Shift/Alt keys).ALWAYS_ON: Always active.
blacklist: List of block IDs to ignore.
- Download the latest release.
- Drop the
HyUltimine.jarinto your server'smodsorpluginsfolder. - Restart the server.
- Edit
hyultimine.jsonto customize settings if desired.

Support & Links
- Discord: https://discord.gg/TJc3CxR4jK
- GitHub: https://github.com/MeherBenSalem
- CurseForge: https://www.curseforge.com/members/nightbeamstudio/projects
- Modrinth: https://modrinth.com/organization/nightbeam





