3

Problem with command SAYreport_problem

Irond193 2/14/25 7:41 am
191
2/14/2025 11:27 am
I play mcbe very long time sicne 2018, My favorite thing is building maps a doing with command_blocks a I really use command named SAY. When I want to do a dialogue between two characters I simply name The command block after the character name. and it always worked!
But now when I downloaded 1.21.60 update I noticed that when I use command say and I have named the command_block it just show @
instead of for example Michal

And I hate this because it is anoying
Posted by
Irond193
Level 11 : Journeyman Miner
7

  Have something to say?

JoinSign in

3

EiTiRu
02/14/2025 10:36 am
Level 41 : Master System Architect
Hey, that is an interesting issue.
I may have found a solution. But I have only tested it on the current version. Try it for yourself. Instead of just having a cmd-block doing /say Hello World you can place down an armorstand with a specific name.

Give yourself a named armorstand.
/give EiTiRu minecraft:armor_stand[minecraft:custom_name=Michael].

And than run this command inside the cmd-block:
execute as @e[type=armor_stand,name=Michael] run say Hello World

It should read in chat as follows: [Michael] Hello World

I hope this helped. If this doesn't work please report back, I may have another idea.
2
Irond193
02/14/2025 11:27 am
Level 11 : Journeyman Miner
Omg it is WORKING!! Thank you very much, but it is pity that it must be that way but thank you, NOW it is a lot easier.
2
Skinzo
02/14/2025 9:58 am
He/Him • Level 16 : Journeyman Toast Crab
I have absolutely no idea how to help. BUT I wish you the best of luck! :)
2

Welcome