🪓 BreakFast
BreakFast is a lightweight, server-side Minecraft Forge mod that allows players to mine in a 3x3 area with blazing speed — only when they want to.
Designed for survival servers and builders who want more efficient block breaking, without requiring any client installation.
🎮 Features
- 🔘 Toggle mining mode with simple commands:
/bf enable→ Enables 3x3 mining/bf disable→ Disables it
- 🧠 Smart config system:
- Enable mining only when using a pickaxe or shovel
- Set the maximum number of blocks to break (not always 9)
- 🧼 Server-side only — no client-side installation required
- 🔐 Permission support: by default, only operators can toggle the mode
⚙️ Configuration
After first run, the mod generates a config file at:
/config/breakfastmod-common.toml
Example:
[general]
onlyWithTools = true
maxBlocks = 9
