3
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
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
3
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.
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.
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.
I have absolutely no idea how to help. BUT I wish you the best of luck! :)
