π
AdminJava βBedrock β
/stop
Safely save the world and shut the server down.
Overview
What is the /stop command?
The /stop command cleanly shuts down a Minecraft server: it saves the world and disconnects players safely before the process exits. It's run from the server console or by an operator.
Using /stop instead of force-closing the window prevents world corruption from an interrupted save.
When to use it: Use /stop to safely shut down a multiplayer server, ensuring the world is saved first.
At a glance
Syntax
Syntax
/stopcommandtargetcoordsvaluerequiredoptional
See it
What it does
Saving the worldβ¦
β»
Save, then shut the server down
Anatomy
Every part, explained
- 1
CommandRequired/stopSaves everything and closes the server.
Your turn
Try it yourself
Playground
1 token Β· press Enter to run
Copy & paste
Examples
/stopShut the server down cleanly.
/say Server closing in 10sWarn players before you /stop.
/save-allForce a save before stopping.
Avoid these
Common mistakes
β
/stop nowβ
/stop/stop takes no arguments - it's just /stop.
β
/shutdownβ
/stopThe command is /stop, not /shutdown.
Good to know
Frequently asked questions
- How do you stop a Minecraft server?
- Type stop in the server console (or /stop in-game as an op). It saves and shuts down gracefully.
- Is /stop safe for the world?
- Yes β that's the point. It saves all chunks before exiting, unlike force-closing, which can corrupt the world.
- Does /stop work in single player?
- There's no need for it in single player; just exit to the menu, which saves and closes the world.
Keep going