using-worldedit
Using WorldEdit
When to Use WorldEdit vs Schematics
| Task | Use WorldEdit | Use build_schematic |
|---|---|---|
| Flatten terrain | ✅ //set grass |
|
| Fill large area | ✅ //set stone |
|
| Spheres, cylinders | ✅ //sphere, //cyl |
|
| Copy/paste | ✅ //copy, //paste |
|
| Terrain smoothing | ✅ //smooth |
|
| Pattern fills | ✅ 50%stone,50%cobble |
|
| Structures with doors | ✅ | |
| Stairs, oriented blocks | ✅ | |
| Fine detail work | ✅ | |
| Precise block states | ✅ |
Rule of thumb: WorldEdit for bulk/terrain, Schematics for detailed structures.
More from amenti-labs/vibecraft
placing-furniture
Places furniture and decorates Minecraft interiors using JSON schematics. Use when furnishing rooms, placing tables, chairs, beds, lamps, decorations, or designing interior spaces. Reference furniture_catalog.md for 80+ ready-to-use designs.
23creating-shapes
Creates procedural and organic shapes in Minecraft using VibeCraft MCP tools. Use when building spheres, domes, cylinders, pyramids, torus, arches, curves, spirals, organic shapes, statues, or any complex geometry that requires procedural generation.
4choosing-materials
Chooses Minecraft block materials, color palettes, and textures using VibeCraft MCP tools. Use when selecting materials for builds, creating color schemes, matching architectural styles, or asking about block combinations and palettes.
4building-with-schematics
PRIMARY BUILDING METHOD - Use for ALL construction tasks. Build structures using declarative JSON schematics with 2D layer grids. Describe WHAT to build, the server handles HOW. Supports COMPACT FORMAT (70% fewer tokens) with run-length encoding. Use this instead of WorldEdit commands for reliable, predictable builds.
4building-structures
Builds Minecraft structures using VibeCraft MCP tools. Use when building houses, castles, towers, cottages, temples, or any architectural structure. Works with build_schematic for precise control. Handles room dimensions, floor placement, wall construction, roofing, and architectural style matching.
4generating-terrain
Generates Minecraft terrain and landscapes using VibeCraft MCP tools. Use when creating hills, mountains, valleys, rivers, caves, cliffs, or natural terrain features. Handles procedural generation, noise functions, and terrain texturing.
3