I don't know exactly what it's called, but I wanted to ask how to issue this chat message, i.e. This info.
My server runs on Paper Spigot 1.16.3
1 block of netherit was given to the player yLetzer (either the name or the last one in the log)
He wanted to know how to turn off such messages…
As far as I know the messages in the chat can't be deactivated. There's a rule to control output, but if this is disabled, I only mean the output in the server / client log.
Here is the command for it, you can try it out: / gamerule logAdminCommands false
I tried today too but the message is still in the chat
/ gamerule logAdminCommands false
In your picture you have executed a command in the server console - I don't think it helps. Only if you execute a command as a player it is not displayed to the others. As far as I know.
It doesn't work despite logAdminCommands and 2. I found a setting called broadcast-console-to-ops in the server properties and that was it
Thats what I feared.
I just read again that there's an attribute in the "server.properties" file called "broadcast-console-to-op". If you set the value to "false" it should work.
Lg Nico
Edit: Just saw you figured it out, perfect.