HomeJavaModsMaxFastBuild
MaxFastBuild

MaxFastBuild

MaxFastBuild

Server-authoritative mass building for Minecraft Java
Fabric client · Paper/Leaf plugin · command + chat protocol (no custom payload)

License Paper Client Java Fabric

English manual · 简体中文手册 · Architecture · Protocol · Configuration


Features

Build modes

single Single line Line wall Wall floor Floor
cube Cube arc Arc array Array slope Slope
circle Circle cylinder Cylinder sphere Sphere pyramid Pyramid
cone Cone

Modules

Module Role
maxfastbuild-api Platform-neutral contracts
maxfastbuild-core Shapes, billing, protocol, tasks
maxfastbuild-storage SQLite tasks / ledger / escrow
maxfastbuild-fabric Fabric client (26.2 target; + optional server entry)
maxfastbuild-paper Paper/Leaf plugin (api-version 1.21 → 1.21.11+, including 26.2)

Requirements

Build

./gradlew build

Artifacts:

./gradlew build
# or only plugin + deploy:
./gradlew :maxfastbuild-paper:jar deployPaperToLeaf

Install (quick)

  1. Put the Paper plugin jar in the server plugins/ folder.
  2. Put the Fabric client jar (and Fabric API) in the client mods/ folder.
  3. Configure plugins/MaxFastBuild/config.yml (economy, CoreProtect, shulkers, limits).
  4. Restart the server; join with the client mod.

Player controls and workflows: English / 中文.

Internationalization (i18n)

Surface Files
Fabric client UI / HUD / errors maxfastbuild-fabric/.../lang/en_us.json, zh_cn.json
Paper message templates (not loaded yet; protocol keys + hard-coded admin strings) maxfastbuild-paper/.../messages_en_us.yml, messages_zh_cn.yml
Player manuals docs/USER_MANUAL_en_US.md, docs/USER_MANUAL_zh_CN.md

Protocol responses use translation keys (e.g. maxfastbuild.task.accepted); the client resolves them with language files.

Protocol (summary)

Client → server (no custom channel):

/__mfb place <mode> x1 y1 z1 x2 y2 z2 hollow material
/__mfb break <mode> x1 y1 z1 x2 y2 z2 hollow

Server → client: system chat marked with U+2063MFB1: + JSON (messageKey + data).

Details: docs/protocol.md.

License

LGPL-3.0-only — see LICENSE and NOTICE.

Interaction concepts inspired by Effortless Building (Requios) and related work; MaxFastBuild uses a separate transport, billing, persistence, and audit design.

Contributing

See CONTRIBUTING.md. Please use Conventional Commits.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more