All commands
πŸ›‘
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
/stop
commandtargetcoordsvaluerequiredoptional

See it

What it does

Saving the world…
⏻
Save, then shut the server down

Anatomy

Every part, explained

  1. 1
    /stopCommandRequired

    Saves everything and closes the server.

Your turn

Try it yourself

Playground
1 token Β· press Enter to run

Copy & paste

Examples

/stop

Shut the server down cleanly.

/say Server closing in 10s

Warn players before you /stop.

/save-all

Force a save before stopping.

Avoid these

Common mistakes

βœ•/stop now
βœ“/stop

/stop takes no arguments - it's just /stop.

βœ•/shutdown
βœ“/stop

The 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

Related commands