execute_player_command
Execute a command for a specific player by providing their identifier and the command. Optionally redirect to a downstream server if the player is not on the proxy.
Instructions
Executes a command for a given player
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | The name or unique id of the player | |
| command | Yes | The command to execute (without prefixing slash) | |
| redirectToServer | No | Redirect downstream if not found on proxy |