Read Sign Text
minecraft_read_signRead the text written on a Minecraft sign at the given coordinates, returning both the front and back messages.
Instructions
Reads the text written on a sign at the given coordinates.
Returns: { x, y, z, front: string, back: string | null }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| z | Yes |