MAKER · BEDROCK

A playable Bed Wars map on your phone

Bed Wars Map Maker (Bedrock) — example of what this maker builds
The arena this maker generates, drawn by our renderer from the pack's own geometry.

This builds the whole Bed Wars game as a Bedrock behavior pack: the arena constructs itself, roles and rules are scripted, and the Compass you're given on spawn builds + starts the game with one use. Works on phones, consoles and Windows — no Java server needed.

Try it right here

Maps build on a paid plan — trying is free and costs you nothing.

Playable maps are part of Diamond Ore. Building one needs a plan — trying costs you nothing.

WHAT YOU ACTUALLY GET — REAL OUTPUT FOR “A BEDWARS MAP WITH 4 TEAMS FOR MY PHONE

Bedwars Arena · Bedrock add-on · 4 files

It does this: Bedwars Arena — 4 team islands with a real bed each — break a bed and that team stops respawning. Iron and gold generators at your own base on separate timers, shop pads for blocks, weapons and armour, team upgrade pads, and a win leaderboard that never resets. Spawns you in a real lobby (basic kit). Import the .mcpack, join the world and press the Compass you're given — it builds the map and starts the round..

README.txt
behavior_pack/manifest.json
behavior_pack/scripts/main.js
… 1 more

Start it: activate it on your world and join — the pack announces ✔ Loaded!

How it works

  1. 1Describe it: "a bedwars map with 4 teams for my phone" — teams, theme and size are read from your words.
  2. 2Import the .mcaddon in one tap and activate the behavior pack on a flat creative world.
  3. 3Join and USE THE COMPASS you're handed — it builds the arena and starts the game.

Questions people ask

How do I start the game?

Use the Compass handed to you on spawn — it builds the arena and starts the round. (Chat commands are unreliable on Bedrock, so the Compass is the primary trigger by design.)

Which devices does it run on?

Everything Bedrock: iOS/Android, Xbox, Switch, PlayStation and Windows. The scripts target the stable 1.21.70+ API, no Experiments needed.

Java too?

Yes — the same describe-it flow builds a Java datapack version of Bed Wars; pick Java (or say "datapack") and you get the /function quickstart variant instead.

Why it never breaks

No language model writes these files. Deterministic engines parse your description into validated parameters and emit game files that are correct by construction — then CI boots real Paper and Bedrock servers weekly to prove packs still load on current Minecraft. Read the full story on the comparison page or in the docs.