I don't know why, but when I created Dialogs that execute say command to try (I don't know if another commands doesn't works too), they didn't been executed on clicking the button, but with another commands like trigger or give or damage works. And any thing what I put in suggest command, doesn’t put in my chat, it’s not suggested…
Command to reproduce the bugs (in a Command Block) :
dialog shop @p { "type": "minecraft:multi_action", "title": { "text": "Test", "bold": true }, "body": { "type": "minecraft:plain_message", "contents": "When you cancel, it execute : /say cancel", "width": 150 }, "on_cancel": { "action": "run_command", "command": "/say cancel" }, "columns": 2, "actions": [ { "label": { "text": "Run "say" command", "color": "red" }, "tooltip": { "text": "Doesn't works", "color": "red" }, "width": 150, "on_click": { "action": "run_command", "command": "/say test" } }, { "label": { "text": "Suggest "say" Command", "color": "red" }, "tooltip": { "text": "Doesn't works", "color": "red" }, "width": 150, "on_click": { "action": "suggest_command", "command": "/say Test 2" } }, { "label": { "text": "Open URL", "color": "green" }, "tooltip": { "text": "Works", "color": "green" }, "width": 85, "on_click": { "action": "open_url", "url": "https://it-works.test" } }, { "label": { "text": "Suggest "Test" text", "color": "red" }, "tooltip": { "text": "Doesn't works", "color": "red" }, "width": 125, "on_click": { "action": "suggest_command", "command": "Test" } }, { "label": { "text": "Run "tellraw" command", "color": "green" }, "tooltip": { "text": "Works", "color": "green" }, "width": 150, "on_click": { "action": "run_command", "command": "tellraw @a {text:"Test",bold:true,color:dark_red,underlined:true,italic:true}" } }, { "label": { "text": "Suggest "tellraw" command", "color": "red" }, "tooltip": { "text": "Doesn't works", "color": "red" }, "on_click": { "action": "suggest_command", "command": "tellraw @a {text:"Test",bold:true,color:dark_red,underlined:true,italic:true}" } }, { "label": { "text": "Run "trigger" command", "color": "green" }, "tooltip": { "text": "Works", "color": "green" }, "on_click": { "action": "run_command", "command": "/trigger test set 10" } }, { "label": { "text": "Suggest "trigger" command", "color": "red" }, "tooltip": { "text": "Doesn't works", "color": "red" }, "width": 150, "on_click": { "action": "suggest_command", "command": "/trigger test set 10" } } ] }
Environment
Windows 10
Java Edition
25w20a
Comments 11
Seems like it doesn’t recognize the command, since it works if you do execute run say hi
, but not if you directly put in say hi
.
[Mod] Jingy, done, I put the command, (and I found a new bug, we can’t suggest command), but why the post is resolved ?? The bug is already here in 25w21a too
Thank you for your report!
After consideration, the issue is being closed as Invalid.
You have posted a feature request or a suggestion. This site is for bug reports only.
For suggestions, please visit The official Minecraft feedback site or visit the Minecraft Feedback Discord server.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
??? it's not a suggestion, we can execute commands, but not the “say” command and we can't suggest commands in dialogs when clicked on a button (I'm not talking about text components)
https://feedback.minecraft.net/hc/en-us/community/posts/36948293069709-Allow-Dialog-to-execute-say-command-and-to-suggest-command
I put it in Minecraft Feedback, if it’s deleted because it’s a bug report, you are really kidding me
Would it be possible for you to show us what the command you put in was?