-2

Whenever a trigger command happens it shows in chat "Triggered objective name here" i was wondering if there was a way to make this message not show but not disable sendCommandFeedback. Would be very helpful

Nick S
  • 2,984
  • 1
  • 21
  • 39
FyreRode
  • 1
  • 1
  • On a server, op players are the only ones who can see that. Probably doesn't help your situation much though. – Nik3141 Jul 02 '19 at 08:40
  • 2
    (...) not* disable sendCommandFeedback* - the dupe doesn't answer this. – dly Jul 03 '19 at 07:39

2 Answers2

0

There's no way to disable player command output.

Whenever a player issues a command, they will see an output message. If it is on a server as well, all the server operators and the console will also be able to view the output.

The CommandBlockOutput gamerule doesn't work on player command output, but only on command blocks.

Quijibo
  • 4,561
  • 6
  • 34
  • 66
-1

If you're using command blocks; from this video: use /gamerule commandBlockOutput false

Nick S
  • 2,984
  • 1
  • 21
  • 39