MAKER · BEDROCK
A playable Dropper map on your phone
This builds the whole Dropper 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 A PROMPT — ONE CLICK TO THE GENERATOR
WHAT YOU ACTUALLY GET — REAL OUTPUT FOR “A DROPPER WITH 3 LEVELS FOR MY PHONE”
The Dropper · Bedrock add-on · 4 files
It does this: a Bedrock add-on with 1 script (maps).
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
- 1Describe it: "a dropper with 3 levels for my phone" — teams, theme and size are read from your words.
- 2Import the .mcaddon in one tap and activate the behavior pack on a flat creative world.
- 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 Dropper; 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.