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
| Command | Finds |
|---|---|
/locate structure minecraft:village | The nearest village. Same pattern for any structure. |
/locate biome minecraft:mushroom_fields | The nearest biome of that type. |
/locate poi minecraft:bee_nest | Points of interest, like beehives and job blocks. |
/seed | The world seed. Operator only by default. |
/spreadplayers | Scattering players randomly within a radius — useful for events. |
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.
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.
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.
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.