server_stop
Shuts down a Minecraft server gracefully via RCON, falling back to SIGTERM if RCON is unreachable. Optionally forces immediate termination.
Instructions
Stop the Minecraft server. Sends 'stop' over RCON for a graceful shutdown, falling back to SIGTERM if RCON is unreachable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graceful | No | Whether to attempt graceful RCON shutdown (default true) |