Using run_command in a block event does not work and the content log displays "Command Response Could Not Compile Commands"
Attachments
Comments 5
Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki
Example of run_command (when I send this it moves the target beside the command idk)
},
"run_command": {
"command": ["say hi"],
"target": "self"
}