run_command
Execute Minecraft server commands via RCON and retrieve results. Send commands like 'list' or 'locate structure village' to control your server remotely.
Instructions
Run a Minecraft server command via RCON and return the response.
Examples: 'list', 'data get entity @e[type=minecraft:cat,limit=5,sort=nearest]', 'locate structure village', 'execute at @p run data get block ~ ~ ~'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |