Hide message In-game with a command
LadyCailinBot opened this issue ยท 2 comments
WORLDEDIT-2573 - Reported by Harrygo
Hi
For some reason, I would like to hide messages in game commands worldedit. For example, when I repeat several times a fixwater, or I use / jump. And the main reason is that I use WE in a script. To make an animation in a dungeon. This animation make sure that the player uses WE unknowingly. But the atmosphere fantastic is broken, when the player gets in his chat "first point selected", "... block are replaced!" .. So what I suggest is to create a command like that:
//stfu [worldeditcommand]
Expl:
//stfu /stack
//stfu stack
Because specific command requires two "/" and another, only one "/"
Ok, thank's for read ! And I hope it's not to much :/
Harrygo
Comment by wizjany
commands are meant to be user input and have user response
if you don't want user input, you are free to use the API to script things instead