Play a world
Pick a world and jump straight into 3D play — the newest ones lead the list: Titanic Abyss Waterworld, Whimsy Sea Needle, Skyfall Octagon Arena, Skyhook Glass City, Doom Base, and White House Bunker. Take the Live Server card to play with friends instead. Anything you're already building is safe: you'll get a warning before a world replaces it, and Undo always has your back.
📖 How to play (and how to build)›
New here? Just hit ▶ Play a world. Everything below is optional — Playing covers the game itself, and Building your own worlds is there for when you want to make one.
🎮 Playing
- Pick a world and drop in. Hit ▶ Play a world, or choose a world card — Titanic Abyss Waterworld, Whimsy Sea Needle, Skyfall Octagon Arena, Skyhook Glass City, Doom Base, or White House Bunker — and you're straight into full 3D.
- Move, mine, and place. Left‑click mines, right‑click places (on touch, pick the ⛏ slot to tap‑mine). Hold to keep mining like survival. Choose Break: Multi‑hit (blocks crack over several swings) or Break: 1‑hit in the World panel. Press Craft or C to turn what you mine into useful parts. On phones it opens fullscreen with auto‑hiding controls and a joystick + JUMP button.
- Use your gear. The slingshot lands sharper marble hits. Hold the grapple to pull yourself in, release to let go, reconnect mid‑air, or perch where the pull ends. Water, lava, redstone, pistons, elevators, note blocks, gold hunt blocks, and explosives all react while you play — and golden blocks glow in the dark and through glass.
- Start a game. Featured worlds ship with built‑in game modes behind the Games button — and in Doom Base, demons throw fireballs back at you.
- Play with friends. The Live Server card puts you and your friends in one shared world: everyone sees each other's avatars, mining, building, slingshot hits, and grapple swings in real time.
🧱 Building your own worlds
- Generate one from a prompt. Type an idea like castle island with rivers, nether arena, or starter village by a lake. The built-in procedural generator is local and free; the status only says AI when your connected model returns renderable voxel shapes. Your optional API key is held only in the open tab's memory and must be re-entered after reload, tab close, or on a new day.
- Or start from the Library — structures, life assets, and pre-generated 3D worlds: oceans, islands, mountains, forests, arcade runs, villages, redstone labs, and more — then sculpt from there.
- Pick a block from the palette on the left (hover any swatch for its name), then paint on the grid. Click or drag to place. Tools: Brush, Line and Rectangle (drag to draw — release to place), Fill, Mine, and Pick. Turn on Mirror for symmetric builds. Resize & zoom any time — your work is kept.
- Stack layers to build in 3D. Use the Layers bar to Add, Duplicate, and switch layers ([ / ]) — onion skin shows the layer below for alignment. The preview updates as you work, and PLAY NOW drops you into your world so you can play what you just made.
- Check your materials. The list below the grid counts every block (and stacks) so you know exactly what to gather in‑game.
- Keep many worlds. The 🗂 Projects manager saves every build separately — never overwriting — with a thumbnail and a dated name. Switch, ★ star, fork, rename, or delete; projects are stored privately in your browser.
- Share, export, or print: GIF, PNG, a share link, a build guide, a .litematic for Litematica (every layer included), a WorldEdit .schem for your server, a vanilla structure .nbt, or a voxel STL. The print button opens the 3D Printing Instant Quote tool with your STL already loaded.
Tip: in Floors mode each layer is one height level — build floor by floor. Textures are custom generated for this game and do not copy Minecraft files; MC World Maker is not affiliated with Mojang or Microsoft. Keyboard shortcuts can be remapped in Canvas → Keys and are remembered in this browser.
🎨 Blocks
🔐 Private AI connection — key required
📤 Share & export
Use in MC
How to load each export›
- .litematic — Litematica mod (client side). Put the file in
.minecraft/schematics, open Litematica in‑game (M), load it, and build along the ghost blocks. - .schem — your Paper / Spigot server (server side). With WorldEdit (or FastAsyncWorldEdit) installed, drop
gold-glass-build.scheminplugins/WorldEdit/schematics/, restart or reload WorldEdit if needed, then in game run//schem load gold-glass-build, stand where you want a corner, and//paste. This is the manual upload path for your own local PaperMC server. - structure .nbt — vanilla, no mods. Put it in
<world>/generated/minecraft/structures/, place a Structure Block (/give @s structure_block), set it to Load, typegold_glass_build, Load, then Place. Structure Blocks cap at 48×48×48 — bigger builds need .schem or .litematic.
Exports never include game files — each block is matched to its Java block id by name.
Put your build on a Minecraft server (full guide)›
- Paper / Spigot / Purpur server you run — recommended. Install the WorldEdit plugin (or FastAsyncWorldEdit for big builds) into
plugins/and restart the server. Download .schem here, drop it inplugins/WorldEdit/schematics/, then in‑game run//schem load gold-glass-build, stand at the corner you want, and//paste. Use//paste -ato skip air, or//paste -oto paste exactly at the saved origin. - Permissions. You need operator status or the WorldEdit permissions (
op <you>from console, or grantworldedit.clipboard.load/worldedit.clipboard.paste). On shared hosts, upload the.schemvia your panel's File Manager / SFTP into the schematics folder. - Big builds. Prefer FastAsyncWorldEdit and paste in a loaded chunk; raise the server
max-tick-time/view‑distance only if needed. If a paste is huge, stand still and let it finish — FAWE pastes asynchronously. - Realms or a vanilla (no‑plugin) server. You can't load
.schemthere. Use the structure .nbt (Structure Block, ≤48³) placed in the world save, or have each player use the client‑side .litematic with Litematica — both work in multiplayer. - Aligning the paste. WorldEdit pastes relative to where you stand; face a known direction first. Re‑export in Ground, Front, or Side orientation to control which way the build faces in‑world.
- Bedrock / Pocket / Console editions. These don't read Java
.schem/.litematic/.nbt— use the Build guide (.txt) with the materials list to recreate it, or play on a Java server.
Tip: keep the server and your client on the same Minecraft version that supports the exported blocks; unsupported planner‑only blocks are swapped for safe vanilla equivalents automatically.