run_command_with_log
Execute Minecraft server commands and capture log output for debugging plugin responses and monitoring command results.
Instructions
Execute an RCON command and capture server log output produced afterwards.
Useful for commands whose feedback appears in the server log rather than the
RCON response (e.g. plugin commands that print results via logger).
Args:
command: The Minecraft command to execute.
wait_seconds: Seconds to wait for log output after execution (default 2).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| wait_seconds | No |