Finding structures, biomes and your own way back

Worlds & Backups Reviewed September 6, 2026 2 min read

Minecraft can tell you where the nearest village, fortress or ancient city is. Whether you should use that is a server culture question — but knowing it exists is worth it for the times you are looking for somewhere to build an event, not for the times a player is exploring.

The commands

CommandFinds
/locate structure minecraft:villageThe nearest village. Same pattern for any structure.
/locate biome minecraft:mushroom_fieldsThe nearest biome of that type.
/locate poi minecraft:bee_nestPoints of interest, like beehives and job blocks.
/seedThe world seed. Operator only by default.
/spreadplayersScattering players randomly within a radius — useful for events.
The syntax changed in 1.19

Older guides say /locate village. From 1.19 onward it is /locate structure minecraft:village. If the command returns an error about an unknown subcommand, you are reading an old guide, not running a broken server.

The distances are honest but not close

/locate searches outward from where you stand and can legitimately return a result thousands of blocks away. The coordinates it gives are exact, and the walk is real. Check the number before you set off, and remember that generating the terrain along the way is the heaviest thing your server does.

Seed map sites do the same job without touching the server

Entering your seed into an online seed map shows every structure at once, in a browser, with no chunk generation on your end. For planning an event or picking a spawn location, this is both faster and free of server cost.

The seed is worth protecting on a public server

Anyone with your seed can find every stronghold, every ancient city and every buried treasure before your players do, from a website. /seed is operator-only by default and that default is there for a reason — check your permissions plugin has not made it public.

Teach F3 instead of answering «where am I?»

The debug screen shows coordinates, biome and which chunk you are in. One message explaining it answers a question you would otherwise field every week.