Compatibility
Minecraft: Java Edition
Platforms
Links
Tags
Creators
Details
AIBuilder is a Spigot plugin that lets players select a region, send a prompt to DeepSeek, and automatically build the result from a JSON plan. It supports streaming output, validation/repair of plans, continuation with /next, feedback via /feedback, optional survival‑mode block consumption, and an AI bot NPC for interactive control. The plugin sends the region size (and optional existing blocks) to DeepSeek, parses the returned JSON blocks, and places them in the world step‑by‑step.
How it works
- Player selects a region with a stick (LMB = pos1, RMB = pos2; optional drag select).
- /aibuild <prompt> sends the prompt + region info to DeepSeek.
- The AI returns a JSON plan with blocks and relative coordinates.
- The plugin validates/repairs the plan (if enabled) and places blocks in the region.
- /next can extend the last build; /feedback improves the next response.
Commands
/aibuild <prompt> — build inside the selected region /next [extra] — continue the previous build /feedback <text> — add feedback to AI history /aibot spawn [name] — spawn AI bot NPC /aibot remove — remove AI bot /aibot <prompt> — build via the bot (uses your selection)


