MAKER · JAVA + BEDROCK
Make a Hide & Seek game for any device
The Prismstalker mode gives hiders camouflage (invisibility) while seekers hunt them down — catches convert hiders into seekers, a round timer decides the winner, and a persistent star leaderboard tracks wins. Say "for my phone" and it builds a Bedrock add-on instead of a Java datapack.
TRY A PROMPT — ONE CLICK TO THE GENERATOR
WHAT YOU ACTUALLY GET — REAL OUTPUT FOR “A PRISMSTALKER HIDE AND SEEK GAME, 2 SEEKERS”
Prismstalker Hide & Seek · Java datapack · 25 files
It does this: a Java datapack with 20 functions (maps).
README.txt data/minecraft/tags/function/load.json data/minecraft/tags/function/tick.json data/prismstalker_hide_seek/function/begin.mcfunction data/prismstalker_hide_seek/function/build.mcfunction data/prismstalker_hide_seek/function/caught.mcfunction data/prismstalker_hide_seek/function/countdown_sec.mcfunction data/prismstalker_hide_seek/function/countdown_tick.mcfunction data/prismstalker_hide_seek/function/game_tick.mcfunction … 16 more
Start it: /function prismstalker_hide_seek:build
How it works
- 1Describe it: "a hide and seek game, 2 seekers, cave theme" — seekers, theme, arena size and timers are all knobs.
- 2For phones/consoles say "for my phone" or pick Bedrock — you get a one-tap .mcpack.
- 3Run /function <name>:play (Java) or type !play in chat (Bedrock) to start a round.
Questions people ask
How does hiding work without prop models?
Hiders get true invisibility plus particle/sound feedback — a camouflage take on prop hunt that works on vanilla clients with no client mods.
Does the Bedrock version really work on consoles?
Yes — it's a behavior pack using stable Bedrock script APIs, tested by CI on a real Bedrock Dedicated Server.
Can friends without the pack join?
Anyone in the world plays — the pack lives server-side (or in the world), nothing to install per player.
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.