1

Command Block Help

Frost770 2/12/15 8:21 pm
287
2/12/2015 11:44 pm
I've been working on stuff and I'm wondering how to get rid of the [@] whenever a command block uses the 'say' command?
Posted by
Frost770
Level 1 : New Miner
2

  Have something to say?

JoinSign in

6

Skitto493
02/12/2015 11:44 pm
Level 55 : Grandmaster Dragon
Usesful for creating tellraw fast: http://minecraftjson.com/
1
Frost770
02/12/2015 10:35 pm
Level 1 : New Miner
Thanks guys. I can use the tellraw command for objectives and renaming the command blocks for speaking lines. Thanks a lot!
1
Jmal116
02/12/2015 9:30 pm
Level 34 : Artisan System
You could rename a command block in an anvil like they said above, but I really would suggest using /tellraw instead. Not only does it get rid of the [@] entirely, but it also allows for more formatting, clickable links, in text scores and player names, and so much more. There's an online generator for the command here which makes it extremely easy to make very nice looking messages.
1
Dr_Steve
02/12/2015 8:54 pm
Level 43 : Master Creeper
Or you can rename the Cmd-block in an anvil
1
Sir Chiggy
02/12/2015 8:52 pm
Level 1 : New Crafter
You could use the /tellraw command. That uses purely the message you put it.

However, when you use that command, you must use a different "format" of how to display the messages. For simple messages, you must surround whatever you want to say in quotations.

For example, if you wanted to tell Steve "Hello Steve!", you would type:
/tellraw Steve "Hello Steve!"
That would send the message to Steve without the [@] at the beginning.
1
Vatredox
02/12/2015 8:27 pm
Level 29 : Expert Toast
You can't get rid of the brackets as far as I know, but you can rename the command block itself in an anvil and enter your command into that, then instead of having [@] you would have, for example, [Blacksmith] or whatever you renamed your command block.
1

Welcome