Run console command
run_commandExecute raw Minecraft server console commands and return output for non-admin actions like time, weather, tp, give, or say. Admin commands are blocked unless explicitly enabled.
Instructions
Run a raw server console command and return its output. Administrative commands (stop, op, ban, whitelist, kick, reload…) are refused unless BLOCKWRIGHT_ALLOW_ADMIN=1. Prefer the build tools; use this for things like time, weather, tp, give, say.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Command without a leading slash, e.g. "time set day" |