Before the update, I set a command to disable command block output, and it's working. But now the command only works on repeat command block, pluse command block's output still shows to the message
Please fix this issue, thanks
Linked issues
duplicates 1
Attachments
Comments 2
We're tracking this issue as MCPE-65746, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you aren't already, please don't forget to use the search feature, the less time volunteers spend linking duplicates the more time we have to update new reports.
Voting on an existing report has a greater impact on getting the bugs most important to you fixed!
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
The messages you've screenshotted aren't command block output. Output from a command block are prefixed with [!] or _[!_:<message>], whereas the messages you're seeing are only displayed to you because commands targeted at (a) player(s) are shown to that/those player(s). If you set the command to
kill @e
, you'll see that no message is sent.